-
Notifications
You must be signed in to change notification settings - Fork 10
WIP: Hierarchical tags #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
This is my first swagger plugin and my first attempt at anything React, so I'm looking for a little input. The plugin currently seems to work, although I'm very new to all of this, so it may be far from ideal. Would one or both of you mind grabbing a quick look at it? You should be able to just clone the repo, cd into I have a few specific questions:
|
f9481cd to
e7a11a4
Compare
Fix hierarchical tags structure generation
dd940e5 to
f5f4d40
Compare
* Fixes #2 * Adds new optional config, `hierarchicalTagSeparator` (defaults to `/[:|]`
f5f4d40 to
03aeaaf
Compare
This plugin addresses the Hierarchical Tags idea specified in swagger-api/swagger-ui#5969. See that issue for more information.