summaryrefslogtreecommitdiffhomepage
path: root/packages/docs/api-reference/introduction.mdx
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-05 20:20:47 -0500
committerDax Raad <[email protected]>2025-12-05 20:20:47 -0500
commit68daadcb569d0776f16fe958a98880f4007908db (patch)
tree1b1df15b3a9fea213f670ec97b8b0eba7c6dd309 /packages/docs/api-reference/introduction.mdx
parentc9b1bb028510649b8c353a26230c029cf1282593 (diff)
downloadopencode-68daadcb569d0776f16fe958a98880f4007908db.tar.gz
opencode-68daadcb569d0776f16fe958a98880f4007908db.zip
sync
Diffstat (limited to 'packages/docs/api-reference/introduction.mdx')
-rw-r--r--packages/docs/api-reference/introduction.mdx33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/docs/api-reference/introduction.mdx b/packages/docs/api-reference/introduction.mdx
deleted file mode 100644
index 150f32e75..000000000
--- a/packages/docs/api-reference/introduction.mdx
+++ /dev/null
@@ -1,33 +0,0 @@
----
-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.
-</Note>
-
-## Welcome
-
-There are two ways to build API documentation: [OpenAPI](https://mintlify.com/docs/api-playground/openapi/setup) and [MDX components](https://mintlify.com/docs/api-playground/mdx/configuration). For the starter kit, we are using the following OpenAPI specification.
-
-<Card
- title="Plant Store Endpoints"
- icon="leaf"
- href="https://github.com/mintlify/starter/blob/main/api-reference/openapi.json"
->
- View the OpenAPI specification file
-</Card>
-
-## Authentication
-
-All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
-
-```json
-"security": [
- {
- "bearerAuth": []
- }
-]
-```