From 9dd253ee88f473aee3697726b3e1b716af96074b Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 17 Nov 2022 15:34:09 -0800 Subject: [PATCH] Add Ignite (#153) Co-authored-by: Andrew Lisowski Co-authored-by: Matheus Felipe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41a4c3b..bf3ce7d 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Documize](https://github.com/documize/community) - One place to author, approve, publish documentation (contributed by [HarveyKandola](https://github.com/HarveyKandola)) * [ESDoc](https://esdoc.org/) - Documentation generator for JavaScript. Similar to JSDoc, but provides more useful features and stylish look and feel. (contributed by [@bandantonio](https://github.com/bandantonio)) * [Doxygen](https://www.doxygen.nl/) - Doxygen is the de facto standard tool for generating documentation from almost all popular programming languages. (contributed by [@nocomplexity](https://github.com/nocomplexity)) +* [Ignite](https://github.com/intuit/Ignite) - Markdown documentation tool built around react components as first class plugins. Docs generateed using [bulma](https://bulma.io/). (contributed by [ThomasG77](https://github.com/ThomasG77))