@vitdoc/ui
v1.7.0
Published
The UI component for vitdoc theme
Readme
Based on Vite, use markdown to write React component documentation, and automatically extract component interface definitions.
English | 简体中文
Features
Vitekernel, efficient and fast development experience.- Using the
Markdownwriting, you can quickly write documentation for the project, automatically generate a preview, and generate documents while debugging. - Automatically analyze
TypeScripttype definitions and generate API documentation. - Automatically generate menu navigation based on
.mdfile directory.
Write documentation by markdown

Extract ts interface

Usage & Guide
You can check out the projects in the examples directory for a quick start.
$ npm install -g vitdoc
$ cd ../examples/demo
$ vitdoc