feat: add before/after customization examples article to learning hub

This commit is contained in:
Aaron Powell
2026-02-11 12:10:17 +11:00
parent a124e133cb
commit ba7f608a5f
2 changed files with 594 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ const recommendedOrder = [
'copilot-configuration-basics',
'defining-custom-instructions',
'creating-effective-prompts',
'before-after-customization-examples',
];
const sortedArticles = articles.sort((a, b) => {