Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Thomas Leitner
RE: Incorrect code sample in FAQ? [ reply ]  
2010-06-13 19:03
Thanks for spotting this! I have fixed this in the repo and will update the online FAQ soon!

By: Chris Poole
Incorrect code sample in FAQ? [ reply ]  
2010-06-13 12:41
Hi,
There is the following in the FAQ:

inMenu: true

(To set the option for all .page files in config.yaml.) Trying this with webgen 0.5.12, and I end up with no menu being displayed.

I changed this to

in_menu: true

as it is written in some other documentation pages (the config docs I think), and it worked. Just a FYI :)