Skip to content

Commit

Permalink
restructure install
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Nov 13, 2024
1 parent e116fd7 commit 4ecc419
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/self-managed/setup/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: install
title: "Camunda 8 Helm installation"
sidebar_label: "Install"
sidebar_label: "Helm"
description: "Camunda provides continuously improved Helm charts, of which are not cloud provider-specific so you can choose your Kubernetes provider."
---

Expand Down
38 changes: 16 additions & 22 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -935,31 +935,25 @@ module.exports = {
"Self-Managed": [
"self-managed/about-self-managed",
{
Setup: [
type: "category",
label: "Get started",
items: [
"self-managed/setup/deploy/local/c8run",
"self-managed/setup/deploy/local/local-kubernetes-cluster",
"self-managed/setup/deploy/local/docker-compose",
"self-managed/setup/deploy/local/manual",
],
},
{
"Production setup": [
"self-managed/setup/overview",
{
type: "category",
label: "Installation",
label: "Install",
items: [
{
type: "category",
label: "Production options",
items: [
"self-managed/setup/install",
"self-managed/setup/deploy/other/docker",
"self-managed/setup/deploy/local/manual",
],
},
{
type: "category",
label: "Local options",
items: [
"self-managed/setup/deploy/local/c8run",
"self-managed/setup/deploy/local/local-kubernetes-cluster",
"self-managed/setup/deploy/local/docker-compose",
"self-managed/setup/deploy/local/manual",
],
},
"self-managed/setup/install",
"self-managed/setup/deploy/other/docker",
"self-managed/setup/deploy/local/manual",
],
},
{
Expand Down Expand Up @@ -997,7 +991,7 @@ module.exports = {
},
{
type: "category",
label: "Guides",
label: "Configure",
link: {
type: "doc",
id: "self-managed/setup/guides/guides",
Expand Down

0 comments on commit 4ecc419

Please sign in to comment.