Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove our documentation hosting #268
Comments
This comment has been minimized.
|
Do we want |
This comment has been minimized.
|
Probably every historical major/minor version, but not patch versions On Thu, Apr 14, 2016, 10:16 PM Matt Casper notifications@github.com wrote:
|
This comment has been minimized.
|
Are the current docs building with all features enabled? As an example, I see |
sgrif
added
the
documentation
label
Apr 22, 2016
This comment has been minimized.
|
We're meant to doc with all features enabled, but I believe I forgot to add |
sgrif commentedApr 14, 2016
Right now we just have docs.diesel.rs, which points to the gh-pages branch of this repo, which is automatically updated when the build is green on master. What I'd like to do is host docs for each version as well. I'd like
docs.diesel.rs/0.5.0to point at the latest version,docs.diesel.rs/currentto point at the latest release, anddocs.diesel.rs/nightlyto point at master. If it makes things easier, we can probably have the master branch live on a separate subdomain.If anybody is interested in tackling this as a PR, just let me know what I need to do in terms of branches/dns records if anything. I'd like the process to remain semi-automated