Re: [hibernate-dev] Hibernate.org layouts

2015-08-22 Thread Hardy Ferentschik
Hi, On Sat, Aug 22, 2015 at 02:22:01PM +, Steve Ebersole wrote: > I went ahead for now with your first (1) option. So for ORM, the left-hand > "Documentation" link now becomes 3: "Documentation (5.0)", "Documentation > (4.3)", "Documentation (4.2)". Right, definitely the easiest. > Not idea

Re: [hibernate-dev] Hibernate.org layouts

2015-08-22 Thread Steve Ebersole
I went ahead for now with your first (1) option. So for ORM, the left-hand "Documentation" link now becomes 3: "Documentation (5.0)", "Documentation (4.3)", "Documentation (4.2)". Not ideal long term, but as you said, the easiest solution for now and it works. But it got me thinking that a lot o

Re: [hibernate-dev] Hibernate.org layouts

2015-08-20 Thread Hardy Ferentschik
Hi, I am not a great expert on the templating side either, but I can tell you how it is put together atm. The left hand menu items for the different projects (About, Downloads, Documentation, etc) are actually generated from the site config. If you look into _config/site.yml, you see that each

[hibernate-dev] Hibernate.org layouts

2015-08-19 Thread Steve Ebersole
In regards to WEBSITE-382 [1], I would love to get the "list" of version family specific doc page links into the left nav ideally as another section there. Anyone able to give me some pointers how to hook into the left-hand nav links are managed?