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
Hi everyone 👋 I'm trying to render my OpenAPI Spec (OAS) here in MKDocs-material. I've done some research and I found a plugin called neoteroi-mkdocs that I should be able to use to render my OAS file. I tried it and was able to render the OAS document by adding a [OAD(./oas/account.yaml)] in my Markdown file. However, it doesn't show the description of the request and response body in a table format. This is what it looks like:
I've also tried manually essentials-openapi that can convert OpenAPI document (OAD) to Markdown format using this command:
The command ran successfully and it created a Markdown file, but it is still not showing the response and request body in the table. This is my public repo: https://github.com/eo33/tfb_oas
The text was updated successfully, but these errors were encountered:
Hi everyone 👋 I'm trying to render my OpenAPI Spec (OAS) here in MKDocs-material. I've done some research and I found a plugin called
neoteroi-mkdocs
that I should be able to use to render my OAS file. I tried it and was able to render the OAS document by adding a[OAD(./oas/account.yaml)]
in my Markdown file. However, it doesn't show the description of the request and response body in a table format. This is what it looks like:I've also tried manually
essentials-openapi
that can convert OpenAPI document (OAD) to Markdown format using this command:The command ran successfully and it created a Markdown file, but it is still not showing the response and request body in the table. This is my public repo: https://github.com/eo33/tfb_oas
The text was updated successfully, but these errors were encountered: