You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I google for Chart.js documentation Google sometimes returns old documentation, which is particularly sneaky because Google hides the URL, for example:
I think a couple of things can be done to mitigate this:
update the dropdown menu with a stale versions warning
add the robots.txt file
Stale version warning
We can show a visible warning for all numbered versions that will suggest checking the lastest version of the docs. IDK if a 5-word warning is too ugly—I think it might be okay since is should attract the attention.
We can also add a dedicated link to the latest version alongside the link to the development version.
We can add the robots.txt file to discourage Google from indexing all versions of the documentation pages except for the "latest" and "master".
It doesn't prevent these pages from being indexed completely—Google will still index them if there are any links to these pages (which is a good thing); however, this should remove most of the "stale" documentation pages from the index.
Documentation Is:
Please Explain in Detail...
When I google for Chart.js documentation Google sometimes returns old documentation, which is particularly sneaky because Google hides the URL, for example:
leads to https://www.chartjs.org/docs/2.9.4/configuration/tooltip.html which doesn't at all say that this isn't the latest version.
Your Proposal for Changes
I think it would be nice to do something like the Rust docs.rs which displays when viewing out of date documentation.
The text was updated successfully, but these errors were encountered: