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: settings/global.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ icon: "wrench"
6
6
7
7
Every documentation site requires a `docs.json` file that contains the core configuration settings. This file controls everything from styling and navigation to integrations and analytics.
8
8
9
+
<Note>
10
+
If you're currently using the legacy `mint.json` configuration file, please update the Mintlify CLI:
11
+
12
+
```sh
13
+
npm i -g mintlify@latest
14
+
```
15
+
16
+
And run the new `upgrade` command in your docs repository:
17
+
```sh
18
+
mintlify upgrade
19
+
```
20
+
21
+
You should now be using the new `docs.json` configuration file. Feel free to delete the `mint.json` file from your repository.
0 commit comments