From 2f20224bacb5fcbd702ff0bf05381349843cc2a9 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Mon, 13 Jul 2026 07:22:24 +0530 Subject: [PATCH] docs(astro): Update astro config --- web/docs/astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/docs/astro.config.mjs b/web/docs/astro.config.mjs index 0142a18..0c36aa9 100644 --- a/web/docs/astro.config.mjs +++ b/web/docs/astro.config.mjs @@ -29,6 +29,10 @@ export default defineConfig({ label: "Guides", items: [{ autogenerate: { directory: "guides" } }], }, + { + label: "Diary", + items: [{ autogenerate: { directory: "diary" } }], + }, ], editLink: { baseUrl: "https://github.com/sortedcord/omnia/edit/main/web/docs/",