feat: setup docs

This commit is contained in:
Henry
2024-12-28 12:15:45 +00:00
parent 0aca729737
commit fa0b7cf539
24 changed files with 1798 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: 'Create Plant'
openapi: 'POST /plants'
---

View File

@@ -0,0 +1,4 @@
---
title: 'Delete Plant'
openapi: 'DELETE /plants/{id}'
---

View File

@@ -0,0 +1,4 @@
---
title: 'Get Plants'
openapi: 'GET /plants'
---