From 1ceb2745b1fb8f32fa7e655b1630137cd3d9277e Mon Sep 17 00:00:00 2001 From: Martin Brochhaus Date: Mon, 20 Feb 2012 13:18:18 +0100 Subject: [PATCH] Added missing documentation for MENUITEMS setting. --- docs/settings.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index d81f95e0..0fd8652e 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -263,6 +263,8 @@ Setting name what does it do ? `GITHUB_URL` Your github URL (if you have one), it will then use it to create a github ribbon. `GOOGLE_ANALYTICS` 'UA-XXXX-YYYY' to activate google analytics. +`MENUITEMS` A list of tuples (Title, Url) for additional menu + items to appear at the beginning of the main menu. `PIWIK_URL` URL to your Piwik server - without 'http://' at the beginning. `PIWIK_SSL_URL` If the SSL-URL differs from the normal Piwik-URL @@ -271,8 +273,8 @@ Setting name what does it do ? in the Piwik admin interface > settings > websites. `LINKS` A list of tuples (Title, Url) for links to appear on the header. -`SOCIAL` A list of tuples (Title, Url) to appear in the "social" - section. +`SOCIAL` A list of tuples (Title, Url) to appear in the + "social" section. `TWITTER_USERNAME` Allows to add a button on the articles to tweet about them. Add you twitter username if you want this button to appear.