Skip to content

Commit 90b4bf3

Browse files
authored
Copilot CLI for Beginners website experience (#1078)
* Initial pass at bringing a website experience to copilot cli for beginners * dropped the number from the heading * Adding codeowner * agentic workflow to keep the docs in sync * Making it more aligned with the source material * Removing the badges and TOC since we get some of that from astro * updating the agentic workflow * Adding learning hub to llms.txt * Removing nav that comes from the source markdown files
1 parent 3e01810 commit 90b4bf3

97 files changed

Lines changed: 7417 additions & 13 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cli-for-beginners-sync.lock.yml

Lines changed: 1128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 135 additions & 0 deletions

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Default owner for everything
22
* @aaronpowell
33

4+
# Adding Dan Wahlin as the owner for the CLI for Beginners content and images
5+
/website/src/content/docs/learning-hub/cli-for-beginners/ @DanWahlin
6+
/website/src/images/cli-for-beginners/ @DanWahlin
7+
48
# Agentic Workflows
59
/workflows/ @brunoborges
610
/.github/workflows/validate-agentic-workflows-pr.yml @brunoborges

website/astro.config.mjs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,23 @@ export default defineConfig({
8383
label: "Reference",
8484
items: ["learning-hub/github-copilot-terminology-glossary"],
8585
},
86+
{
87+
label: "Copilot CLI for Beginners",
88+
items: [
89+
{
90+
label: "Overview",
91+
link: "/learning-hub/cli-for-beginners/",
92+
},
93+
"learning-hub/cli-for-beginners/00-quick-start",
94+
"learning-hub/cli-for-beginners/01-setup-and-first-steps",
95+
"learning-hub/cli-for-beginners/02-context-and-conversations",
96+
"learning-hub/cli-for-beginners/03-development-workflows",
97+
"learning-hub/cli-for-beginners/04-agents-and-custom-instructions",
98+
"learning-hub/cli-for-beginners/05-skills",
99+
"learning-hub/cli-for-beginners/06-mcp-servers",
100+
"learning-hub/cli-for-beginners/07-putting-it-all-together",
101+
],
102+
},
86103
{
87104
label: "Hands-on",
88105
items: [
94.4 KB
21 KB
656 KB
773 KB
19.4 KB
2.58 MB

0 commit comments

Comments
 (0)