diff --git a/apps/docs/blume.config.ts b/apps/docs/blume.config.ts index 4288ebc..c68eb68 100644 --- a/apps/docs/blume.config.ts +++ b/apps/docs/blume.config.ts @@ -10,4 +10,12 @@ export default defineConfig({ content: { root: "content", }, + navigation: { + tabs: [ + { + label: "Reference", + path: "/reference", + }, + ], + }, });