Skip to content

Commit 9506502

Browse files
authored
fixed docs (#1468)
1 parent 4fe1a8f commit 9506502

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

organize/navigation.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ In the `navigation` object, `products` is an array where each entry is an object
347347
"products": [
348348
{
349349
"product": "Core API",
350+
"description": "Core API description",
350351
"icon": "api",
351352
"groups": [
352353
{
@@ -367,6 +368,7 @@ In the `navigation` object, `products` is an array where each entry is an object
367368
},
368369
{
369370
"product": "Analytics Platform",
371+
"description": "Analytics Platform description",
370372
"icon": "chart-bar",
371373
"pages": [
372374
"analytics/overview",
@@ -376,6 +378,7 @@ In the `navigation` object, `products` is an array where each entry is an object
376378
},
377379
{
378380
"product": "Mobile SDK",
381+
"description": "Mobile SDK description",
379382
"icon": "smartphone",
380383
"href": "https://mobile-sdk-docs.example.com"
381384
}

organize/settings.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,18 @@ See [Themes](themes) for more information.
453453
</ResponseField>
454454
</Expandable>
455455
</ResponseField>
456+
<ResponseField name="products" type="array of object">
457+
Products for organizing content into sections.
458+
<Expandable title="Products">
459+
<ResponseField name="product" type="string" required>
460+
Display name of the product.
461+
</ResponseField>
462+
<ResponseField name="description" type="string">
463+
Description of the product.
464+
</ResponseField>
465+
<IconsOptional />
466+
</Expandable>
467+
</ResponseField>
456468
</Expandable>
457469
</ResponseField>
458470
<ResponseField name="languages" type="array of object">
@@ -475,6 +487,10 @@ See [Themes](themes) for more information.
475487
<ResponseField name="dropdowns" type="array of object">
476488
[Dropdowns](navigation#dropdowns) for grouping related content.
477489

490+
</ResponseField>
491+
<ResponseField name="products" type="array of object">
492+
Product switcher for sites with multiple [products](navigation#products).
493+
478494
</ResponseField>
479495
<ResponseField name="groups" type="array of object">
480496
[Groups](navigation#groups) for organizing content into sections.

0 commit comments

Comments
 (0)