This directory contains the Astro Starlight documentation site for the Agentic Workflow Firewall.
- Node.js 18+
- npm
# Install dependencies
npm install
# Start development server
npm run devThe site will be available at http://localhost:4321
# Build for production
npm run build
# Preview production build
npm run previewdocs-site/
├── src/
│ ├── assets/ # Images and static assets
│ ├── content/
│ │ └── docs/ # Documentation content (Markdown/MDX)
│ └── styles/ # Custom CSS
├── public/ # Public static files
├── astro.config.mjs # Astro configuration
└── package.json
The documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch.
Workflow: .github/workflows/deploy-docs.yml