1
0
mirror of https://github.com/PharkMillups/beautiful-docs.git synced 2025-08-16 22:34:10 +02:00

Use https in phpDocumentor

This commit is contained in:
Matheus Felipe
2022-11-09 03:32:52 -03:00
committed by GitHub
parent cd00cf9ce7
commit d2f4758d97

View File

@@ -86,7 +86,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage
* [GitBook](https://github.com/GitbookIO/gitbook) - Utility for generating documentation, books and exercises using GitHub/Git and Markdown. (contributed by [Samy Pessé](https://github.com/SamyPesse))
* [Daux](https://daux.io/) - A documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. (contributed by [veshinak](https://github.com/veshinak))
* [comment.js](https://github.com/dciccale/comment.js) - Simple API documentation generator. (contributed by [@dciccale](https://github.com/diccale))
* [phpDocumentor](http://www.phpdoc.org/) - phpDocumentor enables you to generate documentation from your PHP source code. (contributed by [shivamdixit](http://shivamdixit.com))
* [phpDocumentor](https://www.phpdoc.org/) - phpDocumentor enables you to generate documentation from your PHP source code. (contributed by [shivamdixit](http://shivamdixit.com))
* [Hologram](http://trulia.github.io/hologram/) - Hologram is a Ruby gem that parses comments in your CSS and helps you turn them into a beautiful style guide. (contributed by [@jchild3rs](http://github.com/jchild3rs))
* [Middleman](https://middlemanapp.com/) - Static site generator using all the shortcuts and tools in modern web development. (contributed by [Sota Yamashtia](https://github.com/sotayamashita))
* [documentation.js](https://github.com/documentationjs/documentation) - Generates documentation from JavaScript source code. (contributed by [tmcw](https://github.com/tmcw))