You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like moduleA and moduleB index to render corresponding README.md file.
I feel that this is something that could be supported, but I can't find a way for it to work.
This is what I get:
This is the README.md file I hoped to see rendered:
$ cat src/moduleA/README.md
# Module A README
This is the README for module A.
Currently not supported, unless each module was a separate package and packages mode was used to convert the project. #1870 tracks support for including arbitrary markdown files in the docs.
Search terms
README.md, index,
Question
I have a project with following structure:
I would like
moduleA
andmoduleB
index to render corresponding README.md file.I feel that this is something that could be supported, but I can't find a way for it to work.
This is what I get:
This is the README.md file I hoped to see rendered:
This is my
typedoc.json
:I build docs with this cmd:
To be clear I would like all three README.md files to be included in generated documentation:
The text was updated successfully, but these errors were encountered: