Skip to content

Commit 14f9df9

Browse files
Add instructions to upgrade from mint.json to global settings file (#507)
1 parent cfe0f03 commit 14f9df9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

settings/global.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ icon: "wrench"
66

77
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.
88

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.
22+
</Note>
23+
924
## Properties
1025

1126
### Customization

0 commit comments

Comments
 (0)