We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54b589 commit 1e75130Copy full SHA for 1e75130
1 file changed
README.md
@@ -27,6 +27,16 @@ yarn add @didik-mulyadi/nodejs-api-doc
27
28
## Usage 💻
29
30
+After we setup the package correctly, we can switch the UI in your docs with this. <br/>
31
+
32
+Example the path is `/docs
33
34
+1. Use Swagger UI, `/docs?ui=swagger`
35
+2. Use Stoplight UI, `/docs?ui=stoplight`
36
+3. Use Redoc UI, `/docs?ui=redoc`
37
38
+## Implementation 💻
39
40
Here's an example of how to use this package:
41
42
## nodejs-api-doc with @nest/swagger
0 commit comments