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: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,16 @@ There is also a WYSIWYG editor available in our [Mintlify dashboard](https://das
12
12
13
13
### Development
14
14
15
-
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
16
-
17
-
```
18
-
npm i -g mintlify
19
-
```
20
-
21
15
Run the following command at the root of your documentation (where mint.json is)
22
16
23
17
```
24
-
mintlify dev
18
+
npx mintlify dev
25
19
```
26
20
27
21
Regularly check for broken links by running
28
22
29
23
```
30
-
mintlify broken-links
24
+
npx mintlify broken-links
31
25
```
32
26
33
27
Navigation (and other global settings) is defined in `mint.json`. Learn more about these in [Mintlify's docs](https://mintlify.com/docs/settings/global).
0 commit comments