A comprehensive documentation site covering GitHub Agentic Workflows (gh-aw) — AI-powered repository automation with natural language instructions, strong guardrails, and continuous AI.
Live site: htekdev.github.io/gh-aw-overview
- Astro — Static site generator (zero JS shipped by default)
- MDX — Markdown + JSX for content pages
- Shiki — Syntax highlighting (GitHub Dark theme)
- GitHub Pages — Hosting via GitHub Actions
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsrc/
├── content/pages/ # MDX content for each page
│ ├── index.mdx
│ ├── core-concepts.mdx
│ ├── architecture.mdx
│ ├── configuration.mdx
│ ├── security.mdx
│ ├── ecosystem.mdx
│ ├── use-cases.mdx
│ ├── cli-tooling.mdx
│ ├── videos.mdx
│ └── resources.mdx
├── pages/ # Astro page wrappers
├── layouts/ # BaseLayout (shared nav/footer/head)
├── components/ # Reusable Astro components
└── styles/global.css # Design system (CSS custom properties)
.github/
├── workflows/ # GitHub Actions + Agentic Workflows
│ ├── pages.yml # GitHub Pages deployment (Astro build)
│ ├── chatops-assistant.md
│ ├── continuous-documentation.md
│ ├── continuous-links.md
│ ├── continuous-quality.md
│ ├── continuous-reporting.md
│ └── continuous-triage.md
├── agents/ # Copilot agent configuration
└── aw/ # Agentic workflow action pinning
This repository uses GitHub Agentic Workflows for automated maintenance:
| Workflow | Trigger | Purpose |
|---|---|---|
| ChatOps Assistant | /explain command |
Answer GH-AW questions via ChatOps |
| Continuous Documentation | Weekly (Monday) | Scan content for outdated information |
| Continuous Links | Daily | Validate all external URLs |
| Continuous Triage | Issue opened | Auto-label and respond to issues |
| Continuous Reporting | Weekly (Friday) | Generate repository status report |
| Continuous Quality | Deploy failure | Investigate and fix deployment issues |
The site covers 10 topic areas:
- Home — Overview, Six Pillars, project stats
- Core Concepts — Philosophy, Continuous AI, markdown-first authoring
- Architecture — Pipeline, trust model, runtime execution
- Configuration — Frontmatter schema, triggers, permissions, tools
- Security — AWF, threat detection, governance
- Ecosystem — AI engines, MCP, tools, extensibility
- Use Cases — ChatOps, DailyOps, IssueOps patterns
- CLI & Tooling —
gh awcommand reference - Videos — Curated video library with filtering
- Resources — Official docs, blog series, community links
This is a community resource documenting the MIT-licensed github/gh-aw project.
Built with ⚡ by htekdev