Skip to content

Commit 8ec6e0c

Browse files
committed
Add git-workflow and prompt-snippets to sidebar config
New plugin pages were added but not included in the Starlight sidebar configuration, causing the docs build to fail.
1 parent d04e706 commit 8ec6e0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ export default defineConfig({
107107
label: 'Session & Integration',
108108
items: [
109109
{ label: 'Session Context', slug: 'plugins/session-context' },
110+
{ label: 'Git Workflow', slug: 'plugins/git-workflow' },
111+
{ label: 'Prompt Snippets', slug: 'plugins/prompt-snippets' },
110112
{ label: 'Notify Hook', slug: 'plugins/notify-hook' },
111113
{ label: 'CodeForge LSP', slug: 'plugins/codeforge-lsp' },
112114
{ label: 'Frontend Design', slug: 'plugins/frontend-design' },

0 commit comments

Comments
 (0)