From 247193fa876284508088da82be340b137762aa63 Mon Sep 17 00:00:00 2001 From: lvuch Date: Tue, 7 Aug 2018 14:35:34 -0700 Subject: [PATCH] add customers to main nav --- config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.toml b/config.toml index 188254301b4..2310a26557e 100644 --- a/config.toml +++ b/config.toml @@ -137,11 +137,21 @@ name = "Customers" url = "/customers/" weight = "4" +[[menu.main]] +identifier = "customers" +name = "Customers" +url = "/customers/" +weight = "4" + [[menu.main]] identifier = "learn" name = "Learn" +<<<<<<< HEAD url = "https://rancher.com/learn/" weight = "4" +======= +weight = "5" +>>>>>>> add customers to main nav pre = "keyboard_arrow_down" [[menu.main]]