Skip to main content

Module render

Module render 

Source

Enums§

Format
One built-in renderer output format for codebase documents.

Functions§

dot
Renders a combined linked-machine topology as DOT text.
json
Renders a combined linked-machine topology as deterministic pretty JSON.
mermaid
Renders a combined linked-machine topology as Mermaid flowchart text.
plantuml
Renders a combined linked-machine topology as PlantUML state text.
write_all_to_dir
Renders one codebase document into every built-in format and writes the resulting files into dir using stem plus the format extension.