Documentation hub for PingLess Studios open-source projects. Built with VitePress and the Catppuccin theme.
Maintained by AnAverageBeing.
npm install
npm run dev # http://localhost:5173
npm run build # Static site to docs/.vitepress/dist- Create
docs/<project-name>/with your markdown pages - Add sidebar entries in
docs/.vitepress/config.ts - Add nav link under
themeConfig.nav
The Catppuccin mocha theme (dark) with blue accent is configured in docs/.vitepress/theme/index.ts.
Push to main. GitHub Actions builds and deploys to Pages.
Repo Settings → Pages → Source: GitHub Actions