We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eaa0e commit 3227665Copy full SHA for 3227665
docusaurus.config.ts
@@ -138,6 +138,29 @@ const config: Config = {
138
},
139
],
140
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
164
{
165
href: 'https://github.com/stacklok',
166
className: 'fa-brands fa-github fa-lg',
0 commit comments