Skip to content

Commit 3237a24

Browse files
committed
Add references menu to the navbar
Signed-off-by: Dan Barr <[email protected]>
1 parent 4134b6c commit 3237a24

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docusaurus.config.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,29 @@ const config: Config = {
139139
},
140140
],
141141
},
142+
{
143+
type: 'dropdown',
144+
label: 'References',
145+
position: 'left',
146+
items: [
147+
{
148+
label: 'ToolHive CLI commands',
149+
to: 'toolhive/reference/cli/thv',
150+
},
151+
{
152+
label: 'ToolHive API',
153+
to: 'toolhive/reference/api',
154+
},
155+
{
156+
label: 'ToolHive registry schema',
157+
to: 'toolhive/reference/registry-schema',
158+
},
159+
{
160+
label: 'ToolHive Operator CRD',
161+
to: 'toolhive/reference/crd-spec',
162+
},
163+
],
164+
},
142165
{
143166
href: 'https://github.com/stacklok',
144167
className: 'fa-brands fa-github fa-lg',

0 commit comments

Comments
 (0)