Skip to content

Commit 653cdfe

Browse files
committed
Re-order references in nav
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 64f615c commit 653cdfe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,16 +290,16 @@ const config: Config = {
290290
to: 'toolhive/reference/crd-spec',
291291
},
292292
{
293-
label: 'ToolHive Registry schema',
294-
to: 'toolhive/reference/registry-schema-toolhive',
293+
label: 'ToolHive Registry Server API',
294+
to: 'toolhive/reference/registry-api',
295295
},
296296
{
297-
label: 'Upstream Registry schema',
298-
to: 'toolhive/reference/registry-schema-upstream',
297+
label: 'ToolHive registry schema',
298+
to: 'toolhive/reference/registry-schema-toolhive',
299299
},
300300
{
301-
label: 'ToolHive Registry API',
302-
to: 'toolhive/reference/registry-api',
301+
label: 'Upstream registry schema',
302+
to: 'toolhive/reference/registry-schema-upstream',
303303
},
304304
],
305305
},

0 commit comments

Comments
 (0)