Skip to content

Commit

Permalink
Added aline for the template parameter of the show_menu tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Glass committed Jul 29, 2011
1 parent 08113f1 commit 5c1a493
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting_started/navigation.rst
Expand Up @@ -41,9 +41,11 @@ The third parameter, ``extra_inactive`` (default=0), specifies how many levels
of navigation should be displayed if a node is not a direct ancestor or
descendant of the current active node.

Finally, the fourth parameter, ``extra_active`` (default=100), specifies how
The fourth parameter, ``extra_active`` (default=100), specifies how
many levels of descendants of the currently active node should be displayed.

You can supply a ``template`` parameter to the tag.

Some Examples
=============

Expand Down

0 comments on commit 5c1a493

Please sign in to comment.