Skip to content

feat: annotate workshop pages with journey/adventure frontmatter for learner-profile filtering - #1538

Merged
pelikhan merged 1 commit into
mainfrom
copilot/annotate-pages-with-frontmatter
Jul 19, 2026
Merged

feat: annotate workshop pages with journey/adventure frontmatter for learner-profile filtering#1538
pelikhan merged 1 commit into
mainfrom
copilot/annotate-pages-with-frontmatter

Conversation

Copilot AI commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Workshop pages had no metadata for filtering by learner type or content category, making it impossible to programmatically surface the right pages for a given user profile.

Changes

Frontmatter schema — two new fields on every workshop page

---
journey: all        # learner path: all | ui | terminal | codespace | local | copilot
adventure: core     # content category: core | setup | scenario-a | scenario-b | scenario-c | scenario-d | advanced | side-quest
---
  • journey maps to the learner's environment/path (e.g. ui = browser-only, terminal = any shell, codespace/local = environment-specific subsets, copilot = Copilot app/Agents tab)
  • adventure maps to workshop structure (core shared path, setup, one of four scenario branches, post-core advanced topics, or optional side-quest deep dives)

107 workshop files annotated

All workshop/*.md files (excluding README.md) — core steps, branch variants (NNa/b/c), and side quests — prepended with the appropriate frontmatter block derived from filename pattern and content scope.

Schema documented in guidelines.md

New "Workshop page frontmatter schema" section covers valid values, placement rules, assignment logic by filename pattern, and side-quest journey edge cases.

…ument schema in guidelines.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title feat: add journey/adventure frontmatter to workshop pages for user-profile filtering feat: annotate workshop pages with journey/adventure frontmatter for learner-profile filtering Jul 19, 2026
Copilot AI requested a review from pelikhan July 19, 2026 07:50
@pelikhan
pelikhan marked this pull request as ready for review July 19, 2026 08:18
@pelikhan
pelikhan merged commit 876bdbd into main Jul 19, 2026
@pelikhan
pelikhan deleted the copilot/annotate-pages-with-frontmatter branch July 19, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants