From a9b3a903199951a357f0535959824737b5f05527 Mon Sep 17 00:00:00 2001 From: Akhil Daphara <65106670+akhildaphara@users.noreply.github.com> Date: Wed, 23 Nov 2022 01:31:16 -0500 Subject: [PATCH] Add Docusaurus (#159) Co-authored-by: Matheus Felipe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15b3402..34a97ef 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [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 [hipstersmoothie](https://github.com/hipstersmoothie)) +* [Docusaurus](https://docusaurus.io/) - A project by Facebook for building, deploying, and maintaining open source project websites easily. Docusaurus currently provides support to help your website use translations, search, and versioning, along with some other special documentation markdown features. (contributed by [akhildaphara](https://github.com/akhildaphara))