Discovers, parses, converts markdown to HTML and injects menu with "more" docs.
Processes the "more" markdown folder by:
- Building the menu to reflect the "more folder" directory structure.
- Translates markdown into HTML
The primary documon configuration documon.js::mainConf, which should contain:
The asset folder to copy into the final documentation. The More pages may refer to assets outside of the template, such as css, images, etc.
The folder to process.
The path to the template folder.
THe destination folder.
Your Google Analytics Tracking ID
The menu for the parsed source code documentation. We'll merge it into the "more" menu.
Serves 2 purposes, when returning undefined notifies callee that there aren't any "more" docs. Otherwise the modified menu is return with the original sourceDocsMenu either tacked onto the end of the "more" menu, or incorporated into the "more" menu at the "DOCS-GO-HERE" injection point.