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

console renaming #2559

Merged
merged 3 commits into from
Sep 8, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: feedback-and-support
title: Feedback and support
---

If you have any problems, questions, or suggestions, contact us via the [Camunda Platform Forum](https://forum.camunda.io/).
If you have any problems, questions, or suggestions, contact us via the [Camunda Forum](https://forum.camunda.io/).

**Feedback and support** can be submitted or requested via the corresponding entry in the navigation menu. If you have a **license agreement** with us, you will be redirected to the [support queue](https://jira.camunda.com/projects/SUPPORT/) at Camunda. In our Trial phase, contact can be made using the internal form:

Expand Down
8 changes: 4 additions & 4 deletions docs/components/console/introduction-to-console.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
id: introduction-to-console
title: Introduction to Camunda Platform Console
title: Introduction to Camunda Console
---

Camunda Platform Console is the management application for the included products.
Camunda Console is the management application for the included products.

Using Camunda Platform Console, you can do the folllowing:
Using Camunda Console, you can do the following:

- [Create](./manage-clusters/create-cluster.md) and [delete](./manage-clusters/delete-cluster.md) clusters.
- [Manage API clients](./manage-clusters/manage-api-clients.md) to interact with [Zeebe](/components/zeebe/zeebe-overview.md) and [Tasklist](/components/tasklist/introduction-to-tasklist.md).
Expand All @@ -14,4 +14,4 @@ Using Camunda Platform Console, you can do the folllowing:
- [Manage](./manage-organization/organization-settings.md) your organization.
- [Console API clients (REST)](apis-tools/console-api-reference.md) to manage clusters programmatically.

If you don't have a Camunda Platform 8 account yet, visit our [Getting Started Guide](../../guides/create-account.md).
If you don't have a Camunda 8 account yet, visit our [Getting Started Guide](../../guides/create-account.md).
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ To create a cluster, follow the steps below:
- **Stable**: Provides the latest feature and patch releases ready for most users at a minimal risk. The releases follow semantic versioning and can be updated to the next minor or patch release without data loss.
- **Alpha**: Provides preview releases in preparation for the next stable release. They provide a short-term stability point to test new features and give feedback before they are released to the stable channel. Try these to ensure the upcoming release works with your infrastructure. These releases cannot be updated to a newer release, and therefore are not meant to be used in production.

Here, you can also decide if you want to have automated updates to new versions of Camunda Platform 8 activated. You can also toggle this feature anytime later in the **Settings** tab of your cluster.
Here, you can also decide if you want to have automated updates to new versions of Camunda 8 activated. You can also toggle this feature anytime later in the **Settings** tab of your cluster.

![cluster-creating-modal](./img/cluster-creating-modal.png)

3. After you've made your selection and created the cluster, view the new entry in the **Clusters** tab:
1. After you've made your selection and created the cluster, view the new entry in the **Clusters** tab:

![cluster-creating](./img/cluster-overview-new-cluster-creating.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/components/console/manage-clusters/manage-alerts.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
id: manage-alerts
title: Manage alerts
description: "Camunda Platform 8 can notify you when process instances stop with an error."
description: "Camunda 8 can notify you when process instances stop with an error."
---

Camunda Platform 8 can notify you when process instances stop with an error.
Camunda 8 can notify you when process instances stop with an error.

There are two forms of notification:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Advanced search
description: "Use the search bar to navigate through Camunda applications and locate necessary resources and documentation."
---

To ease navigation throughout Console, utilize the **search functionality** available in Camunda Platform 8 SaaS under the **Console** component.
To ease navigation throughout Console, utilize the **search functionality** available in Camunda 8 SaaS under the **Console** component.

This search functionality allows users to:

Expand Down
8 changes: 4 additions & 4 deletions docs/components/console/manage-organization/manage-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Let's take a closer look at the rights and responsibilities of use

## General rights concept

When a user signs up for Camunda Platform 8, they receive a personal organization. Clusters the user creates in this organization are assigned to this organization.
When a user signs up for Camunda 8, they receive a personal organization. Clusters the user creates in this organization are assigned to this organization.

If several users need access to the same Zeebe cluster, all users can be assigned to the same organization.

Expand All @@ -20,7 +20,7 @@ To change the owner of the organization, utilize the user administration. The cu

In addition to the owner, the **Admin** role is available as a second role with comprehensive rights. The admin role has the same rights as the owner, with the difference that an admin cannot manage other admins.

The following roles are additionally available, providing dedicated rights for specific elements in Camunda Platform 8.
The following roles are additionally available, providing dedicated rights for specific elements in Camunda 8.

- **Operations Engineer**: Full access to Console, except deletion privileges. Full access to Operate and Web Modeler, except deployment privileges
- **Analyst**: Full access to Optimize and Web Modeler, except deployment privileges. Read-only access to Clusters
Expand All @@ -30,9 +30,9 @@ The following roles are additionally available, providing dedicated rights for s

Users can be assigned multiple roles. For example, a user can have the role of **Operations Engineer** and **Task User**, which gives them access to **Operate** and **Tasklist**.

Users are invited to a Camunda Platform 8 organization via their email address, which must be accepted by the user. The user remains in the `Pending` state until the invitation is accepted.
Users are invited to a Camunda 8 organization via their email address, which must be accepted by the user. The user remains in the `Pending` state until the invitation is accepted.

People who do not yet have a Camunda Platform 8 account can also be invited to an organization. To access the organization, however, the invited individual must first create a Camunda Platform 8 account by following the instructions in the invitation email.
People who do not yet have a Camunda 8 account can also be invited to an organization. To access the organization, however, the invited individual must first create a Camunda 8 account by following the instructions in the invitation email.

## Limitations

Expand Down
6 changes: 3 additions & 3 deletions docs/components/console/manage-plan/available-plans.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: Available plans
description: "Let's take a closer look at Camunda's current plan options."
---

To sign up for Camunda Platform 8, visit the [sign up page](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral).
To sign up for Camunda 8, visit the [sign up page](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral).

There is a free trial and two plans available for Camunda Platform 8:
There is a free trial and two plans available for Camunda 8:

- Professional
- Enterprise

For more information on Camunda Platform 8 plans, visit the Camunda Platform 8 [product page](https://camunda.com/products/cloud/).
For more information on Camunda 8 plans, visit the Camunda 8 [product page](https://camunda.com/products/cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This setting is only visible in the **Professional plan** for owners and admins.

Once signed up for the **Professional plan**, you have access to the **Billing** page.

You can access the **Billing** page by selecting **Organization Management** in the Camunda Platform Console navigation bar.
You can access the **Billing** page by selecting **Organization Management** in the Camunda Console navigation bar.

![billing-overview](./img/billing-overview.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Once signed up for the **Professional plan** or **Enterprise plan**, you have ac

Reservations control how many clusters you can deploy. Increasing the number of reservations allows you to deploy more clusters, while decreasing the number of reservations allows you to deploy fewer clusters.

You can access the **Billing** page by selecting **Organization Management** in the Camunda Platform Console navigation bar.
You can access the **Billing** page by selecting **Organization Management** in the Camunda Console navigation bar.

![billing-overview](./img/billing-overview.png)

Expand Down
2 changes: 1 addition & 1 deletion optimize_sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
{
Console: [
docsLink(
"Introduction to Camunda Platform Console",
"Introduction to Camunda Console",
"components/console/introduction-to-console/"
),

Expand Down
2 changes: 1 addition & 1 deletion optimize_versioned_sidebars/version-3.10.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"Console": [
{
"type": "link",
"label": "Introduction to Camunda Platform Console",
"label": "Introduction to Camunda Console",
"href": "/docs/components/console/introduction-to-console/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion optimize_versioned_sidebars/version-3.9.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Console": [
{
"type": "link",
"label": "Introduction to Camunda Platform Console",
"label": "Introduction to Camunda Console",
"href": "/docs/8.1/components/console/introduction-to-console/"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: feedback-and-support
title: Feedback and support
---

If you have any problems, questions, or suggestions, contact us via the [Camunda Platform Forum](https://forum.camunda.io/).
If you have any problems, questions, or suggestions, contact us via the [Camunda Forum](https://forum.camunda.io/).

**Feedback and support** can be submitted or requested via the corresponding entry in the navigation menu. If you have a **license agreement** with us, you will be redirected to the [support queue](https://jira.camunda.com/projects/SUPPORT/) at Camunda. In our Trial phase, contact can be made using the internal form:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
id: introduction-to-console
title: Introduction to Camunda Platform Console
title: Introduction to Camunda Console
---

Camunda Platform Console is the management application for the included products.
Camunda Console is the management application for the included products.

Using Camunda Platform Console, you can do the folllowing:
Using Camunda Console, you can do the following:

- [Create](./manage-clusters/create-cluster.md) and [delete](./manage-clusters/delete-cluster.md) clusters.
- [Manage API clients](./manage-clusters/manage-api-clients.md) to interact with [Zeebe](/components/zeebe/zeebe-overview.md) and [Tasklist](/components/tasklist/introduction-to-tasklist.md).
Expand All @@ -14,4 +14,4 @@ Using Camunda Platform Console, you can do the folllowing:
- [Manage](./manage-organization/organization-settings.md) your organization.
- [Console API clients (REST)](/apis-tools/console-api-reference.md) to manage clusters programmatically.

If you don't have a Camunda Platform 8 account yet, visit our [Getting Started Guide](../../guides/create-account.md).
If you don't have a Camunda 8 account yet, visit our [Getting Started Guide](../../guides/create-account.md).
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
id: manage-alerts
title: Manage alerts
description: "Camunda Platform 8 can notify you when process instances stop with an error."
description: "Camunda 8 can notify you when process instances stop with an error."
---

Camunda Platform 8 can notify you when process instances stop with an error.
Camunda 8 can notify you when process instances stop with an error.

There are two forms of notification:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Let's take a closer look at the rights and responsibilities of use

## General rights concept

When a user signs up for Camunda Platform 8, they receive a personal organization. Clusters the user creates in this organization are assigned to this organization.
When a user signs up for Camunda 8, they receive a personal organization. Clusters the user creates in this organization are assigned to this organization.

If several users need access to the same Zeebe cluster, all users can be assigned to the same organization.

Expand All @@ -20,7 +20,7 @@ To change the owner of the organization, utilize the user administration. The cu

In addition to the owner, the **Admin** role is available as a second role with comprehensive rights. The admin role has the same rights as the owner, with the difference that an admin cannot manage other admins.

The following roles are additionally available, providing dedicated rights for specific elements in Camunda Platform 8.
The following roles are additionally available, providing dedicated rights for specific elements in Camunda 8.

- **Operations Engineer**: Full access to Console and Operate, except cluster deletion privileges
- **Analyst**: Full access to Optimize and read-only access to clusters
Expand All @@ -30,9 +30,9 @@ The following roles are additionally available, providing dedicated rights for s

Users can be assigned multiple roles. For example, a user can have the role of **Operations Engineer** and **Task User**, which gives them access to **Operate** and **Tasklist**.

Users are invited to a Camunda Platform 8 organization via their email address, which must be accepted by the user. The user remains in the `Pending` state until the invitation is accepted.
Users are invited to a Camunda 8 organization via their email address, which must be accepted by the user. The user remains in the `Pending` state until the invitation is accepted.

People who do not yet have a Camunda Platform 8 account can also be invited to an organization. To access the organization, however, the invited individual must first create a Camunda Platform 8 account by following the instructions in the invitation email.
People who do not yet have a Camunda 8 account can also be invited to an organization. To access the organization, however, the invited individual must first create a Camunda 8 account by following the instructions in the invitation email.

## Limitations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Once signed up for the **Professional Plan** or **Enterprise Plan**, you have ac

Reservations control how many clusters you can deploy. Increasing the number of reservations allows you to deploy more clusters, while decreasing the number of reservations allows you to deploy fewer clusters.

You can access the **Billing** page by selecting **Organization Management** in the Camunda Platform Console navigation bar.
You can access the **Billing** page by selecting **Organization Management** in the Camunda Console navigation bar.

![billing-overview](./img/billing-overview.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ title: Available plans
description: "Let's take a closer look at Camunda's current plan options."
---

To sign up for Camunda Platform 8, visit the [sign up page](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral).
To sign up for Camunda 8, visit the [sign up page](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral).

There is a free trial and two plans available for Camunda Platform 8:
There is a free trial and two plans available for Camunda 8:

- Professional
- Enterprise

For more information on Camunda Platform 8 plans, visit the Camunda Platform 8 [product page](https://camunda.com/products/cloud/).
For more information on Camunda 8 plans, visit the Camunda 8 [product page](https://camunda.com/products/cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: feedback-and-support
title: Feedback and support
---

If you have any problems, questions, or suggestions, contact us via the [Camunda Platform Forum](https://forum.camunda.io/).
If you have any problems, questions, or suggestions, contact us via the [Camunda Forum](https://forum.camunda.io/).

**Feedback and support** can be submitted or requested via the corresponding entry in the navigation menu. If you have a **license agreement** with us, you will be redirected to the [support queue](https://jira.camunda.com/projects/SUPPORT/) at Camunda. In our Trial phase, contact can be made using the internal form:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
id: introduction-to-console
title: Introduction to Camunda Platform Console
title: Introduction to Camunda Console
---

Camunda Platform Console is the management application for the included products.
Camunda Console is the management application for the included products.

Using Camunda Platform Console, you can do the folllowing:
Using Camunda Console, you can do the following:

- [Create](./manage-clusters/create-cluster.md) and [delete](./manage-clusters/delete-cluster.md) clusters.
- [Manage API clients](./manage-clusters/manage-api-clients.md) to interact with [Zeebe](/components/zeebe/zeebe-overview.md) and [Tasklist](/components/tasklist/introduction-to-tasklist.md).
Expand All @@ -14,4 +14,4 @@ Using Camunda Platform Console, you can do the folllowing:
- [Manage](./manage-organization/organization-settings.md) your organization.
- [Console API clients (REST)](apis-tools/console-api-reference.md) to manage clusters programmatically.

If you don't have a Camunda Platform 8 account yet, visit our [Getting Started Guide](../../guides/create-account.md).
If you don't have a Camunda 8 account yet, visit our [Getting Started Guide](../../guides/create-account.md).
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ To create a cluster, follow the steps below:
- **Stable**: Provides the latest feature and patch releases ready for most users at a minimal risk. The releases follow semantic versioning and can be updated to the next minor or patch release without data loss.
- **Alpha**: Provides preview releases in preparation for the next stable release. They provide a short-term stability point to test new features and give feedback before they are released to the stable channel. Try these to ensure the upcoming release works with your infrastructure. These releases cannot be updated to a newer release, and therefore are not meant to be used in production.

Here, you can also decide if you want to have automated updates to new versions of Camunda Platform 8 activated. You can also toggle this feature anytime later in the **Settings** tab of your cluster.
Here, you can also decide if you want to have automated updates to new versions of Camunda 8 activated. You can also toggle this feature anytime later in the **Settings** tab of your cluster.

![cluster-creating-modal](./img/cluster-creating-modal.png)

3. After you've made your selection and created the cluster, view the new entry in the **Clusters** tab:
1. After you've made your selection and created the cluster, view the new entry in the **Clusters** tab:

![cluster-creating](./img/cluster-overview-new-cluster-creating.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
id: manage-alerts
title: Manage alerts
description: "Camunda Platform 8 can notify you when process instances stop with an error."
description: "Camunda 8 can notify you when process instances stop with an error."
---

Camunda Platform 8 can notify you when process instances stop with an error.
Camunda 8 can notify you when process instances stop with an error.

There are two forms of notification:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Advanced search
description: "Use the search bar to navigate through Camunda applications and locate necessary resources and documentation."
---

To ease navigation throughout Console, utilize the **search functionality** available in Camunda Platform 8 SaaS under the **Console** component.
To ease navigation throughout Console, utilize the **search functionality** available in Camunda 8 SaaS under the **Console** component.

This search functionality allows users to:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Delete your Camunda Platform account
keywords: [account, delete, cancel]
---

[//]: <> (Do we retain Camunda Platform in this instance?)
Copy link
Member

Choose a reason for hiding this comment

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

Can you follow up with @dlevy-camunda on this example? You may need to ping him on Slack.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To delete your Camunda account, confirmed 👍


To delete your Camunda Platform account in Camunda Console, open the top-right user menu and click **Delete account**.

![avatar-menue](./img/delete-account.png)
Expand Down
Loading
Loading