Add Dropdown Menu to Navigation
Description
Adds a menu (dropdown menu) to the top navigation which can be populated with a series of pages. Will only be added if not yet existing.
Usage
DocConverter.add_navbar_menu(menu)
Arguments
-
menu
str
- Name of the dropdown menu.
Raises
-
TypeError
: Ifmenu
is not str.