diff --git a/docs/getting_started/navigation.rst b/docs/getting_started/navigation.rst index db9a13fb673..2cb45ae2956 100644 --- a/docs/getting_started/navigation.rst +++ b/docs/getting_started/navigation.rst @@ -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 =============