Skip to content

Commit 4d73395

Browse files
committedJul 2, 2015
update navbar
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent f70b5a8 commit 4d73395

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
@@ -87,36 +87,69 @@
8787
</div>
8888
<!-- /.navbar-header -->
8989
<div class="collapse navbar-collapse navbar-ex1-collapse">
90-
<ul class="nav navbar-nav">
91-
92-
<li>
93-
<a href="https://getnikola.com/documentation.html">Documentation</a>
94-
</li>
90+
<ul class="nav navbar-nav">
91+
<li class="dropdown">
92+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
93+
<ul class="dropdown-menu">
94+
<li>
95+
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
96+
</li>
97+
<li>
98+
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
99+
</li>
100+
<li>
101+
<a href="https://getnikola.com/conf.html">conf.py</a>
102+
</li>
103+
<li>
104+
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
105+
</li>
106+
<li>
107+
<a href="https://getnikola.com/extending.html">Extending</a>
108+
</li>
109+
<li>
110+
<a href="https://getnikola.com/internals.html">Internals</a>
111+
</li>
112+
<li>
113+
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
114+
</li>
115+
</ul>
116+
</li>
117+
<li class="dropdown">
118+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support &amp; Contact <b class="caret"></b></a>
119+
<ul class="dropdown-menu">
120+
<li>
121+
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
122+
</li>
123+
<li>
124+
<a href="https://groups.google.com/group/nikola-discuss">Mailing List</a>
125+
</li>
126+
<li>
127+
<a href="https://twitter.com/GetNikola">Twitter</a>
128+
</li>
95129
<li>
96-
<a href="https://getnikola.com/contact.html">Help/Bugs/Contact</a>
97-
</li>
130+
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
131+
</li>
132+
</ul>
133+
</li>
98134
<li>
99135
<a href="https://github.com/getnikola/nikola">GitHub</a>
100-
</li>
136+
</li>
101137
<li class="active">
102-
<a href="https://themes.getnikola.com">Themes</a>
103-
</li>
138+
<a href="https://themes.getnikola.com">Themes<span class="sr-only"> (active)</span></a>
139+
</li>
104140
<li>
105141
<a href="https://plugins.getnikola.com">Plugins</a>
106-
</li>
142+
</li>
107143
<li>
108144
<a href="https://users.getnikola.com">Users</a>
109-
</li>
145+
</li>
110146
<li>
111147
<a href="https://getnikola.com/blog/index.html">Blog</a>
112-
</li>
148+
</li>
113149
<li>
114150
<a href="https://getnikola.com/changes.html">Changelog</a>
115-
116-
</li>
151+
</li>
117152
</ul>
118-
119-
120153
</div>
121154
<!-- /.navbar-collapse -->
122155
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.