Skip to content

redhat-data-and-ai/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Templates Documentation Site

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.

Quick Start

Local Development

# Install Hugo and Asciidoctor
brew install hugo asciidoctor

# Run the development server
./serve.sh

# Site available at http://localhost:1313/

Building

# Build static site
hugo --cleanDestinationDir

# Output in public/ directory

Repository Structure

website/
├── 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

Contributing

See Contributing to Documentation for guidelines on improving the documentation.

Deployment

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.

Documentation

  • 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

License

Apache 2.0 License - See LICENSE

Questions?

About

The AI Templates website.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published