mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +00:00
Fix mkdocs JS
This commit is contained in:
parent
fddeb07214
commit
5a4b756d9c
@ -22,7 +22,6 @@ repo_url: 'https://github.com/JohnnyCrazy/SpotifyAPI-NET'
|
||||
site_author: 'JohnnyCrazy'
|
||||
site_description: 'API Docs for SpotifyAPI-NET'
|
||||
extra_javascript:
|
||||
- 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js'
|
||||
- 'highlight.js'
|
||||
markdown_extensions:
|
||||
- sane_lists
|
||||
|
@ -39,6 +39,7 @@
|
||||
|
||||
{% if include_search %}{% include "search.html" %}{% endif %}
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
||||
<script src="{{ base_url }}/js/bootstrap-3.0.3.min.js"></script>
|
||||
<script src="{{ base_url }}/js/base.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user