Replies: 2 comments 3 replies
-
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.
-
I ended up in the same situation a few months ago and all the javadoc to Markdown tools I could find were last updated years ago, so I ended up creating a doclet to output markdown with MkDocs in mind. It's own javadoc is an example of how it looks with MkDocs: https://sandydunlop.github.io/markista/javadoc/markista/doclet/MarkdownDoclet/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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