-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hello @JakubAndrysek , Thanks for this wonderful plugin. I am trying to render output of mkdoxy through dev container. I want to store and see the output files in a custom folder, tried adding save-api function but somehow i am not able to see the folder.
My mkdoxy config looks like this -
Surprisingly, when i do mkdocs build.
- Output html files are stored in
site/doxygen-demo - Output markdown files are stored in
site/assets/.doxy/doxygen-demo/doxygen-demo
FYI doxygen-demo == <NAME-OF-PROJECT>
Also If even after this works, is the addition of output files in nav section in mkdocs.yml a manual process?

will the following work in my case?
nav:
- 'Doxygen':
- 'Doxygen-Demo': 'doxygen-demo/**'
Thanks!! Any ideas to resolve this?
Metadata
Metadata
Assignees
Labels
No labels


