ignore: docs test

This commit is contained in:
Dax Raad 2025-12-05 16:41:35 -05:00
commit 3281888160
27 changed files with 1860 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'
---

View file

@ -0,0 +1,4 @@
---
title: 'New Plant'
openapi: 'WEBHOOK /plant/webhook'
---