Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf0ecf commit 619a85fCopy full SHA for 619a85f
spring-batch-docs/asciidoc/docinfo-footer.html
@@ -36,4 +36,14 @@
36
window.addEventListener('resize', handleTocOnResize);
37
window.addEventListener('tocRefresh', handleTocRefresh);
38
handleTocOnResize();
39
+
40
+ var link = document.createElement("a");
41
+ link.setAttribute("href", "index.html");
42
+ link.innerHTML = "<i class=\"fa fa-chevron-left\"></i> Back to index";
43
+ var p = document.createElement("p");
44
+ p.setAttribute("id", "backToIndex");
45
+ p.appendChild(link);
46
+ var toc = document.getElementById('toc');
47
+ toc.insertBefore(p, toctitle);
48
49
</script>
0 commit comments