diff --git a/blume.config.ts b/blume.config.ts index 4c588fc..27113d7 100644 --- a/blume.config.ts +++ b/blume.config.ts @@ -1,6 +1,9 @@ import { defineConfig } from "blume"; export default defineConfig({ - title: "Docs", + title: "Prad's LeetCode", description: "Documentation powered by Blume.", + navigation: { + tabs: [{ label: "Guides", path: "/guides", icon: "plug" }], + }, });