diff --git a/organize/navigation.mdx b/organize/navigation.mdx
index 848b3e7a0..6b5ce5225 100644
--- a/organize/navigation.mdx
+++ b/organize/navigation.mdx
@@ -347,6 +347,7 @@ In the `navigation` object, `products` is an array where each entry is an object
"products": [
{
"product": "Core API",
+ "description": "Core API description",
"icon": "api",
"groups": [
{
@@ -367,6 +368,7 @@ In the `navigation` object, `products` is an array where each entry is an object
},
{
"product": "Analytics Platform",
+ "description": "Analytics Platform description",
"icon": "chart-bar",
"pages": [
"analytics/overview",
@@ -376,6 +378,7 @@ In the `navigation` object, `products` is an array where each entry is an object
},
{
"product": "Mobile SDK",
+ "description": "Mobile SDK description",
"icon": "smartphone",
"href": "https://mobile-sdk-docs.example.com"
}
diff --git a/organize/settings.mdx b/organize/settings.mdx
index ca5022cad..12233a7eb 100644
--- a/organize/settings.mdx
+++ b/organize/settings.mdx
@@ -453,6 +453,18 @@ See [Themes](themes) for more information.
+
+ Products for organizing content into sections.
+
+
+ Display name of the product.
+
+
+ Description of the product.
+
+
+
+
@@ -475,6 +487,10 @@ See [Themes](themes) for more information.
[Dropdowns](navigation#dropdowns) for grouping related content.
+
+
+ Product switcher for sites with multiple [products](navigation#products).
+
[Groups](navigation#groups) for organizing content into sections.