Skip to content

Instantly share code, notes, and snippets.

@yamaaki
Created August 13, 2015 01:47
Show Gist options
  • Save yamaaki/06eb82851e9593797e03 to your computer and use it in GitHub Desktop.
Save yamaaki/06eb82851e9593797e03 to your computer and use it in GitHub Desktop.
SimpleNavigation::Configuration.run do |navigation|
navigation.renderer = MaterializeRenderer
navigation.auto_highlight = false
navigation.items do |primary|
primary.item :header1, 'Header1', '#' do |sub_nav|
sub_nav.item :item1, 'Item1', '#', highlights_on: hl(:item1)
sub_nav.item :item2, 'Item2', '#', highlights_on: hl(:item2)
end
primary.item :header2, 'Header2', '#', highlights_on: hl(:header2)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment