Top

[formatHTML]

docstring for 'formatHTML' function:
------------
source: nocdoc/render_html.noc#formatHTML

Format some website blocks in HTML

Syntax: [const] formatHTML => "html_content"
consts:
- TABLE_OF_CONTENTS_SIDEBAR
- TABLE_OF_CONTENTS_LINKS
- DETAILS_SIDEBAR
- FUNCTIONS_SIDEBAR
- NOC_FUNCTIONS_DOCUMENTATION
- PAGE

[renderHomePage]

docstring for 'renderHomePage' function:
------------
source: nocdoc/render_html.noc#renderHomePage

Render the homepage in HTML format string

Syntax: info renderHomePage => "name.html" "html_content"
info -> ["name" "author" [desc] "url_git" table_of_contents]

[renderModule]

docstring for 'renderModule' function:
------------
source: nocdoc/render_html.noc#renderModule

Render the Noc module in HTML format string

Syntax: info functions "module_name" renderModule => "module_name.html" "html_content"
info -> ["name" "author" [desc] "url_git" table_of_contents]
functions -> [[func_a] [func_b] ...]

[renderWikiPage]

docstring for 'renderWikiPage' function:
------------
source: nocdoc/render_html.noc#renderWikiPage

Render the Noc wiki in HTML format string

Syntax: wikiInfo wikiPage "wiki_page_name" renderModule => "wiki_page_name.html" "html_content"
wikiInfo -> ["name" "author" "desc" "url_git" table_of_contents]
wikiPage -> content page in HTML