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

menustr
Name of the dropdown menu.

Raises

  • TypeError: If menu is not str.