2

Would anyone with Ruby knowledge know if its possible to use the Padrino compatible version of the 'simple-navigation' gem with Middleman 3.0?

I would like to implement multilevel navigation + breadcrumbs and have a bit of control over the ordering.

Or is there any other navigation gems or examples anyone could point me in the direction of that works with Middleman 3.0?

Cheers.

1 Answers1

2

There is a gem that wraps this up for you:

middleman-navigation

cseelus
  • 1,447
  • 1
  • 20
  • 31
  • This gem looks great, but it doesn't appear to be compatible with Middleman 3.1.x. See https://github.com/michaek/middleman-navigation/issues/8#issuecomment-25368264 – bryanbraun Oct 23 '13 at 03:55