Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/500-platform/10-about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'About'
metaTitle: 'Platform Console: About'
description: ''
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/20-concepts/10-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metaTitle: 'Platform Console: Workspaces'
description: 'Learn how to manage workspaces via Platform Console.'
tocDepth: 3
toc: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/20-concepts/20-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/20-concepts/30-environments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: 'Learn about Environments in Platform Console.'
tocDepth: 3
toc: true
highlight: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/20-concepts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Concepts'
metaTitle: 'Platform Console: Concepts'
description: ''
hide_table_of_contents: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/30-maturity-levels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 'Maturity levels'
metaTitle: 'Platform Console: Maturity levels'
description: ''
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/40-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Limits'
metaTitle: 'Platform Console: Limits'
tocDepth: 3
hide_table_of_contents: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/50-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metaTitle: 'Platform console: Support'
description: ''
tocDepth: 3
toc: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/60-platform-cli/10-about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'About'
metaTitle: 'Platform CLI: About'
tocDepth: 3
hide_table_of_contents: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
2 changes: 1 addition & 1 deletion content/500-platform/60-platform-cli/20-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Commands'
metaTitle: 'Platform CLI: Commands'
toc_max_heading_level: 4

displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/60-platform-cli/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Platform CLI'
metaTitle: 'Platform CLI'
staticLink: true
earlyaccess: true
displayed_sidebar: platformSidebar
---

<TopBlock title={frontMatter.title}>
Expand Down
1 change: 1 addition & 0 deletions content/500-platform/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

<TopBlock title={frontMatter.title}>
Expand Down
3 changes: 3 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ const sidebars: SidebarsConfig = {
},
platformCategory,
],
platformSidebar: [
platformCategory,
],
aboutSidebar: [{
type: 'autogenerated',
dirName: '600-about'
Expand Down