From 68daadcb569d0776f16fe958a98880f4007908db Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 5 Dec 2025 20:20:47 -0500 Subject: sync --- packages/docs/api-reference/introduction.mdx | 33 ---------------------------- 1 file changed, 33 deletions(-) delete mode 100644 packages/docs/api-reference/introduction.mdx (limited to 'packages/docs/api-reference/introduction.mdx') 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" ---- - - - If you're not looking to build API reference documentation, you can delete this section by removing the api-reference - folder. - - -## 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. - - - View the OpenAPI specification file - - -## Authentication - -All API endpoints are authenticated using Bearer tokens and picked up from the specification file. - -```json -"security": [ - { - "bearerAuth": [] - } -] -``` -- cgit v1.2.3