From 0dba7a8a2e596ecab9ae1261d8ee1ba895b39ffd Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 04:48:28 +0000 Subject: [PATCH 1/4] Update organize/settings.mdx --- organize/settings.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/organize/settings.mdx b/organize/settings.mdx index 87fc5435d..62b550fb6 100644 --- a/organize/settings.mdx +++ b/organize/settings.mdx @@ -475,6 +475,10 @@ See [Themes](themes) for more information. [Dropdowns](navigation#dropdowns) for grouping related content. + + + [Products](navigation#products) for organizing product-specific documentation. + [Groups](navigation#groups) for organizing content into sections. From 2db3788bf6e1c26abdc028f75c60bf6141ce46f6 Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 04:48:41 +0000 Subject: [PATCH 2/4] Update organize/settings.mdx --- organize/settings.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/organize/settings.mdx b/organize/settings.mdx index 62b550fb6..1c19b3314 100644 --- a/organize/settings.mdx +++ b/organize/settings.mdx @@ -453,6 +453,25 @@ See [Themes](themes) for more information. + + + Product divisions for organizing product-specific documentation. + + + + Display name of the product. + + Minimum length: 1 + + + + Whether to hide this product by default. + + + URL or path for the product destination. + + + From 1960ceee5fd2e572b1253820616d722df152343f Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 04:48:51 +0000 Subject: [PATCH 3/4] Update organize/navigation.mdx --- organize/navigation.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/organize/navigation.mdx b/organize/navigation.mdx index f94b015e8..60ad68da9 100644 --- a/organize/navigation.mdx +++ b/organize/navigation.mdx @@ -514,6 +514,10 @@ For automated translations, [contact our sales team](mailto:gtm@mintlify.com) to You can use any combination of anchors, tabs, dropdowns, and products. The components can be nested within each other interchangeably to create your desired navigation structure. + +Products are particularly useful for organizing documentation for multiple distinct offerings or services within a single documentation site. + + ```json Anchors From 8fd7b62cbe0546c49545a80a819728c629a1cb36 Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 04:49:12 +0000 Subject: [PATCH 4/4] Update organize/navigation.mdx --- organize/navigation.mdx | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/organize/navigation.mdx b/organize/navigation.mdx index 60ad68da9..bb0c77822 100644 --- a/organize/navigation.mdx +++ b/organize/navigation.mdx @@ -634,6 +634,48 @@ Products are particularly useful for organizing documentation for multiple disti } ``` +```json Products +{ + "navigation": { + "products": [ + { + "product": "Product 1", + "icon": "rocket", + "groups": [ + { + "group": "Getting started", + "pages": [ + "product-1/quickstart", + "product-1/setup" + ] + }, + { + "group": "Features", + "pages": [ + "product-1/feature-a", + "product-1/feature-b" + ] + } + ] + }, + { + "product": "Product 2", + "icon": "chart-bar", + "groups": [ + { + "group": "Getting started", + "pages": [ + "product-2/overview", + "product-2/installation" + ] + } + ] + } + ] + } +} +``` + ## Breadcrumbs