Skip to content

Commit

Permalink
Merge branch 'main' into cg-c8run-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptualshark committed Oct 11, 2024
2 parents eadf3a1 + 7aff807 commit eb43684
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/guides/getting-started-java-spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Use Spring Boot and the Spring Zeebe SDK to interact with your loc
keywords: [java, spring, spring zeebe, getting started, user guide, tutorial]
---

import Install from './react-components/install-c8run.md'
import Install from './react-components/\_install-c8run.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">1 hour</span><br /><br />
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />

import clsx from "clsx";
import SaasPrereqs from './react-components/saas-prerequisites.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'

This guide will walk you through working with a REST Connector task as a first time Camunda 8 SaaS user. The REST Connector is a [protocol Connector](/components/connectors/out-of-the-box-connectors/available-connectors-overview.md#protocol-connectors), where you can make a request to a REST API and use the response in the next steps of your process.

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/getting-started-orchestrate-human-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import NavigationHistoryImg from './img/modeler-navigation-history.png';
import clsx from "clsx";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import SaasPrereqs from './react-components/saas-prerequisites.md'
import Install from './react-components/install-c8run.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'
import Install from './react-components/\_install-c8run.md'

Camunda 8 allows you to orchestrate processes with human tasks of any complexity. Utilizing user tasks, you can create and assign tasks to users. Then, users can perform their work and enter the necessary data to drive the business process.

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/getting-started-orchestrate-microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import clsx from "clsx";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CreateCluster from '../components/react-components/create-cluster.md';
import SmPrereqs from './react-components/sm-prerequisites.md'
import SaasPrereqs from './react-components/saas-prerequisites.md'
import Install from './react-components/install-plain-java.md'
import SmPrereqs from './react-components/\_sm-prerequisites.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'
import Install from './react-components/\_install-plain-java.md'

Using Camunda 8, you can orchestrate the microservices necessary to achieve your end-to-end automated business process. Whether you have existing microservices or are looking to build out your microservices, this guide will help you understand how you can start your microservice orchestration journey with Camunda 8.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/model-your-first-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Model your first process
description: "Use Modeler to design and deploy a process."
---

import SaasPrereqs from './react-components/saas-prerequisites.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
Expand Down
7 changes: 7 additions & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ RewriteRule ^optimize/3.14.0/(.*)$ /optimize/$1 [R=302,L]
# 8.6 content moves vvvv
# ----------------------

# Remove the Getting Started partials as full pages
RewriteRule ^docs/guides/react-components/sm-prerequisites/?$ /docs/guides/$1 [R=301,L]
RewriteRule ^docs/guides/react-components/saas-prerequisites/?$ /docs/guides/$1 [R=301,L]
RewriteRule ^docs/guides/react-components/install-plain-java/?$ /docs/guides/$1 [R=301,L]
RewriteRule ^docs/guides/react-components/install-docker-compose/?$ /docs/guides/$1 [R=301,L]
RewriteRule ^docs/guides/react-components/install-c8run/?$ /docs/guides/$1 [R=301,L]

# Move Go and CLI client to community section
RewriteRule ^docs/apis-tools/cli-client/(.*)$ /docs/next/apis-tools/community-clients/cli-client/$1 [R=301,L]
RewriteRule ^docs/apis-tools/go-client/(.*)$ /docs/next/apis-tools/community-clients/go-client/$1 [R=301,L]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Use Spring Boot and the Spring Zeebe SDK to interact with your loc
keywords: [java, spring, spring zeebe, getting started, user guide, tutorial]
---

import Install from './react-components/install-c8run.md'
import Install from './react-components/\_install-c8run.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">1 hour</span><br /><br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />

import clsx from "clsx";
import SaasPrereqs from './react-components/saas-prerequisites.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'

This guide will walk you through working with a REST Connector task as a first time Camunda 8 SaaS user. The REST Connector is a [protocol Connector](/components/connectors/out-of-the-box-connectors/available-connectors-overview.md#protocol-connectors), where you can make a request to a REST API and use the response in the next steps of your process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import NavigationHistoryImg from './img/modeler-navigation-history.png';
import clsx from "clsx";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import SaasPrereqs from './react-components/saas-prerequisites.md'
import Install from './react-components/install-c8run.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'
import Install from './react-components/\_install-c8run.md'

Camunda 8 allows you to orchestrate processes with human tasks of any complexity. Utilizing user tasks, you can create and assign tasks to users. Then, users can perform their work and enter the necessary data to drive the business process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import clsx from "clsx";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CreateCluster from '../components/react-components/create-cluster.md';
import SmPrereqs from './react-components/sm-prerequisites.md'
import SaasPrereqs from './react-components/saas-prerequisites.md'
import Install from './react-components/install-plain-java.md'
import SmPrereqs from './react-components/\_sm-prerequisites.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'
import Install from './react-components/\_install-plain-java.md'

Using Camunda 8, you can orchestrate the microservices necessary to achieve your end-to-end automated business process. Whether you have existing microservices or are looking to build out your microservices, this guide will help you understand how you can start your microservice orchestration journey with Camunda 8.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Model your first process
description: "Use Modeler to design and deploy a process."
---

import SaasPrereqs from './react-components/saas-prerequisites.md'
import SaasPrereqs from './react-components/\_saas-prerequisites.md'

<span class="badge badge--beginner">Beginner</span>
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />
Expand Down

0 comments on commit eb43684

Please sign in to comment.