The wiki is described here: http://web2py.com/books/default/chapter/29/03/overview#The-built-in-web2py-wiki
It appears auth.wikimenu isn't mentioned, but here is the code: https://github.com/web2py/web2py/blob/master/gluon/tools.py#L4228. It simply adds wiki menu items to response.menu. Anthony On Wednesday, August 30, 2017 at 11:25:43 AM UTC-4, Jordan Ladora wrote: > > The welcome app models/menu.py has the lines- > > if "auth" in locals(): > auth.wikimenu > > ...but I can't find anything here or in the book about what the wikimenu > does? I have this commented out and all seems to be fine. > > Sorry if this is a silly question; just wondering.. > > Thanks! > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

