Docit
Simple and Rapid React Documentation
- ? MDX & MD Syntax oriented.
- ?️ Fast HMR
- ? Out of the Box Api & Component Props Table Generation
- ❤️ Emoji Support https://github.com/wooorm/emoticon/blob/HEAD/support.md
For More, Please check out https://phshy0607.github.io/docit/
Get Started
yarn add @blizzbolts/docit -D
Usage
- Make your first markdown file under
docs
mkdir docs
echo "# Introudction" > docs/index.md
- Start your doc local dev server by
docit start
For build
docit build