feat(docs/calendar): add calendar

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit was merged in pull request #17.
This commit is contained in:
2025-12-24 14:24:03 +08:00
parent 0e77c7fb2e
commit 1e1baa0b8e
3 changed files with 37 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ export default defineConfig({
href: 'https://github.com/NixOS-CN/nixcn-web',
},
],
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct'],
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct', 'calendar'],
plugins: [
starlightUITweaks({
navbarLinks: [{ label: 'Nix CN 社区 ↗', href: 'https://nixos-cn.org/' }],