You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including
4
+
5
+
- Guide pages
6
+
- Navigation
7
+
- Customizations
8
+
- API Reference pages
9
+
- Use of popular components
10
+
11
+
### Development
12
+
13
+
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
14
+
15
+
```
16
+
npm i -g mintlify
17
+
```
18
+
19
+
Run the following command at the root of your documentation (where docs.json is)
20
+
21
+
```
22
+
mintlify dev
23
+
```
24
+
25
+
### Publishing Changes
26
+
27
+
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
28
+
29
+
#### Troubleshooting
30
+
31
+
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
32
+
- Page loads as a 404 - Make sure you are running in a folder with `docs.json`
description: 'Example section for showcasing API endpoints'
4
+
---
5
+
6
+
<Note>
7
+
If you're not looking to build API reference documentation, you can delete
8
+
this section by removing the api-reference folder.
9
+
</Note>
10
+
11
+
## Welcome
12
+
13
+
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.
0 commit comments