pg_docs_bot
pg_docs_bot copied to clipboard
Ability to pick a (non-current) version to redirect to
Thinking about a settings menu with this as an option.
Use cases that I believe exist:
- currently doing a big migration to a (now) non-current release, and cannot consider an upgrade at this point
- working with a legacy (or military, or regulated) application that doesn't support the latest versions
- PostgreSQL contributor, and would like to see "devel" docs by default
Do comment on this if you'd like it, ideally with your version number and use case!
Update: There is a new extension, Unified Docs Switcher that may be a better fit for folks who want a different default version!
There are similar extensions for python docs and django docs which store the user's preferred version. Perhaps useful for reference.
@truthdoug thanks! Would you personally like it to default to a non-current version?
I got inspired over my time off during the holidays and started on a new extension that would do this for multiple doc sites. It's not published yet, but it works if loaded in developer mode for postgres, python and django: https://github.com/dougharris/unified_docs_switcher
Oh nice, I just watched your video and it looks great! I'll give it a go soon too, sounds like a much better solution 🎉
Sounds useful, would be great to have this feature since I'm not using the latest version.
@OrBin thanks, good to know! I'm afraid it's not looking likely I'll do this anytime soon. The extension @truthdoug mentioned above supports this though, if that's a good option for you? https://github.com/dougharris/unified_docs_switcher
Looks good, yes. I will try it.