Skip to content

Commit

Permalink
Use dropdown menus
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 21, 2015
1 parent 4bee61f commit 1b102ca
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions conf.py
Expand Up @@ -179,8 +179,27 @@
# Locale-dependent links for the sidebar
NAVIGATION_LINKS = {
DEFAULT_LANG: (
('/documentation.html', 'Documentation'),
('/contact.html', 'Support & Contact'),
(
(
('/documentation.html', '<strong>Documentation Index</strong>'),
('/handbook.html', '<strong>Handbook</strong>'),
('/conf.html', 'conf.py'),
('/creating-a-theme.html', 'Theming Tutorial'),
('/extending.html', 'Extending'),
('/internals.html', 'Internals'),
('/creating-a-site-not-a-blog-with-nikola.html', 'Creating a Site (Not a Blog)')
),
'Documentation',
),
(
(
('https://github.com/getnikola/nikola/issues', 'Issue Tracker'),
('https://groups.google.com/group/nikola-discuss', 'Mailing List'),
('https://twitter.com/GetNikola', 'Twitter'),
('/contact.html', '<strong>All support options</strong>'),
),
'Support & Contact'
),
('https://github.com/getnikola/nikola', 'GitHub'),
('https://themes.getnikola.com', 'Themes'),
('https://plugins.getnikola.com', 'Plugins'),
Expand Down

0 comments on commit 1b102ca

Please sign in to comment.