@selwin @nvie I can't find where the python-rq.org site code is.
Can we keep the code in a separate repo in this organisation?
How is it currently hosted? Would it be a good idea to move the site to netlify or readthedocs so it can autodeploy on changes?
Also are we wedded to the design, would it be a good idea to move to a standard sphinx or mkdocs theme which might be easier to navigate?
The docs are hosted on Github Pages. It's currently configured to auto publish whenever there's any change to gh-pages
branch.
I'm ok with moving the docs to a separate repo if you think this will make contributions easier :).
My personal preference is to try to restructure the docs to make it easier to navigate before moving to mkdocs
.
Sorry, that was very dumb of me not to look at other branches. Still I think a separate repo with deploy via netlify would be much easier.
I'm ok with creating a dedicated repo. Can we keep using Github Pages for now? Deployment is already automatic and I'd rather have as little moving parts as possible.
I still own the domain name. Just ping me if I need to point it elsewhere for you 馃憤
gh-pages is fine with me, netlify has numerous cool features but perhaps not worth it at this point.
Just a quick update, I've also moved rq-scheduler
into RQ's org. https://github.com/rq/rq-scheduler
Another quick note - if you are adding a repo for the docs - Github now allows you to publish anything in the /docs folder of the master branch in Github Pages if you check that setting option in the repo settings - avoids the confusion around the gh-pages branch
@wshayes done. The website is now built from the docs
folder from the master branch. This should make it more discoverable https://github.com/rq/rq/tree/master/docs
Closing this issue as fixed.
Most helpful comment
Just a quick update, I've also moved
rq-scheduler
into RQ's org. https://github.com/rq/rq-scheduler