Closed JoeCap08055 closed 2 weeks ago
Docs sidebar for different services/controllers was inconsistent; showing the version prefix path for some, and not others.
Utilize Redocly x-tagGroups extension to group controllers with different versions nested under the controller group. Only affects docs.
x-tagGroups
npm run generate:openapi
npm run generate:swagger-ui
Closes #658
Problem
Docs sidebar for different services/controllers was inconsistent; showing the version prefix path for some, and not others.
Solution
Utilize Redocly
x-tagGroups
extension to group controllers with different versions nested under the controller group. Only affects docs.Steps to Verify:
npm run generate:openapi
npm run generate:swagger-ui
Screenshots (optional):
Closes #658