Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian <julian@vantage-design.com>2020-03-11 13:33:15 +0300
committerJulian <julian@vantage-design.com>2020-05-11 15:43:27 +0300
commit52c463c249d38b762481f9896d36103328708c7e (patch)
treef7d086d2cec1c86808b30465596598c5e390f9a3 /exampleSite
parent74f72c65c2ff84926a55520db0cbf509c4d9e6e7 (diff)
Fixed navbar collapse
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 541e1c7..7723201 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -30,6 +30,11 @@ menushortcutsnewtab = true # set true to open shortcuts links to a new tab/windo
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
+name = "More from us"
+url = "https://vantage-design.com"
+weight = 1
+
+[[menu.shortcuts]]
name = "<i class='fab fa-github'></i>"
url = "https://github.com/vantagedesign/ace-documentation"
weight = 10