Skip to content

Commit

Permalink
rework guides section
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Aug 12, 2024
1 parent 2532753 commit 24cfa56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
1 change: 0 additions & 1 deletion docs/guides/introduction-to-camunda-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
---

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ module.exports = {
},
{
type: "doc",
docId: "guides/introduction-to-camunda",
docId: "guides/getting-started-java-spring",
label: "Guides",
position: "left",
},
Expand Down
17 changes: 2 additions & 15 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24cfa56

Please sign in to comment.