Skip to content

Commit

Permalink
add plain java component
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Jun 27, 2024
1 parent 765d692 commit 1f35d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/guides/getting-started-orchestrate-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ keywords:
<span class="badge badge--medium">Time estimate: 15 minutes</span><br /><br />

import clsx from "clsx";
import SmPrereqs from './react-components/sm-prerequisites.md'
import Install from './react-components/install-docker-compose.md'
import Install from './react-components/install-plain-java.md'

<details>
<summary>Have you installed Camunda yet?</summary>
<SmPrereqs/>
<Install/>
</details>

Expand Down
3 changes: 1 addition & 2 deletions docs/guides/getting-started-orchestrate-human-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ import NavigationHistoryImg from './img/modeler-navigation-history.png';

import clsx from "clsx";
import SmPrereqs from './react-components/sm-prerequisites.md'
import Install from './react-components/install-docker-compose.md'
import Install from './react-components/install-plain-java.md'

<details>
<summary>Have you installed Camunda yet?</summary>
<SmPrereqs/>
<Install/>
</details>

Expand Down

0 comments on commit 1f35d67

Please sign in to comment.