Skip to content

Commit

Permalink
fixed docs generation for local docs
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Apr 1, 2020
1 parent b9460ae commit ae68ffc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/_includes/foot.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<script src="{{ 'assets/plugins/jquery/jquery.min.js' | absolute_url }}"></script>
<script src="{{ 'assets/plugins/bootstrap/js/bootstrap.bundle.min.js' | absolute_url }}"></script>
<script src="{{ 'assets/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js' | absolute_url }}"></script>
<script src="{{ 'assets/js/adminlte.min.js' | absolute_url }}"></script>
<script src="{{ 'assets/plugins/jquery/jquery.min.js' | prepend: site.baseurl }}"></script>
<script src="{{ 'assets/plugins/bootstrap/js/bootstrap.bundle.min.js' | prepend: site.baseurl }}"></script>
<script src="{{ 'assets/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js' | prepend: site.baseurl }}"></script>
<script src="{{ 'assets/js/adminlte.min.js' | prepend: site.baseurl }}"></script>
10 changes: 5 additions & 5 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{% seo %}

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700">
<link rel="stylesheet" href="{{'assets/plugins/fontawesome-free/css/all.min.css' | absolute_url}}">
<link rel="stylesheet" href="{{'assets/plugins/overlayScrollbars/css/OverlayScrollbars.min.css' | absolute_url}}">
<link rel="stylesheet" href="{{'assets/css/docs.css' | absolute_url}}">
<link rel="stylesheet" href="{{'assets/css/highlighter.css' | absolute_url}}">
<link rel="stylesheet" href="{{'assets/css/adminlte.min.css' | absolute_url}}">
<link rel="stylesheet" href="{{'assets/plugins/fontawesome-free/css/all.min.css' | prepend: site.baseurl}}">
<link rel="stylesheet" href="{{'assets/plugins/overlayScrollbars/css/OverlayScrollbars.min.css' | prepend: site.baseurl}}">
<link rel="stylesheet" href="{{'assets/css/docs.css' | prepend: site.baseurl}}">
<link rel="stylesheet" href="{{'assets/css/highlighter.css' | prepend: site.baseurl}}">
<link rel="stylesheet" href="{{'assets/css/adminlte.min.css' | prepend: site.baseurl}}">
</head>

0 comments on commit ae68ffc

Please sign in to comment.