-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create versonised forwarders to documentation #58
Comments
Thanks for the suggestion. However, I would argue against version numbers because:
=> So the only use case in my eyes is a reader which is on an old version of Zammad and sees no new features. And this is a situation which we don't want and support anyway. But if you see still a need, I'm open for that. Maybe @mgruner and @dvuckovic can add their point of view if I missed something or am wrong. |
I think the proposed versioning of links is not a good idea. I think it would either introduce a significant overhead in form of updating these links for each subsequent release, which is very error prone OR we would need to come up with a very complex redirect system that will need to be kept up-to-date. Actually, I believe we already have a pretty good system for showing relevant docs to all users, allow me to elaborate. This system is using an alternative approach, based on redirects. It makes sure the user is always pointed to an existing page in case of unreleased features. Take the M365 Graph channel as an example, available from Zammad 6.5:
We need a similar mechanism for |
Thank you for the input. We should/will have a refinement about that, once it reaches the Focus lane. Maybe we can even use a some kind of short url kind of approach? I will further explain the use case in a refinement and you guys come up with an even better totally different approach to that :-) |
Create a system that allows documentation be called with a version number (e.g. 6.4.1) that forwards directly to the most fitting (of the available) documentation.
Use-Case
As a Zammad-developer I want to place links to documentation inside Zammad that always link to the correct documentation.
As a SaaS-customer that uses a pre-release-version of Zammad I want to be forwarded to the pre-release documentation when I click a documentation-link.
As a documentation-host I want to change the redirect on release-day from "next.zammad.org" to "www.zammad.org".
Acceptance criteria
The text was updated successfully, but these errors were encountered: