From 67a306e0eb48e5f0f84bbaf889be21217f35173d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 4 Mar 2020 08:43:24 -0600 Subject: [PATCH] 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 --- spring-geode-docs/src/docs/asciidoc/guides/docinfo-footer.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-geode-docs/src/docs/asciidoc/guides/docinfo-footer.html diff --git a/spring-geode-docs/src/docs/asciidoc/guides/docinfo-footer.html b/spring-geode-docs/src/docs/asciidoc/guides/docinfo-footer.html new file mode 100644 index 00000000..3cadf5c3 --- /dev/null +++ b/spring-geode-docs/src/docs/asciidoc/guides/docinfo-footer.html @@ -0,0 +1,2 @@ + + \ No newline at end of file