This Project is still under development. Use with caution. For future plans, see #38
Simple and Rapid React Documentation https://blizzbolts.github.io/docit
- 😛 MDX & MD Syntax oriented.
- 🌪️ Fast HMR
- 💹 Out of the Box Api & Component Props Table Generation
- ❤️ Emoji Support and Responsive Designs
This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.
yarn add @blizzbolts/docit -D
- 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
This project is inspired by Vitepress and Storybook, powered by Vite and MDX