@@ -3,34 +3,20 @@ title: "Quickstart"
33description : " Deploy your documentation site and make your first changes."
44---
55
6- [ Create an account] ( https://mintlify.com/start ) and complete onboarding to get started.
7-
8- ## Deploy your site
9-
10- After onboarding, your documentation site deploys automatically to:
11-
12- ```
13- https://<your-project-name>.mintlify.app
14- ```
15-
16- Find your URL on the Overview page of your [ dashboard] ( https://dashboard.mintlify.com/ ) .
6+ [ Create an account] ( https://mintlify.com/start ) to get started. Your site deploys automatically after onboarding.
177
188## Make your first edit
199
20- Choose your preferred workflow:
21-
2210### Web editor
2311
24- 1 . Open the [ Editor] ( https://dashboard.mintlify.com/editor ) in your dashboard
25- 2 . Select ` index.mdx ` from the file explorer
12+ 1 . Open the [ Editor] ( https://dashboard.mintlify.com/editor )
13+ 2 . Select ` index.mdx `
26143 . Change the title to "Hello World"
27154 . Click ** Publish**
2816
29- Your changes deploy immediately.
30-
3117### Local development
3218
33- Install the CLI:
19+ Install the CLI and edit locally :
3420
3521<CodeGroup >
3622 ``` bash npm
@@ -42,30 +28,18 @@ Install the CLI:
4228 ```
4329</CodeGroup >
4430
45- Edit your docs:
46-
47311 . Run ` mint new ` to create a project
48- 2 . Open ` index.mdx ` and change the title to "Hello World"
32+ 2 . Edit ` index.mdx `
49333 . Run ` mint dev ` to preview at ` localhost:3000 `
50- 4 . Push your changes to deploy
51-
52- ## Add a custom domain
53-
54- Navigate to [ Domain Setup] ( https://dashboard.mintlify.com/settings/deployment/custom-domain ) and add your domain (e.g., ` docs.yourcompany.com ` ).
55-
56- Configure your DNS:
57-
58- | Record Type | Name | Value | TTL |
59- | -------------| ------| -------| -----|
60- | CNAME | docs | cname.vercel-dns.com | 3600 |
34+ 4 . Push to deploy
6135
6236## Next steps
6337
6438<Card title = " Configure settings" icon = " settings" href = " organize/settings" horizontal >
65- Customize your site with the ` docs.json ` file
39+ Customize your site
6640</Card >
6741<Card title = " Organize navigation" icon = " map" href = " organize/navigation" horizontal >
68- Structure your documentation
42+ Structure your docs
6943</Card >
7044<Card title = " Add components" icon = " puzzle" href = " /components/accordions" horizontal >
7145 Use interactive elements
0 commit comments