From fd0d6c6ea561854d02c502002a69a8b36dc0e32a Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 25 Aug 2026 13:18:28 -0400 Subject: [PATCH] mise ~/.config/mise/config.toml tools: crush@0.91.0 feat(config): add Reference tab to navigationfeat(config): add Reference tab to navigation --- apps/docs/blume.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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", + }, + ], + }, });