New documentation section: Helpers
Elefant has a concept of Helpers, which are route handlers that are intended to be reused by other app developers or template designers.
It used to be a pain to look them up though and find out what helpers are available, how to use them, which parameters they accept, etc.
Now there are two ways to access this info:
1. I just added a new helpers reference section of the documentation.
Each helper has a description, usage info, and any parameters documented.
2. Using the command line:
# Show a list of available helpers ./elefant list-helpers # Show the documentation for a helper ./elefant helper-docs user/util/userchooser
That should make Helpers more accessible and help save time by encouraging code reuse.











