summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-06-10 18:10:35 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-06-10 18:21:58 +0200
commit399cf209d117992abf214ec1d045957dcb47e6c9 (patch)
tree378844db85709c2e5001d50cbbaae7772ca92ee5
parent9ff650a44c0ee4961c3ef0a4f87e30cb840ce23f (diff)
Add Mailinglist, Docs to menu
-rw-r--r--config.toml14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 347ee26..5f6dfde 100644
--- a/config.toml
+++ b/config.toml
@@ -49,8 +49,20 @@ identifier = "meetings"
url = "https://imag-pim.org/meetings/%23imag/"
[[menu.main]]
-name = "Code"
+name = "Mailinglist"
weight = -80
+identifier = "mailinglist"
+url = "/mailinglist/"
+
+[[menu.main]]
+name = "Docs"
+weight = -70
+identifier = "docs"
+url = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
+
+[[menu.main]]
+name = "Code"
+weight = -60
identifier = "code"
url = "//git.imag-pim.org/"