http://rabbitvcs.org/ "Browse Source" and "View Issues" links to code.google instead of github. If the page were just a page in rabbitvcs/rabbitvcs/docs I could just send a pull request there. - https://help.github.com/en/github/working-with-github-pages git push to <gh-pages||/docs> -> GitHub Pages (Jekyll or ``/.nojekyll``) - =~ https://github.com/marketplace/actions/jekyll-action - https://github.com/sdras/awesome-actions - Sphinx - https://github.com/ammaraskar/sphinx-action git push to <branch> -> github actions -> pull request reviews & gh-pages https://rabbitvcs.readthedocs.io/en/latest/ - https://docs.readthedocs.io/en/latest/connected-accounts.html -> git push to <branch> -> webhook -> readthedocs -> https://rabbitvcs.readthedocs.io/en/latest/ - https://docs.readthedocs.io/en/latest/features.html - Pandoc - https://pandoc.org/MANUAL.html#general-options - ``pandoc --from=html --to=markdown`` - ``pandoc --from=html --to=gfm ./page.html`` - ``pandoc --from=html --to=rst https://en.wikipedia.org/`` - https://docs.getpelican.com/en/latest/importer.html (pandoc)
http://rabbitvcs.org/ "Browse Source" and "View Issues" links to code.google instead of github.
If the page were just a page in rabbitvcs/rabbitvcs/docs I could just send a pull request there.
https://help.github.com/en/github/working-with-github-pages
git push to <gh-pages||/docs> -> GitHub Pages (Jekyll or
/.nojekyll)Sphinx
git push to -> github actions -> pull request reviews & gh-pages
https://rabbitvcs.readthedocs.io/en/latest/
git push to -> webhook -> readthedocs -> https://rabbitvcs.readthedocs.io/en/latest/
Pandoc
pandoc --from=html --to=markdownpandoc --from=html --to=gfm ./page.htmlpandoc --from=html --to=rst https://en.wikipedia.org/