Skip to content

Commit

Permalink
October 2024 bing fixes (#4536)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mesellings authored Oct 30, 2024
1 parent 452daa8 commit 0474ba6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion docs/apis-tools/working-with-apis-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion docs/components/concepts/job-workers.md
Original file line number Diff line number Diff line change
@@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion docs/components/modeler/bpmn/timer-events/timer-events.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/components/modeler/feel/what-is-feel.md
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 0474ba6

Please sign in to comment.