From 3905fbf053d4b4ff6326f65902550b87e24f4103 Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Tue, 6 Aug 2024 15:56:11 -0400 Subject: [PATCH] august bing tweaks --- .../development/testing-process-definitions-c7.md | 2 +- docs/components/connectors/out-of-the-box-connectors/sql.md | 2 +- docs/reference/help-center.md | 2 +- docs/self-managed/console-deployment/overview.md | 2 +- docs/self-managed/setup/deploy/other/docker.md | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/components/best-practices/development/testing-process-definitions-c7.md b/docs/components/best-practices/development/testing-process-definitions-c7.md index 7a63ff44f2..a2d25d491f 100644 --- a/docs/components/best-practices/development/testing-process-definitions-c7.md +++ b/docs/components/best-practices/development/testing-process-definitions-c7.md @@ -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. diff --git a/docs/components/connectors/out-of-the-box-connectors/sql.md b/docs/components/connectors/out-of-the-box-connectors/sql.md index 244866a747..e03b97f983 100644 --- a/docs/components/connectors/out-of-the-box-connectors/sql.md +++ b/docs/components/connectors/out-of-the-box-connectors/sql.md @@ -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). diff --git a/docs/reference/help-center.md b/docs/reference/help-center.md index c7d7871006..54577a0c21 100644 --- a/docs/reference/help-center.md +++ b/docs/reference/help-center.md @@ -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] --- diff --git a/docs/self-managed/console-deployment/overview.md b/docs/self-managed/console-deployment/overview.md index b778e5aa02..26f3e55312 100644 --- a/docs/self-managed/console-deployment/overview.md +++ b/docs/self-managed/console-deployment/overview.md @@ -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. diff --git a/docs/self-managed/setup/deploy/other/docker.md b/docs/self-managed/setup/deploy/other/docker.md index ff0b52fcd6..1fa73ab3f8 100644 --- a/docs/self-managed/setup/deploy/other/docker.md +++ b/docs/self-managed/setup/deploy/other/docker.md @@ -2,6 +2,7 @@ id: docker title: "Docker" keywords: ["camunda docker"] +description: "Step through multi-platform support, configuration, Docker images, and Docker Compose." --- :::warning