diff options
| author | GitHub Action <[email protected]> | 2025-12-05 21:42:15 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-05 21:42:15 +0000 |
| commit | cc35e6a0191c6f9c22c0573f1ea5f96775fc32bd (patch) | |
| tree | 2c4121941c2a979df56339677db815d4bf77036f /packages/docs/api-reference | |
| parent | 328188816008fde10165597f432dac4c5d1016cd (diff) | |
| download | opencode-cc35e6a0191c6f9c22c0573f1ea5f96775fc32bd.tar.gz opencode-cc35e6a0191c6f9c22c0573f1ea5f96775fc32bd.zip | |
chore: format code
Diffstat (limited to 'packages/docs/api-reference')
| -rw-r--r-- | packages/docs/api-reference/endpoint/create.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/endpoint/delete.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/endpoint/get.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/endpoint/webhook.mdx | 4 | ||||
| -rw-r--r-- | packages/docs/api-reference/introduction.mdx | 8 |
5 files changed, 12 insertions, 12 deletions
diff --git a/packages/docs/api-reference/endpoint/create.mdx b/packages/docs/api-reference/endpoint/create.mdx index 5689f1b65..f09fb6411 100644 --- a/packages/docs/api-reference/endpoint/create.mdx +++ b/packages/docs/api-reference/endpoint/create.mdx @@ -1,4 +1,4 @@ --- -title: 'Create Plant' -openapi: 'POST /plants' +title: "Create Plant" +openapi: "POST /plants" --- diff --git a/packages/docs/api-reference/endpoint/delete.mdx b/packages/docs/api-reference/endpoint/delete.mdx index 657dfc871..db46bde6e 100644 --- a/packages/docs/api-reference/endpoint/delete.mdx +++ b/packages/docs/api-reference/endpoint/delete.mdx @@ -1,4 +1,4 @@ --- -title: 'Delete Plant' -openapi: 'DELETE /plants/{id}' +title: "Delete Plant" +openapi: "DELETE /plants/{id}" --- diff --git a/packages/docs/api-reference/endpoint/get.mdx b/packages/docs/api-reference/endpoint/get.mdx index 56aa09ec1..f7c31f092 100644 --- a/packages/docs/api-reference/endpoint/get.mdx +++ b/packages/docs/api-reference/endpoint/get.mdx @@ -1,4 +1,4 @@ --- -title: 'Get Plants' -openapi: 'GET /plants' +title: "Get Plants" +openapi: "GET /plants" --- diff --git a/packages/docs/api-reference/endpoint/webhook.mdx b/packages/docs/api-reference/endpoint/webhook.mdx index 329134020..e80fc67eb 100644 --- a/packages/docs/api-reference/endpoint/webhook.mdx +++ b/packages/docs/api-reference/endpoint/webhook.mdx @@ -1,4 +1,4 @@ --- -title: 'New Plant' -openapi: 'WEBHOOK /plant/webhook' +title: "New Plant" +openapi: "WEBHOOK /plant/webhook" --- diff --git a/packages/docs/api-reference/introduction.mdx b/packages/docs/api-reference/introduction.mdx index c835b78b5..150f32e75 100644 --- a/packages/docs/api-reference/introduction.mdx +++ b/packages/docs/api-reference/introduction.mdx @@ -1,11 +1,11 @@ --- -title: 'Introduction' -description: 'Example section for showcasing API endpoints' +title: "Introduction" +description: "Example section for showcasing API endpoints" --- <Note> - If you're not looking to build API reference documentation, you can delete - this section by removing the api-reference folder. + If you're not looking to build API reference documentation, you can delete this section by removing the api-reference + folder. </Note> ## Welcome |
