claude-code-router/docs
2026-06-24 09:04:12 +08:00
..
public Refactor router config and provider handling 2026-06-23 20:21:28 +08:00
src Rewrite CCR documentation landing page 2026-06-24 09:04:12 +08:00
.gitignore Refactor router config and provider handling 2026-06-23 20:21:28 +08:00
astro.config.mjs Refactor router config and provider handling 2026-06-23 20:21:28 +08:00
package-lock.json Refactor router internals and trim unused code 2026-06-23 22:16:20 +08:00
package.json Refactor router internals and trim unused code 2026-06-23 22:16:20 +08:00
README.md Refactor router config and provider handling 2026-06-23 20:21:28 +08:00
tsconfig.json Refactor router config and provider handling 2026-06-23 20:21:28 +08:00

Claude Code Router Docs

Astro-powered documentation site for Claude Code Router.

Commands

npm install
npm run dev
npm run build
npm run preview

The local development server runs from this docs directory.

Content

Docs pages are authored in Markdown:

  • Chinese: src/content/docs/zh/index.md
  • English: src/content/docs/en/index.md

Frontmatter provides the page title, eyebrow, and lead text. Markdown headings generate the right-side table of contents, and fenced code blocks are compiled with Shiki highlighting.