diff options
author | kotontrion <[email protected]> | 2024-10-10 11:26:17 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-10-10 11:26:17 +0200 |
commit | 10447f5abcb28f3df1544f1732f82d538130b3c9 (patch) | |
tree | c05f73b6fb9768f616a8cb282375f7780cbbf5e4 /docs/vitepress.config.ts | |
parent | 6ffd3a09cad53f76b7e6159dce68fce900dde766 (diff) |
cava: add doce
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r-- | docs/vitepress.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 25d9e36..a76388b 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -82,6 +82,7 @@ export default defineConfig({ { text: "Auth", link: "/guide/libraries/auth" }, { text: "Battery", link: "/guide/libraries/battery" }, { text: "Bluetooth", link: "/guide/libraries/bluetooth" }, + { text: "Cava", link: "/guide/libraries/cava" }, { text: "Hyprland", link: "/guide/libraries/hyprland" }, { text: "Mpris", link: "/guide/libraries/mpris" }, { text: "Network", link: "/guide/libraries/network" }, |