Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Navigation

To integrate your bundle with Quokka Admin you want to set up your own Navigation section in the sidebar. To do this you use the AdminState ::add_navigation method an pass a AdminNavigationGroup into it. You can order your group with the AdminNavigationGroup::order function. Lower numbers will be displayed first. The default is 0 and the "Quokka Admin" group is at -100.

Specifying multiple groups with the same name will case them to be merged, keeping the order of the first registered one.

Registering an Entity will require you to also provide a navigation group name. This is because it will register NavigationItems with this group name. By registering this group before the entity you can keep some ordering in there.

While, technically, there is no limit to nesting NavigationItems, it's only actively styled an tested for a single sub group.