diff options
author | Nathan Rew <nrew225@gmail.com> | 2021-07-09 19:55:05 +0000 |
---|---|---|
committer | Nathan Rew <nrew225@gmail.com> | 2021-07-09 19:55:05 +0000 |
commit | 8583ed64b70ca600d5039652fcd63bedc518d571 (patch) | |
tree | 23c8bcb8cefa091436354d86be0900dee4e186c9 | |
parent | Update Apostrophe source code link (diff) | |
download | awesome-selfhosted-8583ed64b70ca600d5039652fcd63bedc518d571.tar.gz awesome-selfhosted-8583ed64b70ca600d5039652fcd63bedc518d571.zip |
Update Read The Docs source code and site links
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1488,7 +1488,7 @@ _See also [Static site generators](#static-site-generators)_ - [Docstore](http://haldean.org/) - Static document hosting without any server-side processing, does not require you to recompile every time you change an article. Clone the repository and add articles in the text/ directory to get started. ([Source Code](https://github.com/haldean/docstore)) `BSD-3-Clause` `Javascript` - [Flatdoc](http://ricostacruz.com/flatdoc/) - 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. `MIT` `Ruby` -- [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` +- [Read the Docs](https://readthedocs.org/) - 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/readthedocs/readthedocs.org)) `MIT` `Python` ### Localization |