nestjs-redoc
nestjs-redoc copied to clipboard
Question: How to add custom tags with custom description?
In the image in the readme file I see tags like Introduction, Authentication and so on. How can those be added?
For example, I need an Introduction tag explaining high level the functionality. How can this be done?
Thank you 😊
Bump, can you confirm whether it's possible to point to markdown documents/external URLs?
Sorry i didn't understand the question
@momegas you can use the addTag method to add custom tags and descriptions.
addTag(name: string, description?: string, externalDocs?: ExternalDocumentationObject)