linaro-jekyll-theme 0.2.6 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/nav.yml +70 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c3419bb8fe35994e006ef3f17b3a15c1a3b261d
|
4
|
+
data.tar.gz: eed567cdfa5682fdd76ae09caa97c263da1f2ec4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6228ef6f9a8f3d329bd395403a494d7d4def3c7d437ed4d87a5a5a891c0b9ebfa507ebca92195d404aee445e84945b87f890d89093e7e259341aa122b39a5b71
|
7
|
+
data.tar.gz: 68acfdf446b1dd7e15cf177a05111fbb4d3319255adbb945694456d9f356a33af50a0169e5839e0536d62a52318141cb60065069357db09c8fc11a00877fb1bf
|
data/_data/nav.yml
ADDED
@@ -0,0 +1,70 @@
|
|
1
|
+
search: true
|
2
|
+
# style: navbar-inverse navbar-fixed-top
|
3
|
+
brand:
|
4
|
+
text: 96boards
|
5
|
+
image: /assets/images/Linaro-Logo_light.png
|
6
|
+
url: /
|
7
|
+
pages:
|
8
|
+
- title: About
|
9
|
+
options:
|
10
|
+
- text: 96boards Overview
|
11
|
+
url: /about/
|
12
|
+
- text: Specifications
|
13
|
+
url: /Specifications/
|
14
|
+
- text: Compliance
|
15
|
+
url: /compliance/
|
16
|
+
- text: Membership
|
17
|
+
url: /membership/
|
18
|
+
- title: Products
|
19
|
+
options:
|
20
|
+
- text: Latest Boards
|
21
|
+
url: /products/
|
22
|
+
- text: Consumer Edition(CE)
|
23
|
+
url: /products/ce/
|
24
|
+
- text: Enterprise Edition (EE)
|
25
|
+
url: /products/ee/
|
26
|
+
- text: IoT Edition(IE)
|
27
|
+
url: /products/ie/
|
28
|
+
- text: Mezzanine Products
|
29
|
+
url: /products/mezzanine/
|
30
|
+
- text: Accessories
|
31
|
+
url: /products/accessories/
|
32
|
+
- title: Projects
|
33
|
+
options:
|
34
|
+
- text: Projects
|
35
|
+
url: /projects/
|
36
|
+
- text: Contribute
|
37
|
+
url: /projects/contribute.md/
|
38
|
+
- text: FAQ
|
39
|
+
url: /projects/faq.md/
|
40
|
+
- text: Submit a Project
|
41
|
+
url: /projects/submit.md/
|
42
|
+
separator: true
|
43
|
+
- text: OpenHours
|
44
|
+
url: /openhours/
|
45
|
+
- title: Documentation
|
46
|
+
url: /documentation/
|
47
|
+
- title: Blog
|
48
|
+
url: /blog/
|
49
|
+
- title: Forums
|
50
|
+
options:
|
51
|
+
- text: Discussion Forum
|
52
|
+
url: https://discuss.96boards.org/
|
53
|
+
- text: DragonBoard410c
|
54
|
+
url: https://discuss.96boards.org/c/products/dragonboard410c
|
55
|
+
- text: HiKey
|
56
|
+
url: https://discuss.96boards.org/c/products/hikey
|
57
|
+
- text: HiKey 960
|
58
|
+
url: https://discuss.96boards.org/c/products/hikey960
|
59
|
+
- text: MediaTek-x20
|
60
|
+
url: https://discuss.96boards.org/c/products/mediatek-x20
|
61
|
+
- text: Bubblegum-96
|
62
|
+
url: https://discuss.96boards.org/c/products/bubblegum96
|
63
|
+
- text: Polpar
|
64
|
+
url: https://discuss.96boards.org/c/products/poplar
|
65
|
+
- text: General Forum
|
66
|
+
url: https://discuss.96boards.org/c/general
|
67
|
+
- text: Specification
|
68
|
+
url: https://discuss.96boards.org/c/specification
|
69
|
+
- text: Login / Register
|
70
|
+
url: https://discuss.96boards.org/login
|
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.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
@@ -189,6 +189,7 @@ files:
|
|
189
189
|
- README.md
|
190
190
|
- _data/footer.yml
|
191
191
|
- _data/linaro.yml
|
192
|
+
- _data/nav.yml
|
192
193
|
- _includes/_theme-includes/_blog/pagination.html
|
193
194
|
- _includes/_theme-includes/_footer/backup.html
|
194
195
|
- _includes/_theme-includes/_footer/footer.html
|