-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: current version in docs links is hardcoded #19024
Copy link
Copy link
Closed
Labels
A-webui-generalIssues on the DB Console that span multiple areas or don't have another clear category.Issues on the DB Console that span multiple areas or don't have another clear category.C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
Milestone
Description
As of #18986, we're creating links to the docs using the helper util/docs.ts to make sure they point to the version of the docs for the version of the cluster. However, the version number is hardcoded there. There's already a TODO item there, but since this is something we definitely don't want to get lost, I'm also making an issue to keep track of it.
We should figure out a way to DRY this so it's not hardcoded (we can get it from pkg/base/docs). Until then, for every release we'll need to update the version string in the client.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-webui-generalIssues on the DB Console that span multiple areas or don't have another clear category.Issues on the DB Console that span multiple areas or don't have another clear category.C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.