Commit ed656f3
authored
feat: add "Agent in a Day" workshop + first-class module navigation in agendas (#394)
* feat: add "Agent in a Day" workshop
Full-day, hands-on workshop composed entirely from existing module and
lab entities (no new lab content). Maps the published agenda to four
module->lab pairs: M365 Agent Builder, Core Concepts Part 1 & 2, and
Orchestration & Dynamic Chaining, plus welcome/intro sessions and breaks.
Adds:
- _workshops/agent-in-a-day.md (order 4, after "MCS in a Day")
- _data/agendas/agent-in-a-day.yml (full 9:00-16:00 schedule)
- CHANGELOG.md entry
Module slide decks resolve automatically from each module's own front
matter. Verified with a local Jekyll build: page renders and all four
lab links and four module links resolve.
* refactor: keep agenda in sync with entities
Remove redundant overrides from the Agent in a Day agenda so module/lab
rows stay sourced from their entities. All duration overrides exactly
matched _modules/_labs values, and module title overrides were identical
too, so durations and module titles now resolve live (item.x | default:
entity.x). Updates to a module or lab (link, description, level, duration,
slides, module title) propagate automatically.
The only intentional override kept is the short event-friendly title on
each lab row, matching the existing mcs-in-a-day pattern.
* feat: accent agenda module rows with a distinct rail
Style type:module agenda rows like lab rows (boxed card, prominent
title, hover) but with a purple left accent rail
(--color-journey-purple) instead of the lab rows' blue accent, so
modules read as clickable companions to labs rather than plain session
text. Adds .ws-agenda-row--module rules and switches the module <li>
class from --session to --module in _layouts/event.html. Applies to
every event/workshop agenda.
* feat: make modules first-class in event navigation
Generalize the previously lab-only event-nav engine so module pages
reached from an agenda get the same in-event UX as labs, and fix module
rows rendering blank in the agenda popover.
- manifest: resolve module schedule rows against the _modules collection
(emit title/slug/url/duration), fixing blank module rows in the rail
agenda popover; add a `type` field to the page context so the engine
knows whether the current page is a lab or a module.
- script: item-type aware throughout — eventContainsItem(), sequence and
Prev/Next over the current page's type ("Module X of N"), module rows
linkable + highlightable in the popover, and a breadcrumb override that
handles both the theme breadcrumb (labs) and the module breadcrumb.
- module.html: include the event rail, nav-pair, and script so a module
opened from an agenda shows the blue rail + an agenda-aware breadcrumb
back to the originating event/workshop.
Standalone module pages (no event context) are unchanged.1 parent cb595f7 commit ed656f3
7 files changed
Lines changed: 268 additions & 69 deletions
File tree
- _data/agendas
- _layouts
- _workshops
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
48 | 65 | | |
49 | 66 | | |
50 | 67 | | |
| |||
86 | 103 | | |
87 | 104 | | |
88 | 105 | | |
| 106 | + | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| |||
0 commit comments