SPSP Public docs
Built with
Content
To edit the content, edit the markdown files in the docs
folder.
Customization
To customize the navbar or the sidebar, edit the docs/.vitepress/config.mts
file.
To customize the welcome page, edit the docs/index.md
file.
Development
Install dependencies:
# Install dependencies
npm install
Start the development server:
# Start the development server
npm run docs:dev
Build the static site:
# Build the static site
npm run docs:build
License
This project is licensed under the MIT License - see the LICENSE file for details.