twenty/docs
martmull d61511262e
2060 create a new api key (#2206)
* Add folder for api settings

* Init create api key page

* Update create api key page

* Implement api call to create apiKey

* Add create api key mutation

* Get id when creating apiKey

* Display created Api Key

* Add delete api key button

* Remove button from InputText

* Update stuff

* Add test for ApiDetail

* Fix type

* Use recoil instead of router state

* Remane route paths

* Remove online return

* Move and test date util

* Remove useless Component

* Rename ApiKeys paths

* Rename ApiKeys files

* Add input text info testing

* Rename hooks to webhooks

* Remove console error

* Add tests to reach minimum coverage
2023-10-24 16:14:54 +02:00
..
docs 2060 create a new api key (#2206) 2023-10-24 16:14:54 +02:00
src Changes to documentation (#2209) 2023-10-24 11:36:43 +02:00
static Doc addition & changes (#2152) 2023-10-20 15:47:44 +02:00
.gitignore Revised contributing.md, edited docs (#1951) 2023-10-10 12:33:17 +02:00
babel.config.js Install Docusaurus 2023-04-19 10:47:23 +02:00
docusaurus.config.js Changes to documentation (#2209) 2023-10-24 11:36:43 +02:00
package.json Introduce UI Components documentation (#1926) 2023-10-08 13:21:54 +02:00
README.md Improve documentation (#349) 2023-06-21 16:23:31 -07:00
sidebars.js Changes to documentation (#2209) 2023-10-24 11:36:43 +02:00
tsconfig.json Install Docusaurus 2023-04-19 10:47:23 +02:00
yarn.lock Update installation doc (#2019) 2023-10-14 13:43:45 +02:00

Documentation

The docs here are managed through Docusaurus 2.

We recommend you go directly to the statically generated website rather than read them here.