Closed ReenigneArcher closed 1 month ago
It seems to me like you did not include [TOC]
or \tableofcontents
in the document?
The interactive TOC will only work when there is a TOC available on the page.
Thank you, I will give that a try.
So, this works, but I have one issue. I'm not sure if this can be solved via doxygen-awesome-css or if it's a doxygen issue.
I have a page where the headers are URLs. This isn't too pretty in the interactive TOC.
https://docs.lizardbyte.dev/projects/sunshine/en/master/md_docs_2configuration.html
Any ideas on how this can be solved?
No, unfortunately I am not aware of a workaround for that. Why are the headers URLs?
They document the settings of our application, the user can click on the URL in the docs and it will take them to the location in our Web UI where they can change the setting.
I can probably come up with another way to do this though.
I'm not sure if I'm doing something wrong, but I can't seem to get the Interactive TOC working... other extensions are working fine though.
Doxyfile
header-doxyconfig.html
The javascript is in the correct location: https://lizardbyte--2932.org.readthedocs.build/projects/sunshine/en/2932/doxygen-awesome-interactive-toc.js
And the result: https://lizardbyte--2932.org.readthedocs.build/projects/sunshine/en/2932/index.html
I tried in both Firefox and Chrome. Did I miss something in the configuration?