VitePress-Custom
Brief
Added some features on the basis of vitepress
Features
- nav:automatic generate the navigation bar based on the file directory
- sidebar:automatic generate the sidebar based on the file directory
- search:developing
Usage
# Global import dependency
npm i @vitepress-custom/vitepress-custom-cli -g
# init
vitepress-custom init
# Waiting for initialization to complete
npm install
npm run dev