1
0
mirror of https://github.com/PharkMillups/beautiful-docs.git synced 2025-08-19 14:11:34 +02:00

Remove DocumentUp, is down

This commit is contained in:
Matheus Felipe
2022-11-09 03:10:14 -03:00
committed by GitHub
parent d1bd3ecb37
commit 35cf3a4c66

View File

@@ -73,7 +73,6 @@ This should be updated fairly regularly. As usual, **pull requests are encourage
### Generating Docs
* [docco](https://ashkenas.com/docco/) - Pretty docs from source code comments with ports for many languages. (contributed by [@kylewest](https://twitter.com/kylewest))
* [DocumentUp](http://documentup.com/jeromegn/documentup) - Instantly beautify your Github repositories' `README.md`. (contributed by [@kylewest](https://twitter.com/kylewest))
* [Sphinx](http://sphinx-doc.org/) - Comprehensive documentation tool using restructuredText with beautiful HTML and PDF output. (contributed by [@nikhilcutshort](https://twitter.com/nikhilcutshort))
* [MkDocs](http://www.mkdocs.org/) - Documentation with Markdown, written in Python. (contributed by [ericbn](https://github.com/ericbn))
* [Read the Docs](https://readthedocs.org/) - Hosted docs using Sphinx or MkDocs, supports translations and finding docs for specific software versions. Used by the Django Docs. (contributed by [Stephen Paulger](https://github.com/stephenpaulger))