68b1f1e748
Added tools/build-index.sh which will build an index.html and copy needed static files into publish-docs/www Change-Id: If65a9da675a182f0aab659cb076c3a4aba032b58
15 lines
556 B
Cheetah
15 lines
556 B
Cheetah
<!-- jQuery Version 1.11.0 -->
|
|
<script type="text/javascript" src="{{ scriptdir }}jquery-1.11.0.js"></script>
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
|
<script type="text/javascript" src="{{ scriptdir }}bootstrap.min.js"></script>
|
|
|
|
<!-- The rest of the JS -->
|
|
<script type="text/javascript" src="{{ scriptdir }}navigation.js"></script>
|
|
|
|
<!-- Docs JS -->
|
|
<script type="text/javascript" src="{{ scriptdir }}docs.js"></script>
|
|
|
|
<!-- Popovers -->
|
|
<script type="text/javascript" src="{{ scriptdir }}webui-popover.js"></script>
|