Function rhai_autodocs::generate_for_docusaurus

source ·
pub fn generate_for_docusaurus(
    module: &ModuleDocumentation
) -> Result<HashMap<String, String>, RenderError>
Expand description

Generate documentation for the docusaurus markdown processor.

Returns a hashmap with the name of the module as the key and its raw documentation as the value.