How to avoid to add a resource to nav bar?

Every time I create a new resource, a new menu is added into the left sidebar.

How can I avoid this?
Solution
you could try

// in your resource
protected static bool $shouldRegisterNavigation = false;
Was this page helpful?