nestjs-redoc icon indicating copy to clipboard operation
nestjs-redoc copied to clipboard

Question: How to add custom tags with custom description?

Open momegas opened this issue 3 years ago • 3 comments

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 😊

momegas avatar Nov 10 '21 06:11 momegas

Bump, can you confirm whether it's possible to point to markdown documents/external URLs?

joeferraro avatar Jan 03 '22 00:01 joeferraro

Sorry i didn't understand the question

momegas avatar Jan 04 '22 11:01 momegas

@momegas you can use the addTag method to add custom tags and descriptions. addTag(name: string, description?: string, externalDocs?: ExternalDocumentationObject)

arfath77 avatar Feb 14 '22 08:02 arfath77