diff options
author | Edward D <ed.kickball@hotmail.com> | 2015-08-09 10:11:20 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2015-08-09 10:11:20 +0000 |
commit | c0fc3daaafffe707e35f6312e6649ee72a0a8433 (patch) | |
tree | de912c202479247e5a709fbcd3a01131e2e8c1c7 | |
parent | Merge pull request #181 from babolivier/patch-1 (diff) | |
parent | Add Read the Docs (diff) | |
download | awesome-selfhosted-c0fc3daaafffe707e35f6312e6649ee72a0a8433.tar.gz awesome-selfhosted-c0fc3daaafffe707e35f6312e6649ee72a0a8433.zip |
Merge pull request #184 from Kickball/readthedocs
Add Read the Docs (Wiki)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -519,6 +519,7 @@ Some [Groupware](#groupware) solutions also feature file sharing synchronization * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT` `Javascript` * [markdown-tree](https://github.com/mil/markdown-tree) - serve a hierarchy / tree directory of markdown files. Use intended for small sites built in markdown * [MdWiki](https://dynalon.github.io/mdwiki/#!index.md) - a Markdown CMS/Wiki completely built in HTML5/Javascript and runs 100% on the client ([Source code](https://github.com/Dynalon/mdwiki)) + * [Read the Docs](https://docs.readthedocs.org/en/latest/install.html) - host documentation, making it fully searchable and easy to find; import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar ([Demo](https://readthedocs.org/projects/), [Source code](https://github.com/rtfd/readthedocs.org)) `MIT` `Python` ## Static site generators |