Skip to content

Commit

Permalink
feat: enable cross-plugin versioned linking
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Aug 17, 2022
1 parent 1092798 commit 915c7f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/concepts/what-is-camunda-platform-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ With [Tasklist](../tasklist/introduction-to-tasklist.md), process owners can ach

### Optimize

[Optimize](../optimize/what-is-optimize.md) leverages process execution data to continuously [provide actionable insights](../../guides/improve-processes-with-optimize.md). Optimize specializes in BPMN-based analysis and can show users exactly what their process model needs for successful execution.
[Optimize]($optimize$/what-is-optimize) leverages process execution data to continuously [provide actionable insights](../../guides/improve-processes-with-optimize.md). Optimize specializes in BPMN-based analysis and can show users exactly what their process model needs for successful execution.

### Console

Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const versionedLinks = require("./src/mdx/versionedLinks");

module.exports = {
title: "Camunda Platform 8",
tagline: "Documentation for all components of Camunda Platform 8",
Expand Down Expand Up @@ -38,6 +40,7 @@ module.exports = {
id: "optimize",
path: "optimize",
routeBasePath: "optimize",
beforeDefaultRemarkPlugins: [versionedLinks],
// sidebarPath: require.resolve("./optimize_sidebars.js"),
},
],
Expand Down Expand Up @@ -216,6 +219,7 @@ module.exports = {
// Please change this to your repo.
editUrl:
"https://github.com/camunda/camunda-platform-docs/edit/main/",
beforeDefaultRemarkPlugins: [versionedLinks],
},
blog: false,
theme: {
Expand Down
2 changes: 1 addition & 1 deletion optimize/what-is-optimize.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Leverage process data and analyze areas for improvement."
---

:::note
New to Optimize? Visit our introductory guide to [Optimize](/docs/next/guides/improve-processes-with-optimize/) to get started.
New to Optimize? Visit our introductory guide to [Optimize]($docs$/guides/improve-processes-with-optimize/) to get started.
:::

Camunda Platform 8 is built to handle three key aspects of process automation:
Expand Down

0 comments on commit 915c7f0

Please sign in to comment.