From d86993db54445279da5b8e454ece8e2460e89ba7 Mon Sep 17 00:00:00 2001 From: ChrisChinchilla Date: Wed, 18 Nov 2020 14:07:42 +0100 Subject: [PATCH] Parameterise menus Signed-off-by: ChrisChinchilla --- site/config.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/site/config.toml b/site/config.toml index 88999c2e34..6d4810b705 100644 --- a/site/config.toml +++ b/site/config.toml @@ -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/" @@ -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 = "

More

" name = " "