aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2014-06-13 16:31:16 +0100
committerDave Whiteland <dave@mysociety.org>2014-06-13 16:31:16 +0100
commit0ad27b80825e4398a7890b59234e8b1d0d433ff6 (patch)
tree5dda63ac84ccf594d38eb4f8320a9caee715e4ef
parent1bdbd0d0ce671e3f52a54cddc4b53e1225c62270 (diff)
move Deploying down the menu, hide MacOS X (for now)
installation pages should be the first things in that menu... and the MacOS X one is both a bit misleading (it's dev only) and currently a wee bit out of date
-rw-r--r--_layouts/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 495a7cd93..a36e5db77 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -21,11 +21,11 @@ layout: default
<li><a href="{{ site.baseurl }}getting_started">Getting Started</a></li>
<li><a href="{{ site.baseurl }}installing/">Installing</a>
<ul>
- <li><a href="{{ site.baseurl }}installing/deploy">Deploying</a></li>
<li><a href="{{ site.baseurl }}installing/script">Install script</a></li>
<li><a href="{{ site.baseurl }}installing/ami">Alaveteli AMI for EC2</a></li>
<li><a href="{{ site.baseurl }}installing/manual_install">Installing by hand</a></li>
- <li><a href="{{ site.baseurl }}installing/macos">MacOS X</a></li>
+ <!-- href="{{ site.baseurl }}installing/macos" MacOS X -->
+ <li><a href="{{ site.baseurl }}installing/deploy">Deploying</a></li>
<li><a href="{{ site.baseurl }}installing/email">MTA (email)</a></li>
</ul>
</li>