Support Autogenerating Markdown or MDX from Python docstrings, SQL, Java, Scala, Rust, etc. #1639
rbavery
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to automate documentation building in CI but can't find any recommended tools with Mintlify for auto generating docs from docstrings. There's the mintlify docs writer extension but it just generates docstrings, not the markdown/mdx required by docs.json and https://github.com/mintlify/multirepo-action
We have multiple repos with Python, SQL, Scala, and Rust APIs and want to auto generate mdx or markdown docs with aligned style and formatting wherever possible. For python, this is a supported feature in mkdocs, pydoc, sphinx, etc. Other languages have their own tools like javadoc and scaladoc.
Would be really nice to have a unified interface for auto generating language specific api docs and collating them with the multirepo-action.
Beta Was this translation helpful? Give feedback.
All reactions