You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
I would like to use this theme as a documentation platform internally. The problem is that we internally as well as all our customers are using OpenAPI 3.0.
Expected Behavior
Use OpenAPI 3.0 yaml file as input for swagger_to_html and swagger_ui and see the redered UI/HTML on the website
Actual Behavior
Unhandled rejection Template render error: (unknown path)
SyntaxError: C:\repos\docs\source\swagger\example.yaml is not a valid Swagger API definition
...
Steps to Reproduce the Problem
Create a working hexo instance by cloning the example repo
Create a valid OpenAPI 3.0 file
Create a new page and use the provided tag plugins to reference the example file