Appearance
Track 2 Pay Documentation
This is a VitePress documentation site for Track 2 Pay, a platform for managing billing transactions and automated payouts to service providers.
Project Structure
.vitepress/- VitePress configuration and themeguides/- User guides and tutorialsreferences/- Feature reference documentationpublic/- Static assets (images, logos, favicons)index.md- Homepage
Commands
shell
yarn dev # Start development server
yarn build # Build for production
yarn preview # Preview production buildDocumentation Guidelines
- Place user guides in
guides/ - Place feature references in
references/ - Update
.vitepress/config.mtssidebar when adding new pages - Use images from
public/images/for screenshots