Uploaded image for project: 'Red Hat Internal Developer Platform'
  1. Red Hat Internal Developer Platform
  2. RHIDP-4246

Define E2E Test Scenario - Make the sidebar navigation configuration defined

Prepare for Y ReleasePrepare for Z ReleaseRemove QuarterXMLWordPrintable

      Configures the behavior of menu items in the Backstage frontend.

      default.main-menu-items: Defines a set of main menu items.
      menuItems: Contains a list of menu items to be displayed.
      default.list: Creates a menu item titled "References" with the icon "bookmarks."
      default.apis: Defines a submenu item called default.apis, which is nested under default.list.
      default.learning-path: Defines another submenu item, default.learning-path, also nested under default.list.
      backstage.plugin-techdocs: Configures menu items specific to the TechDocs plugin in Backstage.
      
      menuItems: Defines the menu items related to TechDocs.
      favorites: Creates a menu item titled "Favorites" with the icon "star" and sets its display priority to 10.
      docs: Defines a submenu item called "Docs" under "Favorites," with priority 1 (to control its display order).
      
      dynamicPlugins:
            rootDirectory: dynamic-plugins-root
            frontend:
              default.main-menu-items:
                menuItems:
                  default.list:
                    title: References
                    icon: bookmarks
                  default.apis:
                    parent: default.list
                  default.learning-path:
                    parent: default.list
              backstage.plugin-techdocs:
                menuItems:
                  favorites:
                    title: Favorites
                    icon: star
                    priority: 10
                  docs:
                    parent: favorites
                    priority: 1

              gustavolira Gustavo Lira Silva
              psrna Pavol Srna
              RHIDP - QE
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: