-
Notifications
You must be signed in to change notification settings - Fork 228
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
Address issues in version dropdown. #2077
Conversation
This reverts commit 05ba2b0.
site/static/js/plugins.js
Outdated
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">v1.0.0-alpha.3 | ||
<span class="caret"></span></button> | ||
<ol class="dropdown-menu"> | ||
<li><a href="/installation/">v1.0.0-alpha.3</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is OK for now but I think the full implementation of a version drop down would preserve the current page and maybe just modify the URL or something along those lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also maybe name it v1 beta1 or something more durable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do for now
We should decide on the branch/tag naming scheme for multiple versions of the documentation and tool we want to show publicly. That'll drive the dropdown entries in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this. What's v1beta1
? Please use the release semver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving as a temporary solution.
* Adds static version dropdown to site. * Move cover page content into overview. * Fix typo. * Revert "Move cover page content into overview." This reverts commit 05ba2b0. * Add dropdown to sidebar instead. * Change color of dropdown background. * Fix cover page. * Fix broken rendering. * Fix broken issues. * Add .firebase to git ignore. * Link to old installation instead of home page. * Remove border around dropdown. * Link to installation for new page. * Load old installation page in same frame. * Rename current site documentation.
Addresses #1662 for the new site.
Preview at https://kpt-dev-ee2a9--version-dropdown-98kk6v2g.web.app