Skip to content

Commit 3227665

Browse files
committed
Add references menu to the navbar
Signed-off-by: Dan Barr <[email protected]>
1 parent 19eaa0e commit 3227665

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
@@ -138,6 +138,29 @@ const config: Config = {
138138
},
139139
],
140140
},
141+
{
142+
type: 'dropdown',
143+
label: 'References',
144+
position: 'left',
145+
items: [
146+
{
147+
label: 'ToolHive CLI commands',
148+
to: 'toolhive/reference/cli/thv',
149+
},
150+
{
151+
label: 'ToolHive API',
152+
to: 'toolhive/reference/api',
153+
},
154+
{
155+
label: 'ToolHive registry schema',
156+
to: 'toolhive/reference/registry-schema',
157+
},
158+
{
159+
label: 'ToolHive Operator CRD',
160+
to: 'toolhive/reference/crd-spec',
161+
},
162+
],
163+
},
141164
{
142165
href: 'https://github.com/stacklok',
143166
className: 'fa-brands fa-github fa-lg',

0 commit comments

Comments
 (0)