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

@@ -7,6 +7,9 @@ export default defineConfig({
base: "/awesome-copilot/",
output: "static",
integrations: [sitemap()],
redirects: {
"/samples/": "/learning-hub/cookbook/",
},
build: {
assets: "assets",
},