From 24cfa56105ee9c3414150992043876ce0a7562b2 Mon Sep 17 00:00:00 2001 From: Amara Date: Mon, 12 Aug 2024 14:50:13 -0500 Subject: [PATCH 1/2] rework guides section --- docs/guides/introduction-to-camunda-8.md | 1 - docusaurus.config.js | 2 +- sidebars.js | 17 ++--------------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/docs/guides/introduction-to-camunda-8.md b/docs/guides/introduction-to-camunda-8.md index 838f1b11b6f..da24b712935 100644 --- a/docs/guides/introduction-to-camunda-8.md +++ b/docs/guides/introduction-to-camunda-8.md @@ -2,7 +2,6 @@ id: introduction-to-camunda title: Introduction to Camunda 8 sidebar_label: Introduction to Camunda 8 -slug: /guides/ description: "Step through an introduction to Camunda 8, creating an account, modeling your first process, getting started with microservice orchestration, and more." --- diff --git a/docusaurus.config.js b/docusaurus.config.js index b40d7fb4f89..2133c16cac1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -220,7 +220,7 @@ module.exports = { }, { type: "doc", - docId: "guides/introduction-to-camunda", + docId: "guides/getting-started-java-spring", label: "Guides", position: "left", }, diff --git a/sidebars.js b/sidebars.js index 91ef2e2514a..2a7dec8364b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -8,28 +8,15 @@ function optimizeLink(label, href) { module.exports = { Guides: [ - "guides/introduction-to-camunda", - { - "Get started": [ - "guides/getting-started-java-spring", - "guides/model-your-first-process", - { - "By use case": [ - "guides/orchestrate-human-tasks", - "guides/orchestrate-apis", - "guides/orchestrate-microservices", - ], - }, - ], - }, + "guides/getting-started-java-spring", { Design: [ + "guides/model-your-first-process", "guides/automating-a-process-using-bpmn", "guides/create-decision-tables-using-dmn", "guides/utilizing-forms", ], Automate: [ - "guides/create-cluster", "guides/setting-up-development-project", "guides/setup-client-connection-credentials", "guides/configuring-out-of-the-box-connectors", From 48ec512268369e524682cb497390f9d5d63caffd Mon Sep 17 00:00:00 2001 From: Amara Date: Mon, 12 Aug 2024 17:02:38 -0500 Subject: [PATCH 2/2] fix link --- docs/self-managed/about-self-managed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-managed/about-self-managed.md b/docs/self-managed/about-self-managed.md index 51e979a3e93..673c808910c 100644 --- a/docs/self-managed/about-self-managed.md +++ b/docs/self-managed/about-self-managed.md @@ -13,7 +13,7 @@ However, Optimize documentation is available for both Camunda 8 and Camunda 7, i As an alternative to using Camunda 8 through SaaS, you can host it yourself; we call this setup Camunda 8 Self-Managed. -Building process automation solutions with Camunda 8 Self-Managed is similar to working with Camunda 8 SaaS. For more information on Camunda 8 SaaS, visit [What is Camunda 8?](../components/concepts/what-is-camunda-8.md) If you are new to Camunda 8, we recommend you start your journey with [Camunda 8 SaaS-based guides](../../guides/). +Building process automation solutions with Camunda 8 Self-Managed is similar to working with Camunda 8 SaaS. For more information on Camunda 8 SaaS, visit [What is Camunda 8?](../components/concepts/what-is-camunda-8.md) If you are new to Camunda 8, we recommend you start your journey with [Camunda 8 SaaS-based guides](/guides/getting-started-java-spring.md). The content in this section of the documentation includes: