From 31780f0d94e6a09e6a6287ebf5e2cb8a3a5053a6 Mon Sep 17 00:00:00 2001 From: Guillaume LADORME Date: Mon, 3 Jun 2024 17:49:12 +0200 Subject: [PATCH] [ENHANCEMENT] Add demo link in navbar Signed-off-by: Guillaume LADORME --- website/config/_default/menus/menus.en.toml | 6 +++++- website/layouts/index.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/config/_default/menus/menus.en.toml b/website/config/_default/menus/menus.en.toml index c8f5c8f..0199ccb 100644 --- a/website/config/_default/menus/menus.en.toml +++ b/website/config/_default/menus/menus.en.toml @@ -4,13 +4,17 @@ url = "/docs/prologue/introduction.md/" # url = "/docs/1.0/prologue/introduction/" weight = 10 +[[main]] +name = "Demo" +url = "https://demo.perses.dev" +weight = 20 # [[social]] # name = "Twitter" # pre = '' # url = "https://twitter.com/getdoks" # weight = 10 -# +# # [[social]] # name = "Discord" # pre = '' diff --git a/website/layouts/index.html b/website/layouts/index.html index d5be546..c6c4103 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -66,4 +66,4 @@

Start building with Doks today

{{ end -}} -{{ end }} \ No newline at end of file +{{ end }}