camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.14k stars 1.57k forks source link

Migrate links in Optimize 7 docs to hugo-based makro #4823

Open mboskamp opened 5 days ago

mboskamp commented 5 days ago

Acceptance Criteria (Required on creation)

In the Optimize 7 docs, many pages are linked by relative links (e.g. ../../some-page). Instead, we should use the hugo makro {{< ref "absolute/path/to/some-page.md" >}}

Hints

Links

Breakdown

### Pull Requests
mboskamp commented 2 days ago

Some broken links were discovered during https://github.com/camunda/camunda-bpm-platform/issues/4780. The CI succeeds, so I don't expect any broken links. But there are still usages of the relative links that we can migrate to the ref makro in hugo.

Having no breaking links means this ticket is low-prio now. I will move it to the follow-up section of https://github.com/camunda/camunda-bpm-platform/issues/4716.