mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add docs.js path to default.html
This commit is contained in:
parent
2bf04c5f8c
commit
bb3e57c92c
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
<!-- Js -->
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
||||
<script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="{{ ASSET_PATH }}/js/docs.js"></script>
|
||||
|
||||
<!-- atom & rss feed -->
|
||||
<link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
|
||||
|
|
|
|||
Loading…
Reference in a new issue