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.13k stars 1.56k forks source link

REST API docs support latest as version in URL #3037

Open mboskamp opened 1 year ago

mboskamp commented 1 year ago

User Story (Required on creation)

When sharing links to the REST docs I can replace the version with latest to always point to the newest release.

Example: I can change the following URL

https://docs.camunda.org/rest/camunda-bpm-platform/7.19-SNAPSHOT/

to

https://docs.camunda.org/rest/camunda-bpm-platform/latest/

and it would point to the latest SNAPSHOT version of the docs. This would be helpful for sharing those links because they would not become stale. It might also have benefits for SEO as fewer old versions are linked from public posts.

Functional Requirements (Required before implementation)

Technical Requirements (Required before implementation)

Limitations of Scope

Hints

Links

Breakdown

Dev2QA handover

ThorbenLindhauer commented 1 year ago

Not prioritizing the ticket until we have evidence that people need it.