fabricator menu item duplicate

i have made a customResource for the fabricator menu. How can i remove the duplicate menu item Pages? i cannot find it in the documentation.
image.png
Solution
I have asked it there.

Maybe it is this. I have to register this in the appserviceprovider

use Z3d0X\FilamentFabricator\Resources\PageResource;
 
PageResource::navigationGroup('Blog');
PageResource::navigationSort(1);
PageResource::navigationIcon('heroicon-o-cube');
Was this page helpful?