From 4122aedfb8d5fbd2912e4c7e3f9f0deab1d3cfd3 Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Thu, 11 Feb 2021 13:30:13 -0800 Subject: [PATCH 1/2] Updating nav bar --- daprdocs/config.toml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index 7dda6bf8a..b49dd3b4d 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -52,25 +52,21 @@ id = "UA-149338238-3" # Top Nav Bar [[menu.main]] - name = "Home" + name = "Homepage" weight = 40 url = "https://dapr.io" [[menu.main]] - name = "About" + name = "GitHub" weight = 50 - url = "https://dapr.io/#about" -[[menu.main]] - name = "Download" - weight = 60 - url = "https://dapr.io/#download" + url = "https://github.com/dapr" [[menu.main]] name = "Blog" - weight = 70 + weight = 60 url = "https://blog.dapr.io/posts" [[menu.main]] - name = "Community" - weight = 80 - url = "https://dapr.io/#community" + name = "Discord" + weight = 70 + url = "https://aka.ms/dapr-discord" [params] copyright = "Dapr" From 1d4237b07b643d635376853bd89cee459a9b2a6b Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Thu, 11 Feb 2021 13:45:27 -0800 Subject: [PATCH 2/2] Adding community link to nav bar --- daprdocs/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daprdocs/config.toml b/daprdocs/config.toml index b49dd3b4d..bcfe88298 100644 --- a/daprdocs/config.toml +++ b/daprdocs/config.toml @@ -67,6 +67,10 @@ id = "UA-149338238-3" name = "Discord" weight = 70 url = "https://aka.ms/dapr-discord" +[[menu.main]] + name = "Community" + weight = 80 + url = "https://github.com/dapr/community/blob/master/README.md" [params] copyright = "Dapr"