Author: bhavanki Date: Thu Apr 10 15:08:58 2014 New Revision: 1586330 URL: http://svn.apache.org/r1586330 Log: Add nav for governance and bylaws.
Modified: accumulo/site/branches/redesign14/content/bylaws.mdtext accumulo/site/branches/redesign14/content/governance/consensusBuilding.mdtext accumulo/site/branches/redesign14/content/governance/lazyConsensus.mdtext accumulo/site/branches/redesign14/content/governance/releasing.mdtext accumulo/site/branches/redesign14/content/governance/voting.mdtext accumulo/site/branches/redesign14/templates/nav.html Modified: accumulo/site/branches/redesign14/content/bylaws.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/bylaws.mdtext?rev=1586330&r1=1586329&r2=1586330&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/bylaws.mdtext (original) +++ accumulo/site/branches/redesign14/content/bylaws.mdtext Thu Apr 10 15:08:58 2014 @@ -1,4 +1,5 @@ Title: Apache Accumulo Bylaws +Nav: nav_bylaws Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: accumulo/site/branches/redesign14/content/governance/consensusBuilding.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/governance/consensusBuilding.mdtext?rev=1586330&r1=1586329&r2=1586330&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/governance/consensusBuilding.mdtext (original) +++ accumulo/site/branches/redesign14/content/governance/consensusBuilding.mdtext Thu Apr 10 15:08:58 2014 @@ -1,4 +1,5 @@ Title: Consensus Building +Nav: nav_consensusbuilding Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: accumulo/site/branches/redesign14/content/governance/lazyConsensus.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/governance/lazyConsensus.mdtext?rev=1586330&r1=1586329&r2=1586330&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/governance/lazyConsensus.mdtext (original) +++ accumulo/site/branches/redesign14/content/governance/lazyConsensus.mdtext Thu Apr 10 15:08:58 2014 @@ -1,4 +1,5 @@ Title: Lazy Consensus +Nav: nav_lazyconsensus Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: accumulo/site/branches/redesign14/content/governance/releasing.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/governance/releasing.mdtext?rev=1586330&r1=1586329&r2=1586330&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/governance/releasing.mdtext (original) +++ accumulo/site/branches/redesign14/content/governance/releasing.mdtext Thu Apr 10 15:08:58 2014 @@ -1,4 +1,5 @@ Title: Accumulo Release Guide +Nav: nav_releasing Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: accumulo/site/branches/redesign14/content/governance/voting.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/governance/voting.mdtext?rev=1586330&r1=1586329&r2=1586330&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/governance/voting.mdtext (original) +++ accumulo/site/branches/redesign14/content/governance/voting.mdtext Thu Apr 10 15:08:58 2014 @@ -1,4 +1,5 @@ Title: Voting +Nav: nav_voting Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information Modified: accumulo/site/branches/redesign14/templates/nav.html URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/templates/nav.html?rev=1586330&r1=1586329&r2=1586330&view=diff ============================================================================== --- accumulo/site/branches/redesign14/templates/nav.html (original) +++ accumulo/site/branches/redesign14/templates/nav.html Thu Apr 10 15:08:58 2014 @@ -24,6 +24,13 @@ <li id="nav_getinvolved"><a href="/get_involved.html">Get Involved</a></li> <li id="nav_mailinglists"><a href="/mailing_list.html">Mailing Lists</a></li> <li id="nav_people"><a href="/people.html">People</a></li> +<li class="divider"></li> +<li class="dropdown-header">Governance</li> +<li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li> +<li id="nav_consensusbuilding"><a href="/governance/consensusBuilding.html">Consensus Building</a></li> +<li id="nav_lazyconsensus"><a href="/governance/lazyConsensus.html">Lazy Consensus</a></li> +<li id="nav_releasing"><a href="/governance/releasing.html">Releasing</a></li> +<li id="nav_voting"><a href="/governance/voting.html">Voting</a></li> </ul> </li>