mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Built docs | AppVeyor Build 167
This commit is contained in:
parent
12b3152e95
commit
d0c7d11943
49
base.html
49
base.html
@ -1,49 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
|
|
||||||
{% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
|
|
||||||
{% if canonical_url %}<link rel="canonical" href="{{ canonical_url }}">{% endif %}
|
|
||||||
{% if favicon %}<link rel="shortcut icon" href="{{ favicon }}">
|
|
||||||
{% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %}
|
|
||||||
|
|
||||||
<title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
|
|
||||||
|
|
||||||
<link href="{{ base_url }}/css/bootstrap-custom.min.css" rel="stylesheet">
|
|
||||||
<link href="{{ base_url }}/css/font-awesome-4.0.3.css" rel="stylesheet">
|
|
||||||
<link href="{{ base_url }}/css/prettify-1.0.css" rel="stylesheet">
|
|
||||||
<link href="{{ base_url }}/css/base.css" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.6/styles/agate.min.css">
|
|
||||||
{%- for path in extra_css %}
|
|
||||||
<link href="{{ path }}" rel="stylesheet">
|
|
||||||
{%- endfor %}
|
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
||||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
{% include "nav.html" %}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="col-md-3">{% include "toc.html" %}</div>
|
|
||||||
<div class="col-md-9" role="main">{% include "content.html" %}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if include_search %}{% include "search.html" %}{% endif %}
|
|
||||||
|
|
||||||
<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>
|
|
||||||
{%- for path in extra_javascript %}
|
|
||||||
<script src="{{ path }}"></script>
|
|
||||||
{%- endfor %}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,9 +0,0 @@
|
|||||||
{% if meta.source %}
|
|
||||||
<div class="source-links">
|
|
||||||
{% for filename in meta.source %}
|
|
||||||
<span class="label label-primary">{{ filename }}</span>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{{ content }}
|
|
7
mkdocs/js/lunr-0.5.7.min.js
vendored
7
mkdocs/js/lunr-0.5.7.min.js
vendored
File diff suppressed because one or more lines are too long
7
mkdocs/js/lunr.min.js
vendored
Normal file
7
mkdocs/js/lunr.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
require([
|
require([
|
||||||
base_url + '/mkdocs/js/mustache.min.js',
|
base_url + '/mkdocs/js/mustache.min.js',
|
||||||
base_url + '/mkdocs/js/lunr-0.5.7.min.js',
|
base_url + '/mkdocs/js/lunr.min.js',
|
||||||
'text!search-results-template.mustache',
|
'text!search-results-template.mustache',
|
||||||
'text!../search_index.json',
|
'text!../search_index.json',
|
||||||
], function (Mustache, lunr, results_template, data) {
|
], function (Mustache, lunr, results_template, data) {
|
||||||
@ -70,7 +70,7 @@ require([
|
|||||||
*/
|
*/
|
||||||
jQuery('#mkdocs_search_modal a').click(function(){
|
jQuery('#mkdocs_search_modal a').click(function(){
|
||||||
jQuery('#mkdocs_search_modal').modal('hide');
|
jQuery('#mkdocs_search_modal').modal('hide');
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
74
nav.html
74
nav.html
@ -1,74 +0,0 @@
|
|||||||
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<!-- Collapsed navigation -->
|
|
||||||
<div class="navbar-header">
|
|
||||||
<!-- Expander button -->
|
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
||||||
<span class="sr-only">Toggle navigation</span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<!-- Main title -->
|
|
||||||
<a class="navbar-brand" href="{{ homepage_url }}">{{ site_name }}</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Expanded navigation -->
|
|
||||||
<div class="navbar-collapse collapse">
|
|
||||||
<!-- Main navigation -->
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
{% for nav_item in nav %}
|
|
||||||
{% if nav_item.children %}
|
|
||||||
<li class="dropdown{% if nav_item.active %} active{% endif %}">
|
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ nav_item.title }} <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
{% for nav_item in nav_item.children %}
|
|
||||||
<li {% if nav_item.active %}class="active"{% endif %}>
|
|
||||||
<a href="{{ nav_item.url }}">{{ nav_item.title }}</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
{% else %}
|
|
||||||
<li {% if nav_item.active %}class="active"{% endif %}>
|
|
||||||
<a href="{{ nav_item.url }}">{{ nav_item.title }}</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<!-- Search, Navigation and Repo links -->
|
|
||||||
<ul class="nav navbar-nav navbar-right">
|
|
||||||
{% if include_search %}
|
|
||||||
<li>
|
|
||||||
<a href="#searchModal" data-toggle="modal"><i class="fa fa-search"></i> Search</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
<li {% if not previous_page %}class="disabled"{% endif %}>
|
|
||||||
<a rel="next" {% if previous_page %}href="{{ previous_page.url }}"{% endif %}>
|
|
||||||
<i class="fa fa-arrow-left"></i> Previous
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li {% if not next_page %}class="disabled"{% endif %}>
|
|
||||||
<a rel="prev" {% if next_page %}href="{{ next_page.url }}"{% endif %}>
|
|
||||||
Next <i class="fa fa-arrow-right"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% if repo_url %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ repo_url }}">
|
|
||||||
{% if repo_name == 'GitHub' %}
|
|
||||||
<i class="fa fa-github"></i>
|
|
||||||
{% elif repo_name == 'Bitbucket' %}
|
|
||||||
<i class="fa fa-bitbucket"></i>
|
|
||||||
{% endif %}
|
|
||||||
{{ repo_name }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
60
sitemap.xml
60
sitemap.xml
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/</loc>
|
<loc>/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -12,80 +12,80 @@
|
|||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/gettingstarted/</loc>
|
<loc>/SpotifyWebAPI/gettingstarted/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/examples/</loc>
|
<loc>/SpotifyWebAPI/examples/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/auth/</loc>
|
<loc>/SpotifyWebAPI/auth/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/albums/</loc>
|
<loc>/SpotifyWebAPI/albums/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/artists/</loc>
|
<loc>/SpotifyWebAPI/artists/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/browse/</loc>
|
<loc>/SpotifyWebAPI/browse/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/follow/</loc>
|
<loc>/SpotifyWebAPI/follow/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/library/</loc>
|
<loc>/SpotifyWebAPI/library/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/playlists/</loc>
|
<loc>/SpotifyWebAPI/playlists/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/profiles/</loc>
|
<loc>/SpotifyWebAPI/profiles/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/search/</loc>
|
<loc>/SpotifyWebAPI/search/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/tracks/</loc>
|
<loc>/SpotifyWebAPI/tracks/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyWebAPI/util/</loc>
|
<loc>/SpotifyWebAPI/util/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -93,8 +93,8 @@
|
|||||||
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>None/SpotifyLocalAPI/</loc>
|
<loc>/SpotifyLocalAPI/</loc>
|
||||||
<lastmod>2016-09-30</lastmod>
|
<lastmod>2017-03-02</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
10
toc.html
10
toc.html
@ -1,10 +0,0 @@
|
|||||||
<div class="bs-sidebar hidden-print affix well" role="complementary" style="height=90%;">
|
|
||||||
<ul class="nav bs-sidenav">
|
|
||||||
{% for toc_item in toc %}
|
|
||||||
<li class="main {% if toc_item.active %}active{% endif %}"><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
|
||||||
{% for toc_item in toc_item.children %}
|
|
||||||
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue
Block a user