Configure site-wide settings with the docs.json
file
docs.json
file lets you turn a collection of Markdown files into a navigable, customized documentation site. This required configuration file controls styling, navigation, integrations, and more.
Settings in docs.json
apply globally to all pages.
docs.json
theme
, name
, colors.primary
, and navigation
. Other fields are optional and you can add them as your documentation needs grow.
For the best editing experience, include the schema reference at the top of your docs.json
file. This enables autocomplete, validation, and helpful tooltips in most code editors:
docs.json
file.
mint
, maple
, palm
, willow
, linden
, almond
, aspen
.See Themes for more information./favicon.png
mint.json
mint.json
file, follow these steps to upgrade to docs.json
.
Install or update the CLI
Create your docs.json file
docs.json
file from your existing mint.json
. Review the generated file to ensure all settings are correct.Delete your mint.json file
docs.json
is configured properly, you can safely delete your old mint.json
file.