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