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
A browser extension that remembers which version of documentation you're using for programming languages, frameworks, databases, etc.
The problem this solves:
Forget the syntax for Django query filters.
Search google for "django query filters".
Click on the link for official Django documentation.
Notice that it's showing documentation for version 3.1 but you're using 2.2.
It's probably the same syntax, but you've been doing this long enough to know better, so...
Click to see the 2.2 version.
Twenty minutes later, you want to check the syntax for Django urls... repeat the same process. And then for Python regular expressions or PostgreSQL constraints.
Wouldn't it be nice if you were automatically seeing your version every time? That's what this extension helps with.
Would you like to see it in action? Watch this video.
Want a new one added? Let me know. See how Django handles this for text links or how Python handles this for a select list in the docsData array in the code.
Usage
Just browse. Whenever you explicitly change versions on one of the sites, your preferred version is stored. When you next visit a page on that documentation site, you'll be redirected to your preferred version if not already there.
Troubleshooting: Pressing the extension's button on your browser's toolbar shows your current preferred versions for all sites. Clicking "Reset all to default versions" sets your preferred versions for all sites back to the default values.