Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Moved "Terms" section back to top level nav in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Nov 5, 2013
1 parent 5f8d83b commit 7ecb90f
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/gettingstarted/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ Getting Started
:maxdepth: 1

concepts
terms/index
usage
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/toctree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This documentation has the following resources:
index
gettingstarted/index
installation/index
terms/index
contributing/index
tutorial/index
client/index
Expand Down
3 changes: 3 additions & 0 deletions web/static/js/checkURL.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ switch(pathName[num]) {
case 'installation':
$('.toctree-l1 > a:contains("Installation")').attr('state', 'open');
break;
case 'terms':
$('.toctree-l1 > a:contains("Terms")').attr('state', 'open');
break;
case 'contributing':
$('.toctree-l1 > a:contains("Contributing")').attr('state', 'open');
break;
Expand Down

0 comments on commit 7ecb90f

Please sign in to comment.