Made sidebar configurable based on product, platform, version properties in configuration file. Also added ability to add series that link together pages.

This commit is contained in:
Tom Johnson
2015-05-17 19:01:41 -07:00
parent 4945f23b2d
commit 6d98971517
40 changed files with 808 additions and 519 deletions

View File

@ -7,14 +7,23 @@ topnav:
- title: About
url: /about/
audience: writer, designer
platform: all
product: all
version: all
- title: Github repo
external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
audience: writer, designer
platform: all
product: all
version: all
- title: My blog
external_url: http://idratherbewriting.com
audience: writer, designer
platform: all
product: all
version: all
#Topnav dropdowns
topnav_dropdowns:
@ -22,16 +31,28 @@ topnav_dropdowns:
subcategories:
- title: Jekyll resources
audience: writer, designer
platform: all
product: all
version: all
items:
- title: Jekyll documentation
external_url: http://jekyllrb.com/docs/home/
audience: writer, designer
platform: all
product: all
version: all
- title: Jekyll Talk
external_url: https://talk.jekyllrb.com/
audience: designer, writer
platform: all
product: all
version: all
- title: Jekyll on Stackoverflow
external_url: http://stackoverflow.com/questions/tagged/jekyll
audience: writer, designer
platform: all
product: all
version: all