mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add anchor.min.js to rat plugin exclude list
This commit is contained in:
parent
0d218a29c2
commit
ff614a2565
1 changed files with 3 additions and 0 deletions
3
pom.xml
3
pom.xml
|
|
@ -496,6 +496,9 @@
|
|||
<exclude>docs/sitemap.txt</exclude>
|
||||
<exclude>**/dependency-reduced-pom.xml</exclude>
|
||||
|
||||
<!-- bundled from anchor -->
|
||||
<exclude>docs/assets/themes/zeppelin/js/anchor.min.js</exclude>
|
||||
|
||||
<!-- bundled from jekyll -->
|
||||
<exclude>docs/assets/themes/zeppelin/css/syntax.css</exclude>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue