You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/02/05 20:36:09 UTC

[5/5] allura git commit: Use a good default for the global_nav

Use a good default for the global_nav


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/f83e7314
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/f83e7314
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/f83e7314

Branch: refs/heads/master
Commit: f83e731475c8976380d6a340ebc726630717ddd2
Parents: d057e49
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Feb 5 14:35:59 2016 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Feb 5 14:35:59 2016 -0500

----------------------------------------------------------------------
 Allura/development.ini | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/f83e7314/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index e890cd7..bad2383 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -122,6 +122,12 @@ beaker.session.secure = false
 ; CHANGE THIS VALUE FOR YOUR SITE
 beaker.session.validate_key = 714bfe3612c42390726f
 
+;
+; Settings for global navigation
+;
+; Override this to specify your custom navigation links
+global_nav = [{"title": "Site Home", "url": "/"}]
+
 ; Google Analytics account for tracking
 ;ga.account = UA-XXXXX-X
 
@@ -498,12 +504,6 @@ lcd_timeout = 60
 limit_param_max = 500
 
 
-;
-; Settings for global navigation
-;
-; Override this to specify your custom navigation links
-; global_nav = [{"title": "Link 1", "url": "http://example.com"}]
-
 
 ;
 ; Settings for the Blog tool