Things I make copilot do for me.
Want to create your own branded version? (e.g., "Jeefypilot", "MrBobbypilot")
See the Customization Guide for instructions on personalizing the site with your name and GitHub avatar.
TL;DR: Edit 4 lines at the top of website/docusaurus.config.ts
to set your GitHub username, repository name, display name, and tagline. Your GitHub avatar will automatically become the favicon and logo!
This repository includes a Docusaurus documentation site that is automatically deployed to GitHub Pages.
Live Site: https://castrojo.github.io/jorgepilot
- 🔍 Site-wide search - Powered by Algolia DocSearch
- 📱 Responsive design - Works on mobile, tablet, and desktop
- 🌙 Dark mode support - Automatic theme switching
- 🚀 Fast deployment - Automatically deployed to GitHub Pages
To run the documentation site locally:
cd website
npm install
npm start
This will start a local development server at http://localhost:3000/
The documentation site is automatically deployed to GitHub Pages whenever changes are pushed to the main
branch. The deployment is handled by GitHub Actions (see .github/workflows/deploy.yml
).
To enable GitHub Pages deployment:
- Go to your repository Settings → Pages
- Under "Build and deployment", set:
- Source: GitHub Actions
- The workflow will automatically deploy on the next push to
main
To build the site for production:
cd website
npm run build
The static files will be generated in website/build/
.
The documentation includes:
- Getting started guide
- GitHub Copilot onboarding documentation
- Tutorial content and examples