Description
Hi, sorry if this is not the right repository for this ticket.
The problem:
Currently, I'm using GitHub pages for the documentation of my project. It is served from the docs
folder on master
branch. And this part works well.
My problem is that most of the time I'm developing on dev
branches. While developing a new release of my project I also update documentation and release previews from time to time. This all happens on the dev
branch. People regularly use the preview if their own project depends on some new features. Since each milestone can take a month or two, which is a long time, the live documentation is not in sync with the documentation in preview.
Proposal
If possible, add support to choose one or more branches or folders from where the GitHub pages will be served. eg
Where each GitHub page will have its own domain name.
**
I know there are CMSs out there that can support versioning, but if possible I would prefer it like this because often I don't need to have an option to choose an older version of the documentation. Just, what is currently supported on my project.