Function document_workspace

Source
pub async fn document_workspace(
    workspace: impl AsRef<Path>,
    stylesheet: Option<impl AsRef<Path>>,
    overwrite: bool,
) -> Result<PathBuf>
Expand description

Generate HTML documentation for a workspace.

This function will generate HTML documentation for all WDL files in the workspace directory. The generated documentation will be stored in a docs directory within the workspace.