The technical documentation is a work in progress.
Menus
The submenu shortcode
To create a menu, you can use the shortcode :
[submenu "path" depth ]
The depth parameter will be the number of levels of depth opened by default.
If omitted, the menu will be fully expanded and non-dynamic.
Examples
Menu with a depth of 1
input
[submenu "documentation" 1]
output
Menu with a depth of 2
input
[submenu "documentation" 2]
output
Menu fully expanded
input
[submenu "documentation" ]
output