Skip to content

Commit 45f6a7d

Browse files
Documentation edits made through Mintlify web editor
1 parent f823d39 commit 45f6a7d

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

mint.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
},
123123
{
124124
"group": "Advanced",
125-
"pages": [{
125+
"pages": [
126+
{
126127
"icon": "code",
127128
"group": "Custom Scripts",
128129
"pages": [
@@ -196,7 +197,10 @@
196197
},
197198
{
198199
"group": "SDKs",
199-
"pages": ["integrations/sdks/speakeasy", "integrations/sdks/stainless"]
200+
"pages": [
201+
"integrations/sdks/speakeasy",
202+
"integrations/sdks/stainless"
203+
]
200204
},
201205
{
202206
"group": "Support",
@@ -208,7 +212,10 @@
208212
},
209213
{
210214
"group": "Privacy",
211-
"pages": ["integrations/privacy/overview", "integrations/privacy/osano"]
215+
"pages": [
216+
"integrations/privacy/overview",
217+
"integrations/privacy/osano"
218+
]
212219
},
213220
{
214221
"group": "Components",
@@ -240,7 +247,9 @@
240247
},
241248
{
242249
"group": "Changelog",
243-
"pages": ["changelog/overview"]
250+
"pages": [
251+
"changelog/overview"
252+
]
244253
}
245254
],
246255
"footer": {
@@ -324,4 +333,4 @@
324333
"publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8"
325334
}
326335
}
327-
}
336+
}

settings/versioning.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,8 @@ Common errors and how to fix them
111111
navigation, make sure you spelled the version the same as in your `versions`
112112
array in `mint.json`.
113113
</Accordion>
114-
</AccordionGroup>
114+
115+
<Accordion title="Navigation Order Issues" icon="circle-exclamation">
116+
If your version-specific pages are appearing in an unexpected order, check that the navigation order in your `mint.json` file matches for all versions. Pages will be displayed in the order they are listed in the navigation, regardless of their version.
117+
</Accordion>
118+
</AccordionGroup>

0 commit comments

Comments
 (0)