Math
1
Is there an attribute that specifies the order of the endpoints shown in the left panel of the API Explorer?
[Tag("Section One"), Description("This is the section one description") UnknownAttribute(1)]
Where UnknownAttribute(1) would force this endpoint to be first in the list on the left for Section One, etc.
Thanks.
mythz
2
No the ordering isn’t sortable.
Best you could do would be to replace the Sidebar.mjs component with a local modified copy and sort store.filteredSideNav
in the SidebarNav
component.
You can override /ui components by placing a modified copy in your wwwroot/modules/ui/components
folder.
1 Like