Skip to content

Commit 7004be3

Browse files
committed
update versions and languages
1 parent 4720ccf commit 7004be3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

navigation.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ For more information about referencing OpenAPI endpoints in your docs, see the [
348348

349349
## Versions
350350

351-
Partition your navigation into different versions.
351+
Partition your navigation into different versions. Versions are selectable from a dropdown menu.
352352

353353
<img
354354
className="block dark:hidden pointer-events-none"
@@ -360,6 +360,8 @@ Partition your navigation into different versions.
360360
src="/images/navigation/versions-dark.png"
361361
/>
362362

363+
In the `navigation` object, `versions` is an array where each entry is an object that requires a `version` field and can contain any other navigation fields.
364+
363365
```json
364366
{
365367
"navigation": {
@@ -389,7 +391,7 @@ Partition your navigation into different versions.
389391

390392
## Languages
391393

392-
Partition your navigation into different languages.
394+
Partition your navigation into different languages. Languages are selectable from a dropdown menu.
393395

394396
<img
395397
className="block dark:hidden pointer-events-none"
@@ -401,6 +403,8 @@ Partition your navigation into different languages.
401403
src="/images/navigation/languages-dark.png"
402404
/>
403405

406+
In the `navigation` object, `languages` is an array where each entry is an object that requires a `language` field and can contain any other navigation fields.
407+
404408
We currently support the following languages:
405409

406410
<CardGroup cols={2}>

0 commit comments

Comments
 (0)