Skip to content

Commit 49c1ec0

Browse files
committedJul 2, 2015
update navbar
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 11b88dd commit 49c1ec0

File tree

1 file changed

+50
-17
lines changed

1 file changed

+50
-17
lines changed
 

Diff for: ‎output/index.html

+50-17
Original file line numberDiff line numberDiff line change
@@ -82,36 +82,69 @@
8282
</div>
8383
<!-- /.navbar-header -->
8484
<div class="collapse navbar-collapse navbar-ex1-collapse">
85-
<ul class="nav navbar-nav">
86-
87-
<li>
88-
<a href="https://getnikola.com/documentation.html">Documentation</a>
89-
</li>
85+
<ul class="nav navbar-nav">
86+
<li class="dropdown">
87+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
88+
<ul class="dropdown-menu">
9089
<li>
91-
<a href="https://getnikola.com/contact.html">Help/Bugs/Contact</a>
92-
</li>
90+
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
91+
</li>
92+
<li>
93+
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
94+
</li>
95+
<li>
96+
<a href="https://getnikola.com/conf.html">conf.py</a>
97+
</li>
98+
<li>
99+
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
100+
</li>
101+
<li>
102+
<a href="https://getnikola.com/extending.html">Extending</a>
103+
</li>
104+
<li>
105+
<a href="https://getnikola.com/internals.html">Internals</a>
106+
</li>
107+
<li>
108+
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
109+
</li>
110+
</ul>
111+
</li>
112+
<li class="dropdown">
113+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support &amp; Contact <b class="caret"></b></a>
114+
<ul class="dropdown-menu">
115+
<li>
116+
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
117+
</li>
118+
<li>
119+
<a href="https://groups.google.com/group/nikola-discuss">Mailing List</a>
120+
</li>
121+
<li>
122+
<a href="https://twitter.com/GetNikola">Twitter</a>
123+
</li>
124+
<li>
125+
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
126+
</li>
127+
</ul>
128+
</li>
93129
<li>
94130
<a href="https://github.com/getnikola/nikola">GitHub</a>
95-
</li>
131+
</li>
96132
<li>
97133
<a href="https://themes.getnikola.com">Themes</a>
98-
</li>
134+
</li>
99135
<li class="active">
100-
<a href="https://plugins.getnikola.com">Plugins</a>
101-
</li>
136+
<a href="https://plugins.getnikola.com">Plugins</a><span class="sr-only"> (active)</span>
137+
</li>
102138
<li>
103139
<a href="https://users.getnikola.com">Users</a>
104-
</li>
140+
</li>
105141
<li>
106142
<a href="https://getnikola.com/blog/index.html">Blog</a>
107-
</li>
143+
</li>
108144
<li>
109145
<a href="https://getnikola.com/changes.html">Changelog</a>
110-
111-
</li>
146+
</li>
112147
</ul>
113-
114-
115148
</div>
116149
<!-- /.navbar-collapse -->
117150
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.