-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to generate API Docs in Markdown Format (.md)? #1840
Comments
Hi @silverbucket, what do you mean by generating Markdown API docs? Do you mean you want docs to be produced in Markdown when using |
@tatomyr Correct, instead of HTML API Docs I'd like Markdown (to keep the files readable in git). |
Unfortunately, it's not possible. Redocly CLI uses Redoc to generate the output file, and the only format is Html. Here are the corresponding docs for Redoc and for the build-docs command. I'm closing the issue. If you think Redoc should support the Markdown format, please open an issue in its repository. cc @AlexVarchuk |
OSS Redoc support markdown. You can check it on the playground page.
@silverbucket Could you clarify your problem and we'll try to help you? |
@AlexVarchuk I think this is the confusion, I see markdown support mentioned a lot in the docs, yet it's unclear and not really spelled out anywhere that the output is only HTML, and the markdown support is for input data. What I was looking for is to output markdown using my |
I can't find any documentation on outputting markdown, rather than html, when generating the API docs. Is there any clear and direct documentation on how to generate Markdown API docs (or what outputs are supported)?
The text was updated successfully, but these errors were encountered: