Clean documentation

This commit is contained in:
Romaric Mourgues
2023-04-17 17:00:03 +02:00
parent a46c6ca0a8
commit 88bd3b2a32
80 changed files with 138 additions and 2492 deletions
@@ -2,16 +2,16 @@
description: >-
This page will document all the services implemented in the new NodeJS
backend. For all the PHP services not yet migrated, please ask us directly on
https://community.twake.app/
https://community.tdrive.app/
---
# 🧱 Backend and APIs
## Twake Services
## TDrive Services
As a frontend developer / connector developer to read our APIs, or to understand our data models or just for fun, here is all the details over Twake backend services.
As a frontend developer / connector developer to read our APIs, or to understand our data models or just for fun, here is all the details over TDrive backend services.
If document are empty, check out our Notion documentation: [https://www.notion.so/twake/Backend-documentation-e219323593d2401c9887d0e11b2a597b](https://www.notion.so/twake/Backend-documentation-e219323593d2401c9887d0e11b2a597b)
If document are empty, check out our Notion documentation: [https://www.notion.so/tdrive/Backend-documentation-e219323593d2401c9887d0e11b2a597b](https://www.notion.so/tdrive/Backend-documentation-e219323593d2401c9887d0e11b2a597b)
### Services
@@ -25,12 +25,12 @@ If document are empty, check out our Notion documentation: [https://www.notion.s
[notifications/](notifications/README.md))
## Get started to code in Twake
## Get started to code in TDrive
Want to edit Twake code ? Congratulation ! You participate in the development of a great product 😃
Want to edit TDrive code ? Congratulation ! You participate in the development of a great product 😃
[start-working-into-a-service](intro/start-working-into-a-service.md)
[create-a-new-twake-service](intro/create-a-new-twake-service.md)
[create-a-new-tdrive-service](intro/create-a-new-tdrive-service.md)
[intro/platform/](intro/platform/README.md))