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 4134b6c commit 3237a24Copy full SHA for 3237a24
docusaurus.config.ts
@@ -139,6 +139,29 @@ const config: Config = {
139
},
140
],
141
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
165
{
166
href: 'https://github.com/stacklok',
167
className: 'fa-brands fa-github fa-lg',
0 commit comments