Skip to content

Commit 195e2c7

Browse files
committed
Update settings page header
1 parent 9cc6d5b commit 195e2c7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

core-concepts/settings.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ description: "Configure the global settings for your documentation"
44
icon: "settings-2"
55
---
66

7-
## `docs.json`
7+
<Card title="The docs.json file" href="#customization" icon="file-code-2" horizontal>
8+
Skip to the reference
9+
</Card>
810

9-
Every documentation site requires a `docs.json` file that contains the core configuration settings.
11+
Every documentation site requires a **docs.json** file. This file contains the global configuration settings and controls everything from styling and navigation to integrations.
1012

11-
This file controls everything from styling and navigation to integrations.
13+
<Info>
14+
This file should live at the root of your repository.
15+
</Info>
1216

1317
### Customization
1418

0 commit comments

Comments
 (0)