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: packages/docs/development.mdx
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,9 @@
1
1
---
2
-
title: 'Development'
3
-
description: 'Preview changes locally to update your docs'
2
+
title: "Development"
3
+
description: "Preview changes locally to update your docs"
4
4
---
5
5
6
-
<Info>
7
-
**Prerequisites**:
8
-
- Node.js version 19 or higher
9
-
- A docs repository with a `docs.json` file
10
-
</Info>
6
+
<Info>**Prerequisites**: - Node.js version 19 or higher - A docs repository with a `docs.json` file</Info>
11
7
12
8
Follow these steps to install and run Mintlify on your operating system.
13
9
@@ -17,6 +13,7 @@ Follow these steps to install and run Mintlify on your operating system.
17
13
```bash
18
14
npm i -g mint
19
15
```
16
+
20
17
</Step>
21
18
22
19
<Steptitle="Preview locally">
@@ -67,7 +64,11 @@ mint broken-links
67
64
If the deployment is successful, you should see the following:
68
65
69
66
<Frame>
70
-
<imgsrc="/images/checks-passed.png"alt="Screenshot of a deployment confirmation message that says All checks have passed."style={{ borderRadius: '0.5rem' }} />
67
+
<img
68
+
src="/images/checks-passed.png"
69
+
alt="Screenshot of a deployment confirmation message that says All checks have passed."
70
+
style={{ borderRadius: "0.5rem" }}
71
+
/>
71
72
</Frame>
72
73
73
74
## Code formatting
@@ -83,6 +84,7 @@ We suggest using extensions on your IDE to recognize and format MDX. If you're a
83
84
1. Remove the currently-installed version of the CLI: `npm remove -g mint`
84
85
2. Upgrade to Node v19 or higher.
85
86
3. Reinstall the CLI: `npm i -g mint`
87
+
86
88
</Accordion>
87
89
88
90
<Accordiontitle="Issue: Encountering an unknown error">
0 commit comments