1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Add Docusaurus (#1032)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Anh Hong 2020-04-13 14:27:14 +07:00 committed by GitHub
parent bb4eab01c7
commit 81bdbc998b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,6 +359,7 @@
- [ESDoc](https://github.com/esdoc/esdoc) - Documentation generator targeting ES2015, attaching test code and measuring documentation coverage.
- [Docco](https://github.com/jashkenas/docco) - Documentation generator which produces an HTML document that displays your comments intermingled with your code.
- [JSDoc](https://github.com/jsdoc3/jsdoc) - API documentation generator similar to JavaDoc or PHPDoc.
- [Docusaurus](https://github.com/facebook/docusaurus) - Documentation website generator that leverages React and Markdown, and comes with translation and versioning features.
### Filesystem