Introduce UI Components documentation (#1926)

* new contributor guide folder architecture

* update content pass 1

* Prepare UI component folder to receive componentns

* Add component doc example for button

* Fix broken links

* Fix broken links

* Fix images
This commit is contained in:
Charles Bochet
2023-10-08 13:21:54 +02:00
committed by GitHub
parent 7b6ee4e0bf
commit edc060fce7
61 changed files with 872 additions and 1011 deletions

View File

@ -1,9 +1,10 @@
---
title: CLI
sidebar_position: 1
sidebar_class_name: coming-soon
sidebar_custom_props:
icon: TbTerminal2
---
# CLI
Available soon!

View File

@ -1,11 +1,14 @@
---
title: Bugs & Requests
sidebar_position: 3
sidebar_custom_props:
icon: TbBug
---
# Troubleshooting
## Reporting bugs
## Reporting Bugs
Please create an issue on Github: [https://github.com/twentyhq/twenty/issues/new](https://github.com/twentyhq/twenty/issues/new)
## Feature Requests
If you're not sure it's a bug and you feel it's closer to a feature request, then you should probably open a discussion instead:
[https://github.com/twentyhq/twenty/discussions/new](https://github.com/twentyhq/twenty/discussions/new)

View File

@ -1,4 +1,6 @@
---
title: Telemetry
sidebar_position: 2
sidebar_custom_props:
icon: TbChartDots
---