- 📄 Docsi is a static site generator for documentation.
- ✍️ It is written in JS and uses Markdown as its markup language.
- 👶 It is designed to be simple to use and easy to extend.
- 🎨 It already comes with a default theme, but you can easily change it.
- ⚡ You can also run and build it superfast, because it uses Vite and Grunt.
Install the Docsi CLI globally.
npm install -g @docsi/cli
Create a new Docsi project.
docsi new <project-name>
You can find the official documentation here.