File tree Expand file tree Collapse file tree 5 files changed +61
-9
lines changed Expand file tree Collapse file tree 5 files changed +61
-9
lines changed Original file line number Diff line number Diff line change 5
5
- master
6
6
- release-*
7
7
tags :
8
- - v*
8
+ - v[0-9]+.[0-9]+.[0-9]+
9
+
10
+ concurrency :
11
+ group : gh-pages
12
+
13
+ permissions :
14
+ contents : read
15
+
9
16
jobs :
10
17
build :
11
18
name : Update gh-pages
12
19
runs-on : ubuntu-latest
20
+ permissions :
21
+ contents : write
13
22
steps :
14
23
15
24
- name : Check out repo
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ markdown: kramdown
26
26
kramdown :
27
27
toc_levels : 1..3
28
28
29
- remote_theme : rundocs /jekyll-rtd- theme@v2.0.9
29
+ remote_theme : jv-conseil /jekyll-theme-read-the-docs@ce7ed5ad2184b36244a50adbeea2f0a6ab1f8606
30
30
31
31
# Exclude from processing.
32
32
# The following items will not be processed, by default. Create a custom list
Original file line number Diff line number Diff line change 43
43
{% endif %}
44
44
</dl >
45
45
{% endif %}
46
- {%- assign items = "github" | split: ", " -%}
47
- {% for item in items -%}
48
- {% include addons /{{ item }}.liquid %}
49
- {% endfor -%}
46
+ <dl >
47
+ <dt >{{ __ .github | default: "GitHub" }}</dt >
48
+ <dd >
49
+ <a href =" {{ docs .repository_url }}" title =" {{ __ .stars | default: 'Stars' }}: {{ rest .stargazers_count }}" >
50
+ <i class =" fa fa-github" ></i >
51
+ {{ __ .homepage | default: "Homepage" }}
52
+ </a >
53
+ </dd >
54
+ <dd >
55
+ <a href =" {{ docs .issues_url }}" title =" {{ __ .open_issues | default: 'Open issues' }}: {{ rest .open_issues }}" >
56
+ <i class =" fa fa-question-circle-o" ></i >
57
+ {{ __ .issues | default: "Issues" }}
58
+ </a >
59
+ </dd >
60
+ <dd >
61
+ <a href =" {{ docs .zip_url }}" title =" {{ __ .size | default: 'Size' }}: {{ rest .size }} Kb" >
62
+ <i class =" fa fa-download" ></i >
63
+ {{ __ .download | default: "Download" }}
64
+ </a >
65
+ </dd >
66
+ </dl >
50
67
<hr >
51
68
<div class =" license f6 pb-2" >
52
- The
53
- <a href =" {{ site .baseurl }}/" >software </a >
69
+ This
70
+ <a href =" {{ site .baseurl }}/" title = " {{ site . title }} " >Software </a >
54
71
is under the terms of
55
72
<a href =" {{ docs .repository_url }}" >{{ docs .license .name | default: "The Unlicense" }}</a >.
56
73
</div >
Original file line number Diff line number Diff line change
1
+ <div class =" content-wrap" >
2
+ <div class =" header d-flex flex-justify-between p-2 hide-lg hide-xl" aria-label =" top navigation" >
3
+ <button id =" toggle" aria-label =" Toggle menu" class =" btn-octicon p-2 m-0 text-white" type =" button" >
4
+ <i class =" fa fa-bars" ></i >
5
+ </button >
6
+ <div class =" title flex-1 d-flex flex-justify-center" >
7
+ <a class =" h4 no-underline py-1 px-2 rounded-1" href =" {{ site .baseurl }}/" >{{ site .title }}</a >
8
+ </div >
9
+ </div >
10
+ <div class =" bg-red-2" >
11
+ <div class =" content p-3 px-sm-5" >
12
+ This documentation is for Node Feature Discovery version that is no longer supported. Please upgrade and visit the
13
+ <a class =" no-underline" href =" {{ '../stable' | relative_url }}" >documentation of the latest stable release</a >.
14
+ </div >
15
+ </div >
16
+ <div class =" content p-3 p-sm-5" >
17
+ {% include templates /breadcrumbs .liquid %}
18
+ <hr >
19
+ <div role =" main" itemscope =" itemscope" itemtype =" https://schema.org/Article" >
20
+ <div class =" markdown-body" itemprop =" articleBody" >
21
+ {{ content }}
22
+ </div >
23
+ </div >
24
+ {% include templates /footer .liquid %}
25
+ </div >
26
+ </div >
Original file line number Diff line number Diff line change 12
12
</form >
13
13
</div >
14
14
<div class =" toctree py-2" data-spy =" affix" role =" navigation" aria-label =" main navigation" >
15
- {% include class / _toctree .liquid %}
15
+ {% include templates / toctree .liquid %}
16
16
</div >
17
17
</div >
18
18
</div >
You can’t perform that action at this time.
0 commit comments