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:
@@ -0,0 +1,2 @@
|
||||
<script type="text/javascript" src="../js/tocbot/tocbot.min.js"></script>
|
||||
<script type="text/javascript" src="../js/toc.js"></script>
|
||||
Reference in New Issue
Block a user