Skip to content

Commit 3384ea4

Browse files
committed
Use core-concepts
1 parent 414b797 commit 3384ea4

File tree

13 files changed

+35
-30
lines changed

13 files changed

+35
-30
lines changed

api-playground/mdx/configuration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Mintlify allows you to define your API endpoints using a combination of `docs.js
3131
}
3232
```
3333

34-
Find a full list of API configurations [here](/settings/global#param-api).
34+
Find a full list of API configurations [here](/core-concepts/settings#param-api).
3535
</Step>
3636

3737
<Step title="Create your endpoint pages">
@@ -53,7 +53,7 @@ Mintlify allows you to define your API endpoints using a combination of `docs.js
5353

5454
<Note>
5555

56-
If you have `server` configured in [docs.json](/settings/global), you can use relative paths like `/v1/endpoint`.
56+
If you have `server` configured in [docs.json](/core-concepts/settings), you can use relative paths like `/v1/endpoint`.
5757

5858
</Note>
5959

api-playground/openapi/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and the API playground will be automatically generated from the OpenAPI document
8181
If you have multiple OpenAPI files, include the path to the OpenAPI file to ensure Mintlify finds the correct OpenAPI document. This is not required if you have
8282
only one OpenAPI file - it will automatically detect your OpenAPI file.
8383

84-
If you want to reference an external OpenAPI file using this method, provide the file’s URL in the docs.json. See [here](https://mintlify.com/docs/settings/global#param-source-4) for the correct format.
84+
If you want to reference an external OpenAPI file using this method, provide the file’s URL in the docs.json. See [here](https://mintlify.com/docs/core-concepts/settings#param-source-4) for the correct format.
8585

8686
<CodeGroup>
8787
```md Example
@@ -133,7 +133,7 @@ npx @mintlify/scraping@latest openapi-file <path-to-openapi-file> -o api-referen
133133
Learn more about our scraping package [here](https://www.npmjs.com/package/@mintlify/scraping).
134134

135135
The scraper will output an array of
136-
[Navigation entries](/settings/global#structure) containing your OpenAPI MDX
136+
[Navigation entries](/core-concepts/settings#structure) containing your OpenAPI MDX
137137
files. You can either append these entries to your existing Navigation, or
138138
reorder and add the files to your navigation manually.
139139

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Here's a list of common issues we've seen customers run into:
7070
requests, then all of these requests will fail. To fix this, configure your reverse proxy to
7171
allow `POST` requests to the `/api/request` path.
7272

73-
Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](/settings/global#api-configurations). This will
73+
Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](/core-concepts/settings#api-configurations). This will
7474
likely require you to configure CORS on your server, as these requests will now come directly
7575
from your users' browsers.
7676
</Accordion>

changelog.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mode: "center"
1010
<Frame>
1111
![AI Translations graphic](/images/changelog/translations.png)
1212
</Frame>
13-
Translate all of your documentation with AI. [Learn more.](/navigation/localization)
13+
Translate all of your documentation with AI. [Learn more.](/core-concepts/navigation/localization)
1414

1515
## Export docs to PDF in beta
1616
Export all of your documentation, a subdirectory, or a singe page as a PDF.
@@ -78,7 +78,7 @@ Export all of your documentation, a subdirectory, or a singe page as a PDF.
7878
![graphic with text "Themes v2"](/images/changelog/themes.png)
7979
</Frame>
8080

81-
New [pre-built themes](/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/settings/global).
81+
New [pre-built themes](/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/core-concepts/settings).
8282

8383
Now available:
8484

@@ -89,7 +89,7 @@ Export all of your documentation, a subdirectory, or a singe page as a PDF.
8989
## Other improvements
9090

9191
- [Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
92-
- [Dropdown component](/navigation/divisions#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
92+
- [Dropdown component](/core-concepts/navigation/divisions#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
9393
- [AI syntax fixer](https://x.com/ricardonunez_io/status/1892334887644123192): The web editor will catch if there’s a parsing error and use AI to suggest fixes.
9494
</Update>
9595

@@ -310,7 +310,7 @@ Export all of your documentation, a subdirectory, or a singe page as a PDF.
310310
`disableProxy` to disable this behavior and support request types like file
311311
uploads.
312312

313-
- [Learn more about API configurations](/settings/global#api-configurations)
313+
- [Learn more about API configurations](/core-concepts/settings#api-configurations)
314314

315315
## Mobile SEO improvements
316316

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Global Settings"
2+
title: "Settings"
33
description: "Configure your documentation using the `docs.json` file"
4-
icon: "wrench"
4+
icon: "settings-2"
55
---
66

77
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.
@@ -361,32 +361,32 @@ Every documentation site requires a `docs.json` file that contains the core conf
361361
</Expandable>
362362
</ResponseField>
363363
<ResponseField name="languages" type="array of object">
364-
Organizing by [languages](/navigation/localization)
364+
Organizing by [languages](/core-concepts/navigation/localization)
365365

366366
</ResponseField>
367367
<ResponseField name="versions" type="array of object">
368-
Organizing by [versions](/navigation/versions)
368+
Organizing by [versions](/core-concepts/navigation/versions)
369369

370370
</ResponseField>
371371
<ResponseField name="tabs" type="array of object">
372-
Organizing by [tabs](/navigation/divisions#tabs)
372+
Organizing by [tabs](/core-concepts/navigation/divisions#tabs)
373373

374374
</ResponseField>
375375
<ResponseField name="anchors" type="array of object">
376-
Organizing by [anchors](/navigation/divisions#anchors)
376+
Organizing by [anchors](/core-concepts/navigation/divisions#anchors)
377377

378378
</ResponseField>
379379

380380
<ResponseField name="dropdowns" type="array of object">
381-
Organizing by [dropdowns](/navigation/divisions#dropdowns)
381+
Organizing by [dropdowns](/core-concepts/navigation/divisions#dropdowns)
382382

383383
</ResponseField>
384384
<ResponseField name="groups" type="array of object">
385-
Organizing by [groups](/navigation/pages#pages)
385+
Organizing by [groups](/core-concepts/navigation/pages#pages)
386386

387387
</ResponseField>
388388
<ResponseField name="pages" type="array of string or object">
389-
An array of [page paths or groups](/navigation/pages#groups)
389+
An array of [page paths or groups](/core-concepts/navigation/pages#groups)
390390

391391
</ResponseField>
392392

@@ -1122,7 +1122,7 @@ Japanese, and Portuguese.
11221122
</Info>
11231123

11241124
For more information, please refer to our
1125-
[versioning & localization documentation](/navigation/versions).
1125+
[versioning & localization documentation](/core-concepts/navigation/versions).
11261126

11271127
Example:
11281128

0 commit comments

Comments
 (0)