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
Copy file name to clipboardExpand all lines: ai-ingestion.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Add **.md** to an individual docs page to see a markdown version of that page. H
44
44
45
45
### contextual menu
46
46
47
-
You can enable a [contextual menu](/core-concepts/settings#param-contextual) to allow users to copy markdown source, view markdown source, or open ChatGPT with the page content.
47
+
You can enable a [contextual menu](settings#param-contextual) to allow users to copy markdown source, view markdown source, or open ChatGPT with the page content.
Copy file name to clipboardExpand all lines: api-playground/mdx/configuration.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Mintlify allows you to define your API endpoints using a combination of `docs.js
31
31
}
32
32
```
33
33
34
-
Find a full list of API configurations [here](/core-concepts/settings#param-api).
34
+
Find a full list of API configurations [here](settings#param-api).
35
35
</Step>
36
36
37
37
<Steptitle="Create your endpoint pages">
@@ -53,7 +53,7 @@ Mintlify allows you to define your API endpoints using a combination of `docs.js
53
53
54
54
<Note>
55
55
56
-
If you have `server` configured in [docs.json](/core-concepts/settings), you can use relative paths like `/v1/endpoint`.
56
+
If you have `server` configured in [docs.json](settings), you can use relative paths like `/v1/endpoint`.
57
57
58
58
</Note>
59
59
@@ -69,6 +69,6 @@ Mintlify allows you to define your API endpoints using a combination of `docs.js
69
69
</Step>
70
70
71
71
<Steptitle="Add your endpoints to your docs">
72
-
Add your endpoint pages to the sidebar by adding the paths to the `navigation` field in your `docs.json`. Learn more about structuring your docs [here](/core-concepts/navigation).
72
+
Add your endpoint pages to the sidebar by adding the paths to the `navigation` field in your `docs.json`. Learn more about structuring your docs [here](navigation).
Copy file name to clipboardExpand all lines: api-playground/openapi/setup.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ and the API playground will be automatically generated from the OpenAPI document
81
81
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
82
82
only one OpenAPI file - it will automatically detect your OpenAPI file.
83
83
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.
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/docssettings#param-source-4) for the correct format.
Copy file name to clipboardExpand all lines: api-playground/troubleshooting.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Here's a list of common issues we've seen customers run into:
70
70
requests, then all of these requests will fail. To fix this, configure your reverse proxy to
71
71
allow `POST` requests to the `/api/request` path.
72
72
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
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#api-configurations). This will
74
74
likely require you to configure CORS on your server, as these requests will now come directly
Bring interactivity to your docs. All standard React hooks are automatically available in your MDX files. [Learn more.](/core-concepts/react-components)
48
+
Bring interactivity to your docs. All standard React hooks are automatically available in your MDX files. [Learn more.](react-components)
49
49
</Update>
50
50
51
51
<Updatelabel="March 2025">
@@ -55,7 +55,7 @@ mode: "center"
55
55

56
56
</Frame>
57
57
Generate MCP servers so that AI applications can interact with your docs or APIs. Written content is automatically generated as an MCP server, and you can generate an MCP server from your OpenAPI spec with one click.
58
-
Check out [docs on getting started with MCP.](/advanced/mcp/quickstart)
58
+
Check out [docs on getting started with MCP.](/mcp)
59
59
60
60
## Improvements
61
61
@@ -110,7 +110,7 @@ mode: "center"
110
110
<Frame>
111
111

112
112
</Frame>
113
-
New [pre-built themes](/core-concepts/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/core-concepts/settings).
113
+
New [pre-built themes](themes) to modify the look & feel of your docs. Configure via your [docs.json file](settings).
114
114
115
115
Now available:
116
116
@@ -121,7 +121,7 @@ mode: "center"
121
121
## Other improvements
122
122
123
123
-[Guide to Technical Writing:](https://mintlify.com/guides/introduction)Best practices for writing technical documentation, including audience research, content types, and writing tips.
124
-
-[Dropdown component](/core-concepts/navigation#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
124
+
-[Dropdown component](navigation#dropdowns): Organize navigation with a dropdown, in addition to tabs and anchors.
125
125
-[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.
126
126
</Update>
127
127
@@ -342,7 +342,7 @@ mode: "center"
342
342
`disableProxy` to disable this behavior and support request types like file
343
343
uploads.
344
344
345
-
-[Learn more about API configurations](/core-concepts/settings#api-configurations)
345
+
-[Learn more about API configurations](settings#api-configurations)
346
346
347
347
## Mobile SEO improvements
348
348
@@ -423,7 +423,7 @@ mode: "center"
423
423
- Add full-screen videos or image galleries
424
424
- Embed custom iFrame demo elements to add intractability to your docs
425
425
426
-
Check out our [Custom Mode docs](/core-concepts/pages#custom-mode).
426
+
Check out our [Custom Mode docs](pages#custom-mode).
Copy file name to clipboardExpand all lines: navigation.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "Structure and customize your documentation's navigation hierarchy"
4
4
icon: "map"
5
5
---
6
6
7
-
The [navigation](/core-concepts/settings#param-navigation) property in [docs.json](/core-concepts/settings) defines how users will browse through your documentation. Think of it as the blueprint for your documentation's menu structure.
7
+
The [navigation](settings#param-navigation) property in [docs.json](settings) defines how users will browse through your documentation. Think of it as the blueprint for your documentation's menu structure.
8
8
9
9
With proper navigation configuration, you can organize your content into a logical hierarchy that makes it easy for users to find exactly what they're looking for.
10
10
@@ -15,7 +15,7 @@ Pages are the most fundamental navigation component.
Copy file name to clipboardExpand all lines: pages.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ icon: "code"
48
48
---
49
49
```
50
50
51
-
You can set icons from [Font Awesome](https://fontawesome.com/icons) and [Lucide](https://lucide.dev/icons), depending on the [icon library setting](/core-concepts/settings#param-icons).
51
+
You can set icons from [Font Awesome](https://fontawesome.com/icons) and [Lucide](https://lucide.dev/icons), depending on the [icon library setting](settings#param-icons).
52
52
53
53
You can also set the icon type for Font Awesome icons (optional). If not set, the icon type will be regular.
0 commit comments