From 9073616c736fc95709ebc0dab3556e1f235e8b87 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 11 May 2020 21:51:35 +0200 Subject: Updated config & changelog --- exampleSite/config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 586b318..bf57954 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -17,7 +17,7 @@ googleAnalytics = "" [params] ordersectionsby = "weight" # ordersectionsby = "title" disableSearch = false # default is false -disableNavChevron = false # set true to hide next/prev chevron, default is false +disableReadmoreNav = false # set true to hide prev/next navigation, default is false highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window @@ -37,5 +37,9 @@ weight = 1 [[menu.shortcuts]] name = "" url = "https://github.com/vantagedesign/ace-documentation" -weight = 10 +weight = 2 +[[menu.shortcuts]] +name = "" +url = "https://github.com/vantagedesign/ace-documentation/releases" +weight = 3 \ No newline at end of file -- cgit v1.2.3