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: changelog.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ mode: "center"
19
19
20
20
## React hook support
21
21
22
-
Bring interactivity to your docs. All standard React hooks are automatically available in your MDX files. [Learn more.](/react-hooks)
22
+
Bring interactivity to your docs. All standard React hooks are automatically available in your MDX files. [Learn more.](/core-concepts/styling/react-components)
23
23
</Update>
24
24
25
25
<Updatelabel="March 2025">
@@ -85,7 +85,7 @@ mode: "center"
85
85

86
86
</Frame>
87
87
88
-
New [pre-built themes](/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/core-concepts/settings).
88
+
New [pre-built themes](/core-concepts/styling/themes) to modify the look & feel of your docs. Configure via your [docs.json file](/core-concepts/settings).
89
89
90
90
Now available:
91
91
@@ -175,7 +175,7 @@ mode: "center"
175
175
<Updatelabel="October 2024">
176
176
## Changelogs
177
177
178
-
Launched a new [Update component](/content/components/update) to make it easier to display and report updates (like this one) to your users.
178
+
Launched a new [Update component](/components/update) to make it easier to display and report updates (like this one) to your users.
179
179
180
180
<Frame>
181
181

@@ -263,7 +263,7 @@ mode: "center"
263
263
264
264
## Images in Card components
265
265
266
-
Add an `img` property to a card to display an image on the top of the card. Learn more about it [here](/content/components/cards#image-card).
266
+
Add an `img` property to a card to display an image on the top of the card. Learn more about it [here](/components/cards#image-card).
267
267
268
268
## Update Speed Performances
269
269
@@ -398,7 +398,7 @@ mode: "center"
398
398
- Add full-screen videos or image galleries
399
399
- Embed custom iFrame demo elements to add intractability to your docs
400
400
401
-
Check out our [Custom Mode docs](/page#custom-mode).
401
+
Check out our [Custom Mode docs](/core-concepts/page#custom-mode).
Copy file name to clipboardExpand all lines: components/code-groups.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
@@ -4,7 +4,7 @@ description: "The CodeGroup component lets you combine code blocks in a display
4
4
icon: 'group'
5
5
---
6
6
7
-
You will need to make [Code Blocks](/content/components/code) then add the `<CodeGroup>` component around them. Every Code Block must have a filename because we use the names for the tab buttons.
7
+
You will need to make [Code Blocks](/components/code) then add the `<CodeGroup>` component around them. Every Code Block must have a filename because we use the names for the tab buttons.
Copy file name to clipboardExpand all lines: components/examples.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
@@ -10,7 +10,7 @@ The `<RequestExample>` and `<ResponseExample>` stick code blocks to the top-righ
10
10
11
11
## Request Example
12
12
13
-
The `<RequestExample>` component works similar to [CodeGroup](/content/components/code-groups), but displays the request content on the right sidebar. Thus, you can put multiple code blocks inside `<RequestExample>`.
13
+
The `<RequestExample>` component works similar to [CodeGroup](/components/code-groups), but displays the request content on the right sidebar. Thus, you can put multiple code blocks inside `<RequestExample>`.
14
14
15
15
Please set a name on every code block you put inside RequestExample.
Copy file name to clipboardExpand all lines: quickstart.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,15 +226,15 @@ Congratulations! You've successfully deployed your documentation site with Mintl
226
226
If you encounter any issues during the setup process, check our common troubleshooting solutions:
227
227
228
228
<AccordionGroup>
229
-
<Accordiontitle="Local preview not working">
230
-
Make sure you have Node.js v19+ installed and that you're running the mintlify dev command from the directory containing your docs.json file.
231
-
</Accordion>
232
-
<Accordiontitle="Changes not reflecting on live site">
233
-
Deployment typically takes 1-2 minutes. Check your GitHub Actions (for code-based workflow) or deployment logs in the Mintlify dashboard to ensure there are no build errors.
234
-
</Accordion>
235
-
<Accordiontitle="Custom domain not connecting">
236
-
Verify that your DNS records are set up correctly and allow sufficient time for DNS propagation (up to 48 hours). You can use tools like DNSChecker to verify your CNAME record.
237
-
</Accordion>
229
+
<Accordiontitle="Local preview not working">
230
+
Make sure you have Node.js v19+ installed and that you're running the `mintlify dev` command from the directory containing your `docs.json` file.
231
+
</Accordion>
232
+
<Accordiontitle="Changes not reflecting on live site">
233
+
Deployment can take upwards to a few minutes. Check your GitHub Actions (for code-based workflow) or deployment logs in the Mintlify dashboard to ensure there are no build errors.
234
+
</Accordion>
235
+
<Accordiontitle="Custom domain not connecting">
236
+
Verify that your DNS records are set up correctly and allow sufficient time for DNS propagation (up to 48 hours). You can use tools like [DNSChecker](https://dnschecker.org) to verify your CNAME record.
0 commit comments