This repository contains the unified documentation site for the Tollcraft initiative, migrated from GitBook to a dedicated GitHub Pages documentation platform.
- Tier 1 (Prevent):
src/cost-linter/— Documentation forsoroban-cost-linter. - Tier 2 (Detect):
src/budget-assert/— Documentation forsoroban-budget-assert. - Tier 3 (Diagnose):
src/cost-profiler/— Documentation forsoroban-cost-profiler.
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Build for production
npm run docs:build
# Preview production build
npm run docs:previewThe documentation site is automatically built and deployed to GitHub Pages on push to main via .github/workflows/deploy.yml.