Skip to content

Commit

Permalink
Changed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jafioti committed Apr 24, 2024
1 parent 5c9a236 commit 29b019f
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions docs/blog/4-24-2024.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,4 @@ Once the graph is built, iterative compiler passes can modify it to replace prim

This approach leads to a simple library, and performance is only limited by the creativity of the compiler programmer, not the model programmer.

Luminal has a number of other neat features, check out the repo [here](https://github.com/jafioti/luminal).

## 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": []
}
]
```
Luminal has a number of other neat features, check out the repo [here](https://github.com/jafioti/luminal).

0 comments on commit 29b019f

Please sign in to comment.