diff --git a/website/src/layouts/ArticleLayout.astro b/website/src/layouts/ArticleLayout.astro index 26493a6c..7aff0ab8 100644 --- a/website/src/layouts/ArticleLayout.astro +++ b/website/src/layouts/ArticleLayout.astro @@ -16,11 +16,15 @@ const base = import.meta.env.BASE_URL; const articles = await getCollection('learning-hub'); const fundamentalsOrder = [ - 'what-are-agents-prompts-instructions', + 'what-are-agents-skills-instructions', 'understanding-copilot-context', 'copilot-configuration-basics', 'defining-custom-instructions', - 'creating-effective-prompts', + 'creating-effective-skills', + 'building-custom-agents', + 'understanding-mcp-servers', + 'automating-with-hooks', + 'using-copilot-coding-agent', 'before-after-customization-examples', ]; diff --git a/website/src/pages/learning-hub/index.astro b/website/src/pages/learning-hub/index.astro index 633e5212..87e169fe 100644 --- a/website/src/pages/learning-hub/index.astro +++ b/website/src/pages/learning-hub/index.astro @@ -42,81 +42,121 @@ const reference = articles
-
-

Fundamentals

-

Essential concepts to tailor GitHub Copilot beyond its default experience.

-
- {fundamentals.map((article, index) => ( - - - - - ))} -
-
+
+ -
-

Reference

-

Quick-lookup resources to keep handy while you work.

-
- {reference.map((article) => ( - - - - - ))} -
-
-
-

Hands-on

-

Interactive samples and recipes to learn by doing.

-
- - -
+