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

adjust guides naming #4553

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion docs/guides/configuring-out-of-the-box-connector.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: configuring-out-of-the-box-connectors
title: Configure an out-of-the-box Connector
title: Integrate out-of-the-box Connectors
description: "Ready to use out of the box, Connectors help automate complex business processes by inserting them into BPMN diagrams."
keywords: [connector, modeling, connectors, low-code, no-code]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/create-cluster.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: create-cluster
title: Create your cluster
title: Create a cluster
description: "Create a cluster in Camunda 8 to deploy and run your process."
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-apis.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: orchestrate-apis
title: Get started with API orchestration
sidebar_label: Get started with API orchestration
sidebar_label: APIs
description: "Use Connectors to build low code process automation solutions"
keywords:
[api endpoints, orchestration, getting started, user guide, connectors]
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-human-tasks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: orchestrate-human-tasks
title: Get started with human task orchestration
sidebar_label: Get started with human task orchestration
sidebar_label: Human tasks
description: "Efficiently allocate work through user tasks."
keywords: [human tasks, orchestration, getting started, user guide]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started-orchestrate-microservices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: orchestrate-microservices
title: Get started with microservice orchestration
sidebar_label: Get started with microservice orchestration
sidebar_label: Microservices
description: "Orchestrate microservices for visibility and resilience."
keywords: [microservices, orchestration, getting-started]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/improve-processes-with-optimize.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: improve-processes-with-optimize
title: Improve processes with Optimize
sidebar_label: Improve processes with Optimize
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking - wasn't "improve" a keyword associated with Optimize? Would you want to adjust the page title, too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CC @RomanJRW @felix-mueller Do you have opinions here on keywords used with Optimize?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not from my side, I think its a PM question predominantly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging this PR but following up in ask-optimize on preferred keywords 👍

sidebar_label: Analyze processes with Optimize
description: "Leverage data collected during process execution, analyze bottlenecks, and examine areas for improvement."
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/setting-up-development-project.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: setting-up-development-project
title: Set up your first development project
title: Set up a development project
description: "Set up your first project to model, deploy, and start a process instance."
keywords: [get-started, local-install]
---
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
"guides/getting-started-java-spring",
"guides/model-your-first-process",
{
"By use case": [
"Orchestration use cases": [
"guides/orchestrate-human-tasks",
"guides/orchestrate-apis",
"guides/orchestrate-microservices",
Expand Down
Loading