SwaggerHub | Download documentation in dynamic html
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2021
09:21 PM
05-13-2021
09:21 PM
SwaggerHub | Download documentation in dynamic html
Hi, I tried to download documentation in dynamic HTML format using Swagger Hub. Blank HTML got generated with just the operation name, hyperlinks don't seem to work. Attaching the screenshot in this post. Am I doing something wrong here? Any inputs appreciated!
Labels:
- Labels:
-
Swagger Codegen
-
Swagger Editor
-
Swagger UI
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2021
01:32 AM
11-15-2021
01:32 AM
@aartinagdev I took a look to your question while I was trying to find an answer for same question. However, the documentation is listed on generating-dynamic-html-api-documentation.
1- you need to install node JS
2- unzip the generated file
3- copy full path of unzipped folder
4- open command prompt
5- type the below command
cd << unzipped folder path>> npm install node .
6- open web browser http://localhost:8002
