cms-dita-jekyll-theme 0.1.5 → 0.1.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/header.html +0 -163
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e994951a6fb5826e3682bb0dee7c39128bd47adae8ee53f13eceed93611fc225
4
- data.tar.gz: 0ae0167b8dd1f8140e95967c2b85c87e4cfe2899c5799c261ad38d60d3b5fb4b
3
+ metadata.gz: 3a805361b670d548fe4ed70765b437bc968809381f04634a80252d92bb059ef0
4
+ data.tar.gz: 005075a265af8bc4dde313ddc2895738edb2775daf180905854edc137ebe833d
5
5
  SHA512:
6
- metadata.gz: 022e9bd4a40025a3ec2fde1ba7133c110935a20c7b48855ee95e3aaf7e001805754b765d9a242795280f0702c8e762bd5f089f9fb44caf4c7c949d10eb66ea87
7
- data.tar.gz: fb8ded375a14de4a51d656e4c673441cabda4852d9794e9c6667ea986eb9e4a36ebeaf864a02a8ee35cd7d1ba0aeeff5c2c10e75686309788b5d5ffdf9e60235
6
+ metadata.gz: 6e17cfc31b31da4225812ddc7bceb3e31e6f2c877061c096e6dc2031b35bbed1392c221f57367f5d4b3c008ae4c965e3500c6554656fe5e18bd8e0629d785410
7
+ data.tar.gz: f789151687048b6d567abb4323d8d1e970f6f390d3f32d44a1a6bc6ae18d364c1b685eedaad3a457b5812fe6526b9a9c9de193be11af54ad229dba444b8af3c6
@@ -16,170 +16,7 @@
16
16
 
17
17
  <div class="collapse navbar-collapse" id="navbarToggle">
18
18
  <ul class="navbar-nav mr-auto">
19
- <li class="nav-item d-none d-lg-block">
20
- <a class="nav-link" href="{{ site.baseurl }}/download">Download</a>
21
- </li>
22
- <li class="nav-item d-none d-lg-block">
23
- <a class="nav-link" href="{{ site.baseurl }}/plugins">Plugins</a>
24
- </li>
25
- <li class="nav-item dropdown">
26
- <a
27
- class="nav-link dropdown-toggle"
28
- data-toggle="dropdown"
29
- id="contributeDropdownMenuLink"
30
- href="#"
31
- role="button"
32
- aria-expanded="false"
33
- >Contribute <b class="caret"></b
34
- ></a>
35
- <div class="dropdown-menu" aria-labelledby="contributeDropdownMenuLink">
36
- <a class="dropdown-item" href="{{ site.baseurl }}/contributing">How To Contribute</a>
37
- <a class="dropdown-item" href="{{ site.baseurl }}/management">Project Management</a>
38
- <a class="dropdown-item" href="{{ site.baseurl }}/who_we_are">Who We Are</a>
39
- <a class="dropdown-item" href="http://slack.dita-ot.org">Join us on Slack</a>
40
- <div class="dropdown-divider"></div>
41
- <a class="dropdown-item" href="https://github.com/dita-ot/dita-ot"
42
- >DITA-OT Source Code</a
43
- >
44
- <a class="dropdown-item" href="https://github.com/dita-ot/dita-ot/issues"
45
- >DITA-OT Issue Tracker</a
46
- >
47
- <a class="dropdown-item" href="https://github.com/dita-ot/dita-ot/wiki"
48
- >DITA-OT Project Wiki</a
49
- >
50
- <div class="dropdown-divider"></div>
51
- <a class="dropdown-item" href="https://github.com/dita-ot/docs"
52
- >Documentation Source</a
53
- >
54
- <a class="dropdown-item" href="https://github.com/dita-ot/docs/issues"
55
- >Documentation Issues</a
56
- >
57
- <a class="dropdown-item" href="https://github.com/dita-ot/docs/wiki"
58
- >Documentation Wiki</a
59
- >
60
- </div>
61
- </li>
62
- <li class="nav-item dropdown">
63
- <a
64
- class="nav-link dropdown-toggle"
65
- data-toggle="dropdown"
66
- href="#"
67
- role="button"
68
- aria-expanded="false"
69
- id="supportDropdownMenuLink"
70
- >Support <b class="caret"></b
71
- ></a>
72
- <div class="dropdown-menu" aria-labelledby="supportDropdownMenuLink">
73
- <a class="dropdown-item" href="{{ site.baseurl }}/support">Support Forums</a>
74
- <div class="dropdown-divider"></div>
75
- <a class="dropdown-item" href="https://groups.yahoo.com/group/dita-users"
76
- >Yahoo! dita-users group</a
77
- >
78
- <a class="dropdown-item" href="https://groups.google.com/d/forum/dita-ot-users"
79
- >DITA-OT Users Google Group</a
80
- >
81
- <a class="dropdown-item" href="http://stackoverflow.com/questions/tagged/dita-ot"
82
- >Stack Overflow Tag: DITA-OT</a
83
- >
84
- <a class="dropdown-item" href="https://www.oasis-open.org/committees/dita/"
85
- >OASIS DITA Technical Committee
86
- </a>
87
- <div class="dropdown-divider"></div>
88
- <a class="dropdown-item" href="{{ site.baseurl }}/colophon">About This Website</a>
89
- </div>
90
- </li>
91
- <li class="nav-item dropdown">
92
- <a
93
- class="nav-link dropdown-toggle"
94
- data-toggle="dropdown"
95
- href="#"
96
- role="button"
97
- aria-expanded="false"
98
- id="docsDropdownMenuLink"
99
- >Docs <b class="caret"></b
100
- ></a>
101
- <div class="dropdown-menu" aria-labelledby="docsDropdownMenuLink">
102
- <a class="dropdown-item" href="{{ site.baseurl }}/dev/">Latest Development Docs</a>
103
- <div class="dropdown-divider"></div>
104
- <h6 class="dropdown-header">Current version</h6>
105
- <a class="dropdown-item" href="{{ site.baseurl }}/{{ site.release }}/"
106
- >Release {{ site.release }}</a
107
- >
108
- <div class="dropdown-divider"></div>
109
- <h6 class="dropdown-header">Previous versions</h6>
110
- <a class="dropdown-item" href="{{ site.baseurl }}/3.2/">3.2</a>
111
- <a class="dropdown-item" href="{{ site.baseurl }}/3.1/">3.1</a>
112
- <a class="dropdown-item" href="{{ site.baseurl }}/3.0/">3.0</a>
113
- <div class="dropdown-divider"></div>
114
- <a class="dropdown-item" href="{{ site.baseurl }}/2.5/">2.5</a>
115
- <a class="dropdown-item" href="{{ site.baseurl }}/2.4/">2.4</a>
116
- <a class="dropdown-item" href="{{ site.baseurl }}/2.3/">2.3</a>
117
- <a class="dropdown-item" href="{{ site.baseurl }}/2.2/">2.2</a>
118
- <a class="dropdown-item" href="{{ site.baseurl }}/2.1/">2.1</a>
119
- <a class="dropdown-item" href="{{ site.baseurl }}/2.0/">2.0</a>
120
- <div class="dropdown-divider"></div>
121
- <h6 class="dropdown-header">Legacy versions (DITA ≤ 1.2)</h6>
122
- <a class="dropdown-item" href="{{ site.baseurl }}/1.8/">1.8</a>
123
- <a class="dropdown-item" href="http://dita-ot.sourceforge.net/1.7/">1.7</a>
124
- <a class="dropdown-item" href="http://dita-ot.sourceforge.net/1.6/">1.6</a>
125
- <a class="dropdown-item" href="http://dita-ot.sourceforge.net/1.5.4/">1.5</a>
126
- </div>
127
- </li>
128
- <li class="nav-item dropdown">
129
- <a
130
- class="nav-link dropdown-toggle"
131
- data-toggle="dropdown"
132
- href="#"
133
- role="button"
134
- aria-expanded="false"
135
- title="DITA-OT Day 2019"
136
- id="eventsDropdownMenuLink"
137
- >Events <b class="caret"></b
138
- ></a>
139
- <div class="dropdown-menu" aria-labelledby="eventsDropdownMenuLink">
140
- <h6 class="dropdown-header">Join us on November 9, 2019</h6>
141
- <a
142
- class="dropdown-item"
143
- href="https://www.oxygenxml.com/events/2019/dita-ot_day.html"
144
- target="_blank"
145
- >DITA-OT Day — Brussels</a
146
- >
147
- <div class="dropdown-divider"></div>
148
- <h6 class="dropdown-header">Previous events</h6>
149
- <a
150
- class="dropdown-item"
151
- href="https://www.oxygenxml.com/events/2018/dita-ot_day.html"
152
- target="_blank"
153
- >2018 — Rotterdam</a
154
- >
155
- <a
156
- class="dropdown-item"
157
- href="https://www.oxygenxml.com/events/2017/dita-ot_day.html"
158
- target="_blank"
159
- >2017 — Berlin</a
160
- >
161
- <a
162
- class="dropdown-item"
163
- href="https://www.oxygenxml.com/events/2016/dita-ot_day.html"
164
- target="_blank"
165
- >2016 — Munich</a
166
- >
167
- <a
168
- class="dropdown-item"
169
- href="https://www.oxygenxml.com/events/2015/dita-ot_day.html"
170
- target="_blank"
171
- >2015 — Munich</a
172
- >
173
- <a
174
- class="dropdown-item"
175
- href="https://www.oxygenxml.com/events/2014/dita-ot_day.html"
176
- target="_blank"
177
- >2014 — Munich</a
178
- >
179
- </div>
180
- </li>
181
19
  </ul>
182
-
183
20
  <form class="form-inline" id="search" role="search">
184
21
  <div class="form-group">
185
22
  <label for="q">{% octicon search class:"bg-gradient-light mr-2" %}</label>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cms-dita-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omid Manikhi