AdminLTE/docs/_includes/foot.html
REJack 127188bb2c
starting with the docs
- jekyllrb preset for gh-pages with AdminLTE 3 layout
- rebuild menu structure like AdminLTE v2.4 docs
- modified npm/Plugins.js to update docs assets with every production run
2019-07-15 15:32:00 +02:00

6 lines
379 B
HTML

<script src="{{ 'assets/plugins/jquery/jquery.min.js' | relative_url }}"></script>
<script src="{{ 'assets/plugins/bootstrap/js/bootstrap.bundle.min.js' | relative_url }}"></script>
<script src="{{ 'assets/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js' | relative_url }}"></script>
<script src="{{ 'assets/js/adminlte.min.js' | relative_url }}"></script>