From 4ec57eec3aebda84640349f3a272d744804303c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:23:09 +0000 Subject: [PATCH 1/7] Initial plan From d572cad21308278b6e4111ae409c3887053487fb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:31:20 +0000 Subject: [PATCH 2/7] Add static course website to docs/ with GitHub Pages workflow Co-authored-by: jamesmontemagno <1676321+jamesmontemagno@users.noreply.github.com> --- .github/workflows/deploy-pages.yml | 43 ++ README.md | 3 +- docs/.nojekyll | 0 docs/index.html | 737 ++++++++++++++++++++++++ docs/step.html | 869 +++++++++++++++++++++++++++++ 5 files changed, 1651 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/deploy-pages.yml create mode 100644 docs/.nojekyll create mode 100644 docs/index.html create mode 100644 docs/step.html diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml new file mode 100644 index 0000000..494b963 --- /dev/null +++ b/.github/workflows/deploy-pages.yml @@ -0,0 +1,43 @@ +name: Deploy to GitHub Pages + +on: + push: + branches: + - main + paths: + - 'docs/**' + - '*/README.md' + - '*/images/**' + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: pages + cancel-in-progress: false + +jobs: + deploy: + name: Deploy + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Pages + uses: actions/configure-pages@v5 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: docs + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/README.md b/README.md index d04a2d2..f0dd660 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [](./LICENSE) [](https://codespaces.new/github/copilot-cli-for-beginners?hide_repo_select=true&ref=main&quickstart=true) [](https://docs.github.com/en/copilot/how-tos/copilot-cli) -[](https://aka.ms/foundry/discord) +[](https://aka.ms/foundry/discord) +[](https://jamesmontemagno.github.io/copilot-cli-for-beginners/) π― [What You'll Learn](#what-youll-learn) β [Prerequisites](#prerequisites) π€ [Copilot Family](#understanding-the-github-copilot-family) π [Course Structure](#course-structure) π [Command Reference](#-github-copilot-cli-command-reference) diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..6bfab7b --- /dev/null +++ b/docs/index.html @@ -0,0 +1,737 @@ + + +
+ + ++ Learn to supercharge your development workflow with AI-powered command-line assistance. + Review code, generate tests, debug issues, and automate workflows β all from your terminal. +
+ +Master inline suggestions, chat-based Q&A, and agentic workflows directly in your terminal.
+Analyze multi-file projects by feeding the right context to get accurate, useful AI responses.
+Automate code review, debugging, and test generation using AI from the command line.
+Build specialized AI assistants tailored to your codebase and coding style.
+Create reusable skills that load automatically and handle repetitive tasks for you.
+Connect Copilot CLI to GitHub, databases, and external APIs via the Model Context Protocol.
+cd, ls, and running commands
+