feat: move samples into learning hub as Cookbook

- Rename samples page to /learning-hub/cookbook/
- Remove Samples from top navigation bar
- Add Cookbook to learning hub sidebar under Hands-on section
- Add Cookbook card to learning hub index page
- Add redirect from /samples/ to /learning-hub/cookbook/
- Add breadcrumb navigation back to Learning Hub
This commit is contained in:
Aaron Powell
2026-02-11 14:02:14 +11:00
parent 867650fb77
commit 57634b6231
5 changed files with 45 additions and 9 deletions

View File

@@ -95,10 +95,6 @@ try {
href={`${base}tools/`}
class:list={[{ active: activeNav === "tools" }]}>Tools</a
>
<a
href={`${base}samples/`}
class:list={[{ active: activeNav === "samples" }]}>Samples</a
>
<a
href={`${base}learning-hub/`}
class:list={[{ active: activeNav === "learning-hub" }]}>Learning Hub</a