|
179 | 179 | # Locale-dependent links for the sidebar
|
180 | 180 | NAVIGATION_LINKS = {
|
181 | 181 | 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 | + ), |
184 | 203 | ('https://github.com/getnikola/nikola', 'GitHub'),
|
185 | 204 | ('https://themes.getnikola.com', 'Themes'),
|
186 | 205 | ('https://plugins.getnikola.com', 'Plugins'),
|
|
0 commit comments