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:
oad gen-docs -s "./oas/account.yaml" -d "./docs/output.md"
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
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-mkdocsthat 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-openapithat 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