Menu Types

Averos framework menu module provides a specific menu by user and a default menu for the public. The menu by user is active in private spaces whereas the default menu is available in public spaces.

Averos Menus are defined in multiple json files, located under assets/menu, and are organized by users.
A typical menu json file name will follow the following pattern: menu.userName.json

Averos introduces two types of menus:

  • A Top Menu : available in both public and private spaces.
  • A Side Menu: available only in private space.