ojoanalogo / nestjs-redoc

📘 ReDoc frontend for you NestJS swagger API documentation
MIT License
147 stars 55 forks source link

Question: How to add custom tags with custom description? #50

Open momegas opened 2 years ago

momegas commented 2 years ago

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 😊

joeferraro commented 2 years ago

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

momegas commented 2 years ago

Sorry i didn't understand the question

arfath77 commented 2 years ago

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