Workaround docinfo-footer.html for nested directories.

The default docinfo-footer.html points to a js/ directory. This breaks the reference to JavaScript in nested folders.
To workaround this issue we include a custom docinfo-footer.html that points to '../js'.

See https://github.com/spring-gradle-plugins/spring-build-conventions/issues/80
This commit is contained in:
Rob Winch
2020-03-04 08:43:24 -06:00
committed by John Blum
parent a0280fba46
commit 67a306e0eb

View File

@@ -0,0 +1,2 @@
<script type="text/javascript" src="../js/tocbot/tocbot.min.js"></script>
<script type="text/javascript" src="../js/toc.js"></script>