Skip to content

Response and request description not rendered.  #69

@eo33

Description

@eo33

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:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions