Skip to content

Commit 65e1779

Browse files
Update quickstart.mdx
1 parent 347069f commit 65e1779

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

quickstart.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,4 @@ title: Quickstart
33
description: Get started with Mintlify in minutes
44
---
55

6-
## Get started
7-
8-
Create your documentation in 3 steps:
9-
10-
<Steps>
11-
<Step title="Create index.mdx">
12-
```mdx index.mdx
13-
---
14-
title: Welcome
15-
---
16-
# Welcome to my docs
17-
```
18-
</Step>
19-
20-
<Step title="Add docs.json">
21-
```json docs.json
22-
{
23-
"name": "My Documentation",
24-
"navigation": { "pages": ["index"] }
25-
}
26-
```
27-
</Step>
28-
29-
<Step title="Connect GitHub">
30-
Link your repository in [GitHub settings](/settings/github) to deploy automatically.
31-
</Step>
32-
</Steps>
33-
34-
## Next steps
35-
36-
- Add more `.mdx` files and update navigation
37-
- Customize styling in `docs.json`
38-
- See [installation guide](/installation) for advanced options
6+
Create `index.mdx`, add `docs.json` with navigation, then connect your GitHub repo in [settings](/settings/github).

0 commit comments

Comments
 (0)