From cc07372078f873bac492fec3382d6b19ffd09e23 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:55:01 +0200 Subject: [PATCH] Adding /deploy-event-website to the sidebar menu of docs https://docs.web3privacy.info/contributors/deploy-event-website/ --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index bcf0c78e..e3301a10 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -76,6 +76,7 @@ export default defineConfig({ { label: 'Contributors guide', link: '/contributors' }, { label: 'Workgroups', link: '/workgroups' }, { label: 'Git repositories', link: '/git' }, + { label: 'Guide: how to deploy event website', link: '/deploy-event-website' }, ] }, {