Delete docs in master branch?
stv0g opened this issue · 2 comments
I got confused because there are currently two places where we have documentation for Spectrum2:
master
branch,docs
directory (uses textile)gh-pages
branch (uses Jekyll, which seems to be more up-to-date)
Should I create a PR, to delete the old docs?
- Needs to review textile docs and move missing to gh-pages
- Needs to integrate Doxygen docs somehow to other docs
- We can move spectrum.im docs in separate repo inside org
We can move spectrum.im docs in separate repo inside org
Good idea. I moved the gh-pages
into a separate repo: https://github.com/stv0g/spectrum-website
I made you a "collaborator" for this repo. This might allow you to move the repo into the SpectrumIM org.
Needs to review textile docs and move missing to gh-pages
Done. I made some changes to the repo above.
Needs to integrate Doxygen docs somehow to other docs:
WIP: https://github.com/stv0g/spectrum2/tree/deploy-doxygen
I left the Doxyfile
in the spectrum2 repo and added a deploy
section to travis-ci.yml
which uploads the generated Doxygen HTML output to GitHub Pages.