-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
Description
Describe the problem
The page archive pages, e.g. https://www.keycloak.org/archive/documentation-26.2.html, contains a table with links to version specific documentation. However, links related to guide content are not versioned and link the user to the latest guides/docs. The following links are problematic:
- Server Installation and Configuration -> https://www.keycloak.org/guides#server
- Server Container Image -> https://www.keycloak.org/nightly/server/containers
- Securing Applications and Services -> https://www.keycloak.org/guides#securing-apps
No links exist for many of the guides.
Expected behavior
Ideally it should be possible for users to see the guide content applicable for a given Keycloak version via a subpath, e.g. https://www.keycloak.org/26.2/server/containers.
An alternative could be that we provide a versioned pdf or single page html for given version guides.
How to Reproduce?
No response
Anything else?
No response