Closed wighawag closed 3 weeks ago
Hi @wighawag , there are a few options here:
openapi.json
: You can change the default tag name by setting the defaultTag
config. I've also added an option to specify the defaultTagDescription
in #114 , so now you can have something like thisopenapi.json
: You can specify the tags
for each operation, and/or define the TagObject in your openapi.json
spec: {
defaultTag: 'Custom Default Tag',
defaultTagDescription: 'Custom Default Tag Description',
showPathsSummary: false, // <-- Add this
groupByTags: false, // <-- Also maybe this
},
If you go with option 1. or 2., maybe the design could be improved. Any suggestions are welcome!
What would you like?
Right now It generate such page
would like to remove Default on the side and move the table of content to the left
Or alternatively, if I could change the name and add a description so the left do not feel emptu
Why is this needed?
No response
How could it be implemented?
No response
Other information
No response