A comprehensive guide to GitHub Copilot features and best practices, built with MkDocs and published on GitHub Pages.
Visit the workshop at: https://codess-aus.github.io/GitHub-Copilot-Workshop/
- Introduction to GitHub Copilot - Get started with the basics
- Chat Mode - Interactive conversations with AI
- Edit Mode - Inline code modifications
- Agent Mode - Autonomous AI assistance
- GitHub Spark - Create apps with natural language
- AgentHQ - Agent management platform
- Control Plane - Enterprise governance
- GitHub CLI - Command-line AI integration
- Custom Instructions - Personalize Copilot
- MCP - Model Context Protocol
- Effective Prompting - Master AI communication
- Coding Agents - Autonomous development
- π Dark/Light mode toggle
- π± Responsive design
- βΏ Accessibility features
- πΌοΈ Hero images on each page
- π Resource links
- Python 3.x
- pip
# Install dependencies
pip install mkdocs mkdocs-material
# Serve locally
mkdocs serve
# Build for production
mkdocs buildThe site automatically deploys to GitHub Pages when changes are pushed to the main branch via GitHub Actions.
This project is open source and available under the MIT License