linaro-jekyll-theme 0.9.2 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/sub-nav-stacked.yml +67 -0
- data/_includes/_theme-includes/_navigation/stacked-nav.html +49 -0
- data/_layouts/default-stacked.html +1 -11
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d66b611b02015eaf8b63326892a0ee0b802bfe63
|
4
|
+
data.tar.gz: fac02ec6b510f72304260c60bb8e4f4a330e73a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 487824bf5e33a9dee48374e8b2cc3c0d724e7997ad1ce0ad83c4213ee278a83f9301924e803cd8ba2a671936399eb64d2bb5bbc30a413c3c41654a981952ac9d
|
7
|
+
data.tar.gz: 1b4f9c810541a6da189a25199ee6b5ae41d2beabf3139ab02ff0726808ad34b16e92c8c8819771f1e1049c8d32a7af1ed9959f5e4a1fa4afed824d7157f08ab3
|
@@ -0,0 +1,67 @@
|
|
1
|
+
pages:
|
2
|
+
-
|
3
|
+
list:
|
4
|
+
-
|
5
|
+
title: FAQ
|
6
|
+
url: /faq/
|
7
|
+
-
|
8
|
+
title: Git
|
9
|
+
url: https://git.linaro.org/lng/odp.git
|
10
|
+
external: true
|
11
|
+
-
|
12
|
+
title: API
|
13
|
+
url: http://docs.opendataplane.org/snapshots/odp-publish/generic/dox_html/master/latest/linux-generic-doxygen-html/index.html
|
14
|
+
external: true
|
15
|
+
-
|
16
|
+
title: User Guide
|
17
|
+
url: http://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/users-guide.html
|
18
|
+
external: true
|
19
|
+
-
|
20
|
+
title: Support
|
21
|
+
url: /comercial-support/
|
22
|
+
-
|
23
|
+
title: Meeting
|
24
|
+
url: https://collaborate.linaro.org/display/ODP/OpenDataPlane
|
25
|
+
external: true
|
26
|
+
-
|
27
|
+
title: Mailing List
|
28
|
+
url: https://lists.linaro.org/mailman/listinfo/lng-odp
|
29
|
+
external: true
|
30
|
+
-
|
31
|
+
title: Existing Applications
|
32
|
+
url: /applications/
|
33
|
+
urls: [/application-writers/]
|
34
|
+
-
|
35
|
+
list:
|
36
|
+
-
|
37
|
+
title: Git
|
38
|
+
url: https://git.linaro.org/lng/odp.git
|
39
|
+
external: true
|
40
|
+
-
|
41
|
+
title: Testing
|
42
|
+
url: /testing/
|
43
|
+
-
|
44
|
+
title: Bugs
|
45
|
+
url: https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
|
46
|
+
external: true
|
47
|
+
-
|
48
|
+
title: APIs
|
49
|
+
url: https://docs.opendataplane.org/snapshots/odp-publish/generic/dox_html/master/latest/linux-generic-doxygen-html/index.html
|
50
|
+
external: true
|
51
|
+
-
|
52
|
+
title: Implementers Guide
|
53
|
+
url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/implementers-guide.html
|
54
|
+
external: true
|
55
|
+
-
|
56
|
+
title: Release Guide
|
57
|
+
url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/release-guide.html
|
58
|
+
external: true
|
59
|
+
-
|
60
|
+
title: Contributing
|
61
|
+
url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/CONTRIBUTING.html
|
62
|
+
external: true
|
63
|
+
-
|
64
|
+
title: Bylaws
|
65
|
+
url: https://docs.opendataplane.org/snapshots/odp-publish/generic/usr_html/master/latest/linux-generic/output/bylaws-guide.html
|
66
|
+
external: true
|
67
|
+
urls: [/developers/]
|
@@ -0,0 +1,49 @@
|
|
1
|
+
{% assign sub-nav-tabs = site.data.sub-nav-stacked.pages %}
|
2
|
+
{% if sub-nav-tabs %}
|
3
|
+
{% assign page-base = page.url | split:'/' %}
|
4
|
+
{% for each in sub-nav-tabs %}
|
5
|
+
{% for each-url in each.urls %}
|
6
|
+
{% if each-url == page.url or each.url == page-base[1] %}
|
7
|
+
{% assign tab-list = each.list %}
|
8
|
+
{% endif %}
|
9
|
+
{% endfor %}
|
10
|
+
{% endfor %}
|
11
|
+
{% if tab-list %}
|
12
|
+
<ul class="nav nav-pills nav-stacked">
|
13
|
+
{% for tab in tab-list %}
|
14
|
+
<li class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}side-nav-button">
|
15
|
+
<a href="{{tab.url}}" role="link">{{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window"></i>{% endif %}</a>
|
16
|
+
</li>
|
17
|
+
{% endfor %}
|
18
|
+
<li class="active">
|
19
|
+
<a href="#">Home</a>
|
20
|
+
</li>
|
21
|
+
<li><a href="#">Tutorials</a></li>
|
22
|
+
<li><a href="#">Practice Editor </a></li>
|
23
|
+
<li><a href="#">Gallery</a></li>
|
24
|
+
<li><a href="#">Contact</a></li>
|
25
|
+
</ul>
|
26
|
+
<div class="tabbed-area" id="tabbed-nav-bar"><!-- Nav tabs -->
|
27
|
+
<nav class="navbar-default" role="navigation">
|
28
|
+
<div class="container">
|
29
|
+
<div class="navbar-header">
|
30
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tabbed-nav-bar-collapse">
|
31
|
+
<span class="sr-only">Toggle navigation</span>
|
32
|
+
<span class="icon-bar"></span>
|
33
|
+
<span class="icon-bar"></span>
|
34
|
+
<span class="icon-bar"></span>
|
35
|
+
</button>
|
36
|
+
<a class="navbar-brand" id="sub-navigation-header" href=""></a>
|
37
|
+
</div>
|
38
|
+
<div class="collapse navbar-collapse" id="tabbed-nav-bar-collapse">
|
39
|
+
<ul class="nav nav-tabs tabbed-nav" id="tab-row" role="tablist">
|
40
|
+
{% for tab in tab-list %}
|
41
|
+
<li role="presentation" class="{% if page-base[1] == tab.base %}active {% elsif page.url == tab.url or tab.active %}active {% endif %}tabbed-nav-btn {% if tab.right %}pull-right{% endif %}"><a href="{{tab.url}}" role="link">{{ tab.title}}</a></li>
|
42
|
+
{% endfor %}
|
43
|
+
</ul>
|
44
|
+
</div>
|
45
|
+
</div>
|
46
|
+
</nav>
|
47
|
+
</div>
|
48
|
+
{% endif %}
|
49
|
+
{% endif %}
|
@@ -1,6 +1,3 @@
|
|
1
|
-
---
|
2
|
-
specific_js: /assets/js/app/sticky.js
|
3
|
-
---
|
4
1
|
{% include _theme-includes/_head/head.html %}
|
5
2
|
<body>
|
6
3
|
{% include _theme-includes/_navigation/nav.html %}
|
@@ -9,14 +6,7 @@ specific_js: /assets/js/app/sticky.js
|
|
9
6
|
<div class="row">
|
10
7
|
<div class="container">
|
11
8
|
<div class="col-md-3">
|
12
|
-
|
13
|
-
<li class="active">
|
14
|
-
<a href="#">Home</a></li>
|
15
|
-
<li><a href="#">Tutorials</a></li>
|
16
|
-
<li><a href="#">Practice Editor </a></li>
|
17
|
-
<li><a href="#">Gallery</a></li>
|
18
|
-
<li><a href="#">Contact</a></li>
|
19
|
-
</ul>
|
9
|
+
{% include _theme-includes/_navigation/stacked-nav.html %}
|
20
10
|
</div>
|
21
11
|
<div class="col-md-9">
|
22
12
|
{{ content }}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
@@ -209,11 +209,13 @@ files:
|
|
209
209
|
- _data/nav.yml
|
210
210
|
- _data/news.yaml
|
211
211
|
- _data/product_db.yaml
|
212
|
+
- _data/sub-nav-stacked.yml
|
212
213
|
- _data/sub-nav.yml
|
213
214
|
- _includes/_theme-includes/_blog/pagination.html
|
214
215
|
- _includes/_theme-includes/_footer/footer.html
|
215
216
|
- _includes/_theme-includes/_head/head.html
|
216
217
|
- _includes/_theme-includes/_navigation/nav.html
|
218
|
+
- _includes/_theme-includes/_navigation/stacked-nav.html
|
217
219
|
- _includes/_theme-includes/_navigation/tabbed-nav.html
|
218
220
|
- _includes/_theme-includes/_page-structure/breadcrumb.html
|
219
221
|
- _includes/_theme-includes/_page-structure/home-hero-shape.html
|