Replies: 1 comment
-
If a JavaDoc generator could generate Markdown, then you can certainly use Material for MkDocs to render this Markdown. Other than that, MkDocs is a plain and simple static site generator. It doesn't understand any programming language by itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting building a library for android, and it's sure a lot of fun using mkdocs-material for documentation like initial configuration and features of the library. But i started to wonder to implement API reference for each class of the library using mkdocs-material but i don't find it anywhere.
Is it possible to use mkdocs-material as API reference like this:
Currently, because it's Android Kotlin library... I'm using dokka which return HTML file.
Beta Was this translation helpful? Give feedback.
All reactions