Add event code of conduct
- Both en and cn version Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -32,17 +32,13 @@ export default defineConfig({
|
||||
href: 'https://github.com/NixOS-CN/nixcn-web',
|
||||
},
|
||||
],
|
||||
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers'],
|
||||
sidebar: ['meetup-2-guide', 'souvenir-customization', 'volunteers', 'code-of-conduct'],
|
||||
plugins: [
|
||||
starlightUITweaks({
|
||||
navbarLinks: [
|
||||
{ label: 'Nix CN 社区 ↗', href: 'https://nixos-cn.org/' },
|
||||
],
|
||||
navbarLinks: [{ label: 'Nix CN 社区 ↗', href: 'https://nixos-cn.org/' }],
|
||||
locales: {
|
||||
en: {
|
||||
navbarLinks: [
|
||||
{ label: "Nix CN Community ↗", href: "https://nixos-cn.org/" },
|
||||
],
|
||||
navbarLinks: [{ label: 'Nix CN Community ↗', href: 'https://nixos-cn.org/' }],
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user