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
Copy file name to clipboardExpand all lines: quickstart.mdx
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,20 @@ icon: "rocket"
17
17
18
18
## Getting Started
19
19
20
-
Welcome! Follow the instructions below to learn how to deploy, update and
20
+
Welcome! Follow the instructions below to learn how to deploy, update, and
21
21
supercharge your documentation with Mintlify.
22
22
23
23
### Creating the Repository
24
24
25
25
Mintlify docs are rendered from MDX files and configurations defined in our
26
26
[starter kit](https://github.com/mintlify/starter). We use GitHub to integrate
27
-
your docs with your code, and make source control effortless. Onboard through the [dashboard](https://dashboard.mintlify.com) or clone our [starter kit](https://github.com/mintlify/starter) to get started.
27
+
your docs with your code and make source control effortless. Onboard through the [dashboard](https://dashboard.mintlify.com) or clone our [starter kit](https://github.com/mintlify/starter) to get started.
28
28
29
29
<AccordionGroup>
30
30
31
-
<Accordionicon="message-bot"title="Install the GitHub app">
31
+
<Accordionicon="message-bot"title="Install the GitHub App">
32
32
33
-
Install our GitHub app to ensure that your updates are automatically deployed when you push changes. You can find the installation link in the [dashboard](https://dashboard.mintlify.com/settings), on the Settings page. Upon successful installation, a check mark will appear next to the commit hash of the repository.
33
+
Install our GitHub App to ensure that your updates are automatically deployed when you push changes. You can find the installation link in the [dashboard](https://dashboard.mintlify.com/settings), on the Settings page. Upon successful installation, a check mark will appear next to the commit hash of the repository.
2. Once git is installed, clone your docs repository using `git clone <your-repo>`. If you haven't set it up yet, now would be a good time to do so with these [SSH keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
2. Once Git is installed, clone your docs repository using `git clone <your-repo>`. If you haven't set it up yet, now would be a good time to do so with these [SSH keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
72
72
3. Use your favorite IDE to open the repository.
73
73
4. Install our Mintlify CLI to preview changes with `npm i -g mintlify`.
74
74
75
75
Learn more about this in our [local development guide](/development).
76
76
77
77
</Accordion>
78
78
79
-
<Accordionicon="pen-to-square"title="Editing with the web editor">
79
+
<Accordionicon="pen-to-square"title="Editing with the Web Editor">
80
80
81
-
Learn more about how to use the web editor on our [guide](/web-editor).
81
+
Learn more about how to use the Web Editor on our [guide](/web-editor).
82
82
83
83
</Accordion>
84
84
85
85
<Accordionicon="palette"title="Customizing to your brand">
86
86
87
-
Easily customize colors, logos and buttons among other configurations in our `mint.json` file. Start with these basic configurations:
87
+
Easily customize colors, logos, and buttons among other configurations in our `mint.json` file. Start with these basic configurations:
88
88
89
89
```json
90
90
"name": "Your Company"
@@ -123,11 +123,10 @@ your docs.
123
123
124
124
<Accordionicon="rocket"title="Pushing changes">
125
125
126
-
Once ready, commit and push your changes to update your docs site. Here is a [guide](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) on how to do that. If the GitHub app is unable to successfully deploy your changes, you can manually update your docs through our [dashboard](https://dashboard.mintlify.com).
126
+
Once ready, commit and push your changes to update your docs site. Here is a [guide](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) on how to do that. If the GitHub App is unable to successfully deploy your changes, you can manually update your docs through our [dashboard](https://dashboard.mintlify.com).
3. Finally, include the generated endpoint MDX files to your `mint.json` under `navigation`.
150
+
3. Finally, include the generated endpoint MDX files in your `mint.json` under `navigation`.
152
151
153
152
For a complete guide on using Mintlify with OpenAPI, check out [this guide](/api-playground/openapi/setup). [This guide](/api-playground/openapi/writing-openapi) explains how to configure your API authentication methods. For manual API references definition, explore [our syntax](/api-playground/overview).
Our in-house analytics give you insights into page views, search analytics, session recordings and more. Access these on your [dashboard](https://dashboard.mintlify.com/analytics).
158
+
Our in-house analytics give you insights into page views, search analytics, session recordings, and more. Access these on your [dashboard](https://dashboard.mintlify.com/analytics).
160
159
161
160
We also support integrations with a range of analytics providers. You can find the list of providers [here](/integrations/analytics/overview).
162
161
@@ -180,7 +179,7 @@ Navigate to your [dashboard settings](https://www.dashboard.mintlify.com/setting
180
179
181
180
</Accordion>
182
181
183
-
Congrats! You've set up your Mintlify Docs and it's looking amazing! Need
182
+
Congrats! You've set up your Mintlify Docs and they're looking amazing! Need
184
183
support or want to give some feedback? You can join our
185
184
[community](https://mintlify.com/community) or drop us an email at
Authentication is similar to our [Personalization](./personalization) offering, but with guaranteed privacy. In addition
22
-
to securing your documentation content, all features that are available via
23
-
Personalization are also available via Authentication.
20
+
Authentication is similar to our [Personalization](./personalization) offering but with guaranteed privacy. In addition to securing your documentation content, all features available via Personalization are also available via Authentication.
24
21
25
-
Check out our docs for more info on [choosing Authentication vs Personalization](./authentication-vs-personalization).
22
+
To learn more about choosing between Authentication and Personalization, read our guide on [Authentication vs. Personalization](./authentication-vs-personalization).
0 commit comments