Skip to content

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 theme
  • guides/ - User guides and tutorials
  • references/ - Feature reference documentation
  • public/ - Static assets (images, logos, favicons)
  • index.md - Homepage

Commands

shell
yarn dev      # Start development server
yarn build    # Build for production
yarn preview  # Preview production build

Documentation Guidelines

  • Place user guides in guides/
  • Place feature references in references/
  • Update .vitepress/config.mts sidebar when adding new pages
  • Use images from public/images/ for screenshots