You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/16 09:38:54 UTC

[isis-antora] 02/02: updates bundle - config of tocify

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-antora.git

commit 4dfff50c971de278701e3638f04c77f8aab75d09
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 16 10:38:24 2020 +0100

    updates bundle - config of tocify
---
 build/ui-bundle.zip             | Bin 314791 -> 314801 bytes
 src/partials/footer-scripts.hbs |   1 +
 2 files changed, 1 insertion(+)

diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip
index dc7b815..c96616b 100644
Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ
diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs
index 94e0288..9214848 100644
--- a/src/partials/footer-scripts.hbs
+++ b/src/partials/footer-scripts.hbs
@@ -9,6 +9,7 @@
         $("#article-toc").tocify( {
             showEffect: "slideDown",
             hideEffect: "slideUp",
+            selectors: "h2, h3",
             scrollTo: 120,
             smoothScroll: true,
             theme: "jqueryui",