diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 44e87002..b2290312 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -82,6 +82,14 @@ module.exports = { { text: "Babble Buds", link: "/projects/babble/" } ] } + ], + "garden": [ + { + text: "Garden", + items: [ + { text: "The Small Web", link: "https://www.thepaperpilot.org/garden/the-small-web" } + ] + } ] } }