Skip to content

Commit 5c1a493

Browse files
author
Chris Glass
committed
Added aline for the template parameter of the show_menu tag.
1 parent 08113f1 commit 5c1a493

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/getting_started/navigation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ The third parameter, ``extra_inactive`` (default=0), specifies how many levels
4141
of navigation should be displayed if a node is not a direct ancestor or
4242
descendant of the current active node.
4343

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

47+
You can supply a ``template`` parameter to the tag.
48+
4749
Some Examples
4850
=============
4951

0 commit comments

Comments
 (0)