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
The `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.
9
9
10
-
Settings in `docs.json` apply globally to all pages. Changes to your `docs.json` take effect when your site builds.
10
+
Settings in `docs.json` apply globally to all pages.
11
11
12
12
## Setting up your `docs.json`
13
13
@@ -887,7 +887,7 @@ This section contains the full reference for the `docs.json` file.
887
887
## Examples
888
888
889
889
<Tabs>
890
-
<Tabtitle="SaaS docs">
890
+
<Tabtitle="Basic example">
891
891
```json title="docs.json" wrap lines
892
892
{
893
893
"$schema": "https://mintlify.com/docs.json",
@@ -1034,7 +1034,7 @@ This section contains the full reference for the `docs.json` file.
0 commit comments