Adding Nested Grouping Sections in the UI for Actions within a Controller
Is it possible to have subsections within an action grouping? We currently use Controller-based differentiation to group functions, but are hosting a large amount of controllers and could use further nesting. In other words, I know actions can be grouped/ordered with the following, but can they be grouped multiple times: c.GroupActionsBy(apiDesc => apiDesc.HttpMethod.ToString()); c.OrderActionGroupsBy(new DescendingAlphabeticComparer()); Thanks for all the help! In theory yes, we can group actions multiple times we can create an insanity of nested groups, swagger & swashbuckle are both open