From 2accf2b5196fb6dc7f9fb272a4b00f9e1fdad1b4 Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Fri, 3 May 2024 19:16:06 +0530 Subject: [PATCH] Update config.toml --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5dfcbf0..2b29ba4 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,11 @@ summaryLength = 30 url = "/docs/" weight = 2 +[[menu.main]] + name = "Install" + url = "/install.sh" + weight = 3 + [params] homepage_button_link = '/docs' homepage_button_text = 'Read The Docs' @@ -27,4 +32,4 @@ summaryLength = 30 mobile = "/images/knoxctl_logo_2.svg" [params.footer] - copyright_text = 'CLI utility by AccuKnox' \ No newline at end of file + copyright_text = 'CLI utility by AccuKnox'