This repository contains the documentation site for AI Templates.
AI Templates are production-ready components for building AI applications on Kubernetes, including MCP servers, AI agents, and chat interfaces.
# Install Hugo and Asciidoctor
brew install hugo asciidoctor
# Run the development server
./serve.sh
# Site available at http://localhost:1313/# Build static site
hugo --cleanDestinationDir
# Output in public/ directorywebsite/
├── content/ # Documentation content (Markdown)
│ ├── templates/ # Template documentation
│ ├── tools/ # AI tools guides
│ └── contribute/ # Contribution guides
├── layouts/ # Hugo layouts
├── static/ # Static assets (CSS, images, JS)
└── themes/ # PatternFly theme
See Contributing to Documentation for guidelines on improving the documentation.
The site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
Live site: https://redhat-data-and-ai.github.io/website/
See DEPLOYMENT.md for detailed deployment instructions.
- MIGRATION_JOURNEY.md - Complete migration history and decisions
- PLACEHOLDER_TRACKING.md - Content gaps and future work
- SHORTCODE_CONVERSION.md - Shortcode reference for contributors
- DEPLOYMENT.md - Deployment instructions
Apache 2.0 License - See LICENSE
- GitHub Discussions: https://github.com/orgs/redhat-data-and-ai/discussions
- Issues: https://github.com/redhat-data-and-ai/aipatterns/issues