Skip to content

Commit

Permalink
Parameterise menus
Browse files Browse the repository at this point in the history
Signed-off-by: ChrisChinchilla <chris@chronosphere.io>
  • Loading branch information
ChrisChinchilla committed Nov 18, 2020
1 parent d975e69 commit d86993d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ offlineSearch = false
# Order sections in menu by "weight" or "title". Default to "weight"
ordersectionsby = "weight"
# Change default color scheme with a variant one. Can be "red", "blue", "green".
themeVariant = "blue"
# TODO: Bring back?
# themeVariant = "blue"
twitter = "m3db_io"
disableHomeIcon = true
gettingStartedLink = "/docs/quickstart/docker"

[params.api]
localCordinator = "http://localhost:7201/"
Expand Down Expand Up @@ -172,6 +174,17 @@ offlineSearch = false
taskList = true
typographer = true

[[menu.socials]]
name = "/images/slack_logo-light.svg"
identifier = "ms"
url = "https://bit.ly/m3slack"
weight = 10

[[menu.socials]]
name = "/images/github_logo-light.svg"
url = "https://github.com/m3db/m3"
weight = 11

[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> <label>Github repo</label>"
Expand Down

0 comments on commit d86993d

Please sign in to comment.