Skip to content

Commit 86e80b0

Browse files
committed
add reviewer feedback
1 parent c48e81b commit 86e80b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: ["docs.json", "settings", "customization", "configuration"]
77

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

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.
1111

1212
## Setting up your `docs.json`
1313

@@ -887,7 +887,7 @@ This section contains the full reference for the `docs.json` file.
887887
## Examples
888888

889889
<Tabs>
890-
<Tab title="SaaS docs">
890+
<Tab title="Basic example">
891891
```json title="docs.json" wrap lines
892892
{
893893
"$schema": "https://mintlify.com/docs.json",
@@ -1034,7 +1034,7 @@ This section contains the full reference for the `docs.json` file.
10341034
}
10351035
```
10361036
</Tab>
1037-
<Tab title="Interactive API docs">
1037+
<Tab title="Interactive API example">
10381038
```json title="docs.json" wrap lines highlight={43-61, 72-79}
10391039
{
10401040
"$schema": "https://mintlify.com/docs.json",
@@ -1208,7 +1208,7 @@ This section contains the full reference for the `docs.json` file.
12081208
}
12091209
```
12101210
</Tab>
1211-
<Tab title="Multi-language docs">
1211+
<Tab title="Multi-language example">
12121212
```json title="docs.json" wrap lines highlight={13-31}
12131213
{
12141214
"$schema": "https://mintlify.com/docs.json",

0 commit comments

Comments
 (0)