Skip to content

Commit dbadfc9

Browse files
committed
docs(sidebar): add Spec Driven section to sidebar
Added a new "Spec Driven" category with related pages to the sidebar navigation.
1 parent e623751 commit dbadfc9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sidebars.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ const sidebars = {
150150
'agent/server-example',
151151
],
152152
},
153+
{
154+
type: 'category',
155+
label: 'Spec Driven',
156+
items: [
157+
'spec/index',
158+
'spec/github-spec-kit',
159+
'spec/claude-skill',
160+
],
161+
},
153162
{
154163
type: 'category',
155164
label: 'Local Agents',

0 commit comments

Comments
 (0)