File tree Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Expand file tree Collapse file tree 1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -3,36 +3,4 @@ title: Quickstart
33description : 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 ) .
You can’t perform that action at this time.
0 commit comments