mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Exclude toc.js from pom.xml
This commit is contained in:
parent
3fae7df749
commit
a03ca99f03
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
|
@ -484,6 +484,9 @@
|
|||
<!-- bundled from anchor -->
|
||||
<exclude>docs/assets/themes/zeppelin/js/anchor.min.js</exclude>
|
||||
|
||||
<!-- bundled from toc -->
|
||||
<exclude>docs/assets/themes/zeppelin/js/toc.js</exclude>
|
||||
|
||||
<!-- bundled from jekyll -->
|
||||
<exclude>docs/assets/themes/zeppelin/css/syntax.css</exclude>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue