-
Notifications
You must be signed in to change notification settings - Fork 190
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
chore(deps): update docusaurus from beta-18 to beta-20 #1085
Changes from all commits
7d7edc3
2921be7
e2e15be
3a5e14f
f997793
1f3ea5e
cceaf0e
300f9ee
f0e7fce
c883f95
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,4 +77,4 @@ The fact that jobs may be worked on more than once means that Zeebe is an "at le | |
|
||
## Next steps | ||
|
||
- [Zeebe overview](./components/zeebe/zeebe-overview.md) | ||
- [Zeebe overview](components/zeebe/zeebe-overview.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note that docusaurus doesn't care whether the absolute path starts with It's accidental that this one doesn't contain a slash, though. I tried to be consistent about specifying There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Usually, I vote for consistency, but I'm okay with leaving this |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ Camunda Platform Console is the management application for the included products | |
Using Camunda Platform Console, you can do the folllowing: | ||
|
||
- [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). | ||
- [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). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note that the first link in this sentence is still relative, because the linked doc is actually a child. |
||
- [Manage alerts](./manage-clusters/manage-alerts.md) to get notified when workflow errors occur. | ||
- [Manage IP Whitelists](./manage-clusters/manage-ip-whitelists.md) to restrict access to clusters. | ||
- [Manage](./manage-organization/organization-settings.md) your organization. | ||
- [Console API clients (REST)](./apis-clients/console-api-reference.md) to manage clusters programmatically. | ||
- [Console API clients (REST)](/apis-clients/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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't actually think I needed to update this...both the left and right version are treated the same. I probably did this as an experiment early on, while learning which relative paths I needed to worry about.
I can undo this change if people would like; it is a harmless change, though.