Function document_workspace

Source
pub async fn document_workspace(
    workspace: impl AsRef<Path>,
    output_dir: impl AsRef<Path>,
    homepage: Option<impl AsRef<Path>>,
    custom_theme: Option<impl AsRef<Path>>,
) -> Result<(), Error>
Expand description

Generate HTML documentation for a workspace.

This function will generate HTML documentation for all WDL files in the workspace directory. This function will overwrite any existing files which conflict with the generated files, but will not delete any files that are already present.