chore: publish from staged

This commit is contained in:
github-actions[bot]
2026-06-15 00:56:07 +00:00
parent ef4602534e
commit 6ab1634187
4 changed files with 255 additions and 22 deletions
+20 -16
View File
@@ -62,30 +62,19 @@ export default defineConfig({
},
},
],
customCss: ["./src/styles/starlight-overrides.css", "./src/styles/global.css"],
customCss: [
"./src/styles/starlight-overrides.css",
"./src/styles/global.css",
],
editLink: {
baseUrl:
"https://github.com/github/awesome-copilot/edit/staged/website/",
},
sidebar: [
{
label: "Browse Resources",
items: [
{ label: "Home", link: "/" },
{ label: "Agents", link: "/agents/" },
{ label: "Instructions", link: "/instructions/" },
{ label: "Skills", link: "/skills/" },
{ label: "Hooks", link: "/hooks/" },
{ label: "Workflows", link: "/workflows/" },
{ label: "Canvas Extensions", link: "/extensions/" },
{ label: "Plugins", link: "/plugins/" },
{ label: "Tools", link: "/tools/" },
{ label: "Contributors", link: "/contributors/" },
],
},
{
label: "Fundamentals",
items: [
"learning-hub/github-copilot-app",
"learning-hub/what-are-agents-skills-instructions",
"learning-hub/agents-and-subagents",
"learning-hub/understanding-copilot-context",
@@ -131,6 +120,21 @@ export default defineConfig({
},
],
},
{
label: "Browse Resources",
items: [
{ label: "Home", link: "/" },
{ label: "Agents", link: "/agents/" },
{ label: "Instructions", link: "/instructions/" },
{ label: "Skills", link: "/skills/" },
{ label: "Hooks", link: "/hooks/" },
{ label: "Workflows", link: "/workflows/" },
{ label: "Canvas Extensions", link: "/extensions/" },
{ label: "Plugins", link: "/plugins/" },
{ label: "Tools", link: "/tools/" },
{ label: "Contributors", link: "/contributors/" },
],
},
],
disable404Route: true,
// pagefind: true is required so Starlight renders the search UI.