From dd104386a73e7e1bdb27841c8eec0d72829285a8 Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Mon, 29 Jul 2024 12:46:57 +0200 Subject: [PATCH] add sidbar items --- docs/config.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 1b3ea38..4676ced 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -25,27 +25,27 @@ uniqueHomePage = false # change to false to add sidebar to homepage [menu] [[menu.shortcuts]] identifier = 'ds' - name = " Git repo" + name = " certwarden-deploy Git Repository" url = 'https://code.lila.network/adoralaura/certwarden-deploy' weight = 10 [[menu.shortcuts]] - name = " Showcases" + name = " CertWarden GitHub" url = 'showcase/' weight = 11 [[menu.shortcuts]] identifier = 'hugodoc' - name = " Hugo Documentation" + name = " CertWarden Website" url = 'https://gohugo.io/' weight = 20 - [[menu.shortcuts]] - name = " Credits" - url = 'more/credits/' - weight = 30 - - [[menu.shortcuts]] - name = " Tags" - url = 'tags/' - weight = 40 +# [[menu.shortcuts]] +# name = " Credits" +# url = 'more/credits/' +# weight = 30 +# +# [[menu.shortcuts]] +# name = " Tags" +# url = 'tags/' +# weight = 40