Skip to content

Commit dea09ef

Browse files
committedJul 2, 2015
Merge pull request #21 from getnikola/dropdown-menus
Use dropdown menus on the Nikola website
2 parents b2e6223 + 1b102ca commit dea09ef

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed
 

‎conf.py

+21-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,27 @@
179179
# Locale-dependent links for the sidebar
180180
NAVIGATION_LINKS = {
181181
DEFAULT_LANG: (
182-
('/documentation.html', 'Documentation'),
183-
('/contact.html', 'Support & Contact'),
182+
(
183+
(
184+
('/documentation.html', '<strong>Documentation Index</strong>'),
185+
('/handbook.html', '<strong>Handbook</strong>'),
186+
('/conf.html', 'conf.py'),
187+
('/creating-a-theme.html', 'Theming Tutorial'),
188+
('/extending.html', 'Extending'),
189+
('/internals.html', 'Internals'),
190+
('/creating-a-site-not-a-blog-with-nikola.html', 'Creating a Site (Not a Blog)')
191+
),
192+
'Documentation',
193+
),
194+
(
195+
(
196+
('https://github.com/getnikola/nikola/issues', 'Issue Tracker'),
197+
('https://groups.google.com/group/nikola-discuss', 'Mailing List'),
198+
('https://twitter.com/GetNikola', 'Twitter'),
199+
('/contact.html', '<strong>All support options</strong>'),
200+
),
201+
'Support & Contact'
202+
),
184203
('https://github.com/getnikola/nikola', 'GitHub'),
185204
('https://themes.getnikola.com', 'Themes'),
186205
('https://plugins.getnikola.com', 'Plugins'),

0 commit comments

Comments
 (0)
Please sign in to comment.