diff --git a/settings/global.mdx b/settings/global.mdx index 12b41588d..0eb7d1da4 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -6,6 +6,21 @@ icon: "wrench" 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. + + If you're currently using the legacy `mint.json` configuration file, please update the Mintlify CLI: + + ```sh + npm i -g mintlify@latest + ``` + + And run the new `upgrade` command in your docs repository: + ```sh + mintlify upgrade + ``` + + You should now be using the new `docs.json` configuration file. Feel free to delete the `mint.json` file from your repository. + + ## Properties ### Customization