mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add docs.js & search.js to exclude list in pom.xml
This commit is contained in:
parent
624b0515ea
commit
bd4956a17b
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
|
@ -465,6 +465,8 @@
|
|||
<!-- bundled from bootstrap -->
|
||||
<exclude>docs/assets/themes/zeppelin/bootstrap/**</exclude>
|
||||
<exclude>docs/assets/themes/zeppelin/css/style.css</exclude>
|
||||
<exclude>docs/assets/themes/zeppelin/js/docs.js</exclude>
|
||||
<exclude>docs/assets/themes/zeppelin/js/search.js</exclude>
|
||||
<exclude>docs/_includes/themes/zeppelin/_jumbotron.html</exclude>
|
||||
<exclude>docs/_includes/themes/zeppelin/_navigation.html</exclude>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue