From 0474ba6827b5910901cff774851b8bf550814b89 Mon Sep 17 00:00:00 2001 From: Mark Sellings Date: Wed, 30 Oct 2024 13:43:49 +0000 Subject: [PATCH] October 2024 bing fixes (#4536) * Add description to CLI client * Add description to Go client * Lengthen meta description for SEO * Lengthen meta description for SEO * Lengthen meta description for SEO * Lengthen meta description for SEO * Lengthen meta description for SEO * Lengthen meta description for SEO --- docs/apis-tools/community-clients/cli-client/cli-get-started.md | 1 + docs/apis-tools/community-clients/go-client/go-get-started.md | 1 + docs/apis-tools/working-with-apis-tools.md | 2 +- docs/components/concepts/job-workers.md | 2 +- docs/components/modeler/bpmn/timer-events/timer-events.md | 2 +- docs/components/modeler/feel/what-is-feel.md | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/apis-tools/community-clients/cli-client/cli-get-started.md b/docs/apis-tools/community-clients/cli-client/cli-get-started.md index 5e75e07fa0..3cdc65abac 100644 --- a/docs/apis-tools/community-clients/cli-client/cli-get-started.md +++ b/docs/apis-tools/community-clients/cli-client/cli-get-started.md @@ -2,6 +2,7 @@ id: cli-get-started title: Getting started with the CLI client sidebar_label: "Getting started with the CLI client" +description: "Get started with this tutorial that shows you how to interact with Camunda 8 using the community-supported CLI client and command line interface `zbctl`." --- In this tutorial, you will learn how to use the [community-supported](https://github.com/camunda-community-hub) `zbctl` CLI client to interact with Camunda 8. diff --git a/docs/apis-tools/community-clients/go-client/go-get-started.md b/docs/apis-tools/community-clients/go-client/go-get-started.md index 81bd50f759..0b45f4c99f 100644 --- a/docs/apis-tools/community-clients/go-client/go-get-started.md +++ b/docs/apis-tools/community-clients/go-client/go-get-started.md @@ -2,6 +2,7 @@ id: go-get-started title: Getting started with the Go client sidebar_label: "Getting started with the Go client" +description: "Get started with this tutorial that shows you how to interact with Camunda 8 using the community-supported Go client in a Go application." --- import Tabs from "@theme/Tabs"; diff --git a/docs/apis-tools/working-with-apis-tools.md b/docs/apis-tools/working-with-apis-tools.md index 3b83aed962..153fe9019e 100644 --- a/docs/apis-tools/working-with-apis-tools.md +++ b/docs/apis-tools/working-with-apis-tools.md @@ -2,7 +2,7 @@ id: working-with-apis-tools title: "Working with APIs & tools" sidebar_label: "Working with APIs & tools" -description: "Interact programmatically with Camunda 8 using official Zeebe client libraries and APIs." +description: "Learn more about the integration concepts involved in using the official Camunda Zeebe client libraries, APIs, and SDKs to interact programmatically with Camunda 8." --- import DocCardList from '@theme/DocCardList'; diff --git a/docs/components/concepts/job-workers.md b/docs/components/concepts/job-workers.md index 73e9c189e6..4bd1558914 100644 --- a/docs/components/concepts/job-workers.md +++ b/docs/components/concepts/job-workers.md @@ -1,7 +1,7 @@ --- id: job-workers title: "Job workers" -description: "A job worker is a service capable of performing a particular task in a process." +description: "A job worker is a service that can perform a particular task in a process. When this task needs to be performed, this is represented by a job." --- A **job worker** is a service capable of performing a particular task in a process. Each time such a task needs to be performed, this is represented by a **job**. diff --git a/docs/components/modeler/bpmn/timer-events/timer-events.md b/docs/components/modeler/bpmn/timer-events/timer-events.md index 30b6b06b9c..54834b36ad 100644 --- a/docs/components/modeler/bpmn/timer-events/timer-events.md +++ b/docs/components/modeler/bpmn/timer-events/timer-events.md @@ -1,7 +1,7 @@ --- id: timer-events title: "Timer events" -description: "Timer events are events triggered by a defined timer." +description: "Timer events are events triggered by a defined timer, including timer start events, intermediate timer catch events, and interrupting/non-interrupting timer boundary events." --- Timer events are events triggered by a defined timer. diff --git a/docs/components/modeler/feel/what-is-feel.md b/docs/components/modeler/feel/what-is-feel.md index 88546e0058..05a8c57d49 100644 --- a/docs/components/modeler/feel/what-is-feel.md +++ b/docs/components/modeler/feel/what-is-feel.md @@ -1,7 +1,7 @@ --- id: what-is-feel title: What is FEEL? -description: "FEEL is a part of DMN specification of the Object Management Group." +description: "Learn more about using Friendly Enough Expression Language (FEEL) in Camunda. FEEL is a part of the DMN specification of the Object Management Group (OMG)." --- import { MarkerCamundaExtension } from "@site/src/mdx/MarkerCamundaExtension";