From 0821b284d1206db55cdd6949a961dee63d2d36be Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 21 Jan 2025 19:01:29 +0100 Subject: [PATCH] Add the Code of Conduct This adds the code of conduct to the documentation site. Fixes https://github.com/pixelfed/docs/issues/133 --- .vitepress/config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mjs b/.vitepress/config.mjs index 7555edd..c593e66 100644 --- a/.vitepress/config.mjs +++ b/.vitepress/config.mjs @@ -31,6 +31,7 @@ export default defineConfig({ text: '', items: [ { text: 'Introduction', link: '/project/introduction' }, + { text: 'Code of Conduct', link: '/CODE_OF_CONDUCT' }, { text: 'Community', link: '/project/community' }, ] },