mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The HelpView class will render a directory as markdown with an index HTML page. This however can also be used for other generics and applied to the API pages as well, so change the class to a generic class and specify the path templates and names. Tweaked by tabbott and Eeshan Garg.