This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Graflow documentation site built with Docusaurus 3.9.2 (TypeScript). Uses npm as package manager.
make help # Show all available commands
make install # Install dependencies
make start # Start development server (localhost:3000)
make build # Build for production
make serve # Serve production build locally
make typecheck # Run TypeScript type checking
make clear # Clear Docusaurus cache (useful when builds behave unexpectedly)docusaurus.config.ts- Main configuration (site metadata, navbar, footer, plugins)sidebars.ts- Documentation sidebar configuration (auto-generated from docs/ folder)docs/- Documentation content (Markdown/MDX)blog/- Blog posts (Markdown/MDX)src/pages/- Custom React pages (index.tsx is the homepage)src/components/- Reusable React componentssrc/css/custom.css- Global CSS customizations and theme variablesstatic/- Static assets served at site root
- React 19 with TypeScript
@easyops-cn/docusaurus-search-localfor offline search functionalityprism-react-rendererfor code syntax highlighting
Node.js >= 20.0