Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DO NOT MERGE - Rework Guides #4145

Closed
wants to merge 4 commits into from
Closed
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: 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 docs/self-managed/about-self-managed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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
Loading