[Documentation] Show latest stable version of documentation
See original GitHub issueIssue Type
Molecule documentation by default shows latest
(2.20x) docs instead of stable
(2.19x).
Desired Behavior
Since majority of people are using latest stable version (2.19) of molecule (distributed officially by pip
, docker
or package managers), we should by default show this (stable
) version of documentation.
Actual Behaviour
Documentation showed is for latest branch (master, or pre-release?), which is used only by small portion of users. This can lead people to using features, that are not currently implemented, or merged into oficially distributable release, that most of the people are using. (as I fooled myself today with cleanup
feature).
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Versioned Documentation - Read the Docs
Read the Docs supports multiple versions of your repository. On initial import, we will create a latest version. This will point at the...
Read more >How come readthedocs isn't showing latest version?
After triggering builds on latest and stable. stable and latest point to Version: 1.4.1 of documentation as supposed to.
Read more >3.11.1 Documentation
Download. Download these documents. Docs by version. Python 3.12 (in development) · Python 3.11 (stable) · Python 3.10 (stable) · Python 3.9 (security-fixes) ......
Read more >Try the latest stable version of npm
Documentation for the npm registry, website, and command-line interface. ... You can upgrade to the latest version of npm using: npm install -g...
Read more >list-document-versions — AWS CLI 1.27.27 Command ...
If you would like to suggest an improvement or fix for the AWS CLI, check out ... AWS CLI version 2, the latest...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @gundalow,
it loads
stable
version for me by default, so I guess it is good now.Thank you.
Hi,
I’ve set
stable
as the default doc when you visit molecule.readthedocs.orgSo today that means stable =
99e03ea1
, which is the SHA of 2.20, which is the current release.@Lirt Does that seem good to you?