From edb7263e5cda444a96f6fbb9c0cf880043490154 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:11:05 +0200 Subject: [PATCH] Adding guides to side-bar menu --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1f8a21df..ed4a8bc5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -78,7 +78,11 @@ export default defineConfig({ { label: 'Contributors guide', link: '/contributors/index' }, { label: 'Workgroups', link: '/contributors/workgroups' }, { label: 'Git repositories', link: '/contributors/git' }, - { label: 'Guide: how to deploy event website', link: '/contributors/deploy-event-website' }, + { label: 'Guide: how to add entry to docs', link: '/contributors/add-entry-to-docs' }, + { label: 'Guide: how to add event to website', link: '/contributors/add-event-to-website' }, + { label: 'Guide: how to add speaker to data', link: '/contributors/add-speaker-to-data' }, + { label: 'Guide: how to use gen-img front-end', link: '/contributors/gen-img-front-end' }, + { label: 'Guide: how to deploy a W3PN events website', link: '/contributors/deploy-event-website' }, { label: 'Code of conduct', link: '/get-involved/code-of-conduct' }, ] },