Updating nav bar

This commit is contained in:
Ori Zohar 2021-02-11 13:30:13 -08:00
parent b9bfdb05ef
commit 4122aedfb8
1 changed files with 7 additions and 11 deletions

View File

@ -52,25 +52,21 @@ id = "UA-149338238-3"
# Top Nav Bar # Top Nav Bar
[[menu.main]] [[menu.main]]
name = "Home" name = "Homepage"
weight = 40 weight = 40
url = "https://dapr.io" url = "https://dapr.io"
[[menu.main]] [[menu.main]]
name = "About" name = "GitHub"
weight = 50 weight = 50
url = "https://dapr.io/#about" url = "https://github.com/dapr"
[[menu.main]]
name = "Download"
weight = 60
url = "https://dapr.io/#download"
[[menu.main]] [[menu.main]]
name = "Blog" name = "Blog"
weight = 70 weight = 60
url = "https://blog.dapr.io/posts" url = "https://blog.dapr.io/posts"
[[menu.main]] [[menu.main]]
name = "Community" name = "Discord"
weight = 80 weight = 70
url = "https://dapr.io/#community" url = "https://aka.ms/dapr-discord"
[params] [params]
copyright = "Dapr" copyright = "Dapr"