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

august bing tweaks #4113

Merged
merged 1 commit into from
Aug 7, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Exception
- Java Delegate
- JUnit
description: "Camunda 7 also has support for writing tests in Java. This section gives you an example, the basic ideas of test scopes, and testing in chunks also valid with Camunda 7."
description: "Camunda supports writing tests in Java. Step through an example, the basic ideas of test scopes, and testing in chunks with Camunda 7."
---

Camunda 7 also has support for writing tests in Java. This section gives you an example, the basic ideas of test scopes and testing in chunks are also valid with Camunda 7.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: sql
title: SQL Connector
sidebar_label: SQL Connector
description: The SQL Connector allows you to connect your BPMN process with SQL databases (MariaDB, Microsoft SQL Server, PostgreSQL, MySQL). Learn how to create a SQL Connector and make it executable.
description: "Connect your BPMN process with SQL databases, learn how to create a SQL Connector, and make it executable."
---

The **SQL Connector** is an outbound Connector that allows you to connect your BPMN service with SQL databases (MariaDB, Microsoft SQL Server, PostgreSQL, MySQL).
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/help-center.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: camunda-help-center
title: Access the Camunda Help Center
sidebar_label: Access the Camunda Help Center
description: "Get recommendations for additional learning, step through the automation project guide, have a closer look at various use cases, access Camunda Academy, share feedback, and more."
description: "Get recommendations for additional learning, step through the automation project guide, access Camunda Academy, share feedback, and more."
keywords: [help-center, help, support]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/self-managed/console-deployment/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: overview
title: "Console (Self-Managed)"
sidebar_label: "Overview"
description: ""
description: "Console Self-Managed provides key insights into automation cluster deployments, process orchestration usage, and streamlining usage tracking."
---

Camunda Console Self-Managed offers a centralized overview for Camunda 8 installations, designed to enhance operational efficiency and oversight within Enterprise environments. Console Self-Managed provides key insights into automation cluster deployments, process orchestration usage, and streamlining usage tracking.
Expand Down
1 change: 1 addition & 0 deletions docs/self-managed/setup/deploy/other/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: docker
title: "Docker"
keywords: ["camunda docker"]
description: "Step through multi-platform support, configuration, Docker images, and Docker Compose."
---

:::warning
Expand Down
Loading