Feature Request: Tag focused render-style option
I've been demoing RapiDoc as a replacement for my team's API services and between the available render-style options, I think there is an opportunity for an easier layout. Many REST API doc tools have the scrolling functionality of RapiDoc read, but we like the focused option as it reduces page size and offers the option to collapse tags in the navigation. My suggestion is to create a new render-style that encapsulates the best of both worlds; you could change the current focused option to focused-method and add focused-tag.
In focused-tag, the scrollable view would include all operations under that tag as well as the tag description. If you are considering the info-description-headings-in-navbar feature, this could also be viewed as a page per top level nav item. In this render-style, the nav would auto-collapse / auto-expand nav trees based on which section is shown in the view. Within the selected nav tree, scrolling the page would also move the nav indicator as it does in read today.
This would provide a sort of "greatest hits" from the features you already provide. Curious to hear your thoughts 😃