Skip to content

Latest commit

 

History

History

README.md

Documentation Site

This directory contains the VitePress documentation website for ccusage.

The public site is hosted on Cloudflare at https://ccusage.com.

Structure

  • guide/ - user guides and tutorials.
  • public/ - screenshots, static assets, and generated config schema.
  • .vitepress/ - VitePress configuration and theme customization.

The docs build copies apps/ccusage/config-schema.json to docs/public/config-schema.json before running VitePress.

Commands

just docs::dev
just docs::build
just docs::preview
just docs::typecheck
just fmt