mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-06-03 11:09:29 +00:00
Docs init
This commit is contained in:
parent
b5cc760f16
commit
fd4ecc04e0
24 changed files with 1782 additions and 0 deletions
4
docs/api-reference/endpoint/create.mdx
Normal file
4
docs/api-reference/endpoint/create.mdx
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Create Plant'
|
||||
openapi: 'POST /plants'
|
||||
---
|
4
docs/api-reference/endpoint/delete.mdx
Normal file
4
docs/api-reference/endpoint/delete.mdx
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Delete Plant'
|
||||
openapi: 'DELETE /plants/{id}'
|
||||
---
|
4
docs/api-reference/endpoint/get.mdx
Normal file
4
docs/api-reference/endpoint/get.mdx
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: 'Get Plants'
|
||||
openapi: 'GET /plants'
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue