diff --git a/content/500-platform/10-about.mdx b/content/500-platform/10-about.mdx index e3e6cbd80b..bfa8ce744d 100644 --- a/content/500-platform/10-about.mdx +++ b/content/500-platform/10-about.mdx @@ -2,6 +2,7 @@ title: 'About' metaTitle: 'Platform Console: About' description: '' +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/20-concepts/10-workspaces.mdx b/content/500-platform/20-concepts/10-workspaces.mdx index 9699fdb226..61e99da6ad 100644 --- a/content/500-platform/20-concepts/10-workspaces.mdx +++ b/content/500-platform/20-concepts/10-workspaces.mdx @@ -4,6 +4,7 @@ metaTitle: 'Platform Console: Workspaces' description: 'Learn how to manage workspaces via Platform Console.' tocDepth: 3 toc: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/20-concepts/20-projects.mdx b/content/500-platform/20-concepts/20-projects.mdx index 5c8689d15a..ed5022767d 100644 --- a/content/500-platform/20-concepts/20-projects.mdx +++ b/content/500-platform/20-concepts/20-projects.mdx @@ -4,6 +4,7 @@ metaTitle: 'Platform Console: Projects' description: 'Learn how to manage projects via Platform Console.' tocDepth: 3 hide_table_of_contents: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/20-concepts/30-environments.mdx b/content/500-platform/20-concepts/30-environments.mdx index cb7fb70997..64ffc96fff 100644 --- a/content/500-platform/20-concepts/30-environments.mdx +++ b/content/500-platform/20-concepts/30-environments.mdx @@ -5,6 +5,7 @@ description: 'Learn about Environments in Platform Console.' tocDepth: 3 toc: true highlight: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/20-concepts/index.mdx b/content/500-platform/20-concepts/index.mdx index ad4d905f3f..9cf67a5126 100644 --- a/content/500-platform/20-concepts/index.mdx +++ b/content/500-platform/20-concepts/index.mdx @@ -3,6 +3,7 @@ title: 'Concepts' metaTitle: 'Platform Console: Concepts' description: '' hide_table_of_contents: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/30-maturity-levels.mdx b/content/500-platform/30-maturity-levels.mdx index 068e2e436e..cc0a1923c2 100644 --- a/content/500-platform/30-maturity-levels.mdx +++ b/content/500-platform/30-maturity-levels.mdx @@ -2,6 +2,7 @@ title: 'Maturity levels' metaTitle: 'Platform Console: Maturity levels' description: '' +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/40-limits.mdx b/content/500-platform/40-limits.mdx index 1d517a1128..b0165a9b75 100644 --- a/content/500-platform/40-limits.mdx +++ b/content/500-platform/40-limits.mdx @@ -3,6 +3,7 @@ title: 'Limits' metaTitle: 'Platform Console: Limits' tocDepth: 3 hide_table_of_contents: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/50-support.mdx b/content/500-platform/50-support.mdx index e3b63e42af..0af32ad002 100644 --- a/content/500-platform/50-support.mdx +++ b/content/500-platform/50-support.mdx @@ -4,6 +4,7 @@ metaTitle: 'Platform console: Support' description: '' tocDepth: 3 toc: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/60-platform-cli/10-about.mdx b/content/500-platform/60-platform-cli/10-about.mdx index 22e0043927..6882ece3e1 100644 --- a/content/500-platform/60-platform-cli/10-about.mdx +++ b/content/500-platform/60-platform-cli/10-about.mdx @@ -3,6 +3,7 @@ title: 'About' metaTitle: 'Platform CLI: About' tocDepth: 3 hide_table_of_contents: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/60-platform-cli/20-commands.mdx b/content/500-platform/60-platform-cli/20-commands.mdx index 70e5c2bfe2..76b7a319e0 100644 --- a/content/500-platform/60-platform-cli/20-commands.mdx +++ b/content/500-platform/60-platform-cli/20-commands.mdx @@ -2,7 +2,7 @@ title: 'Commands' metaTitle: 'Platform CLI: Commands' toc_max_heading_level: 4 - +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/60-platform-cli/index.mdx b/content/500-platform/60-platform-cli/index.mdx index bdc5b21803..96a2a8e544 100644 --- a/content/500-platform/60-platform-cli/index.mdx +++ b/content/500-platform/60-platform-cli/index.mdx @@ -3,6 +3,7 @@ title: 'Platform CLI' metaTitle: 'Platform CLI' staticLink: true earlyaccess: true +displayed_sidebar: platformSidebar --- diff --git a/content/500-platform/index.mdx b/content/500-platform/index.mdx index da67b2e348..14c0196a72 100644 --- a/content/500-platform/index.mdx +++ b/content/500-platform/index.mdx @@ -4,6 +4,7 @@ metaTitle: 'Platform' description: 'Get started with the Prisma Data Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' hide_table_of_contents: true sidebar_position: 0 +displayed_sidebar: platformSidebar --- diff --git a/sidebars.ts b/sidebars.ts index 57974d03fb..b624423f0a 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -312,6 +312,9 @@ const sidebars: SidebarsConfig = { }, platformCategory, ], + platformSidebar: [ + platformCategory, + ], aboutSidebar: [{ type: 'autogenerated', dirName: '600-about'