This will only work when rendering using Structurizr
If you want to use the Structurizr architecture documentation format, then install the templates. Only works with the StructurizrRenderer.
mkdir -p ./src/main/markdown/structurizr
Copy the templates from Structurizr
StructurizrBuilder(
enterpriseName,
workspaceName,
workspaceDescription
).architectureDocumentation(ArchitectureDocumentation.STRUCTURIZR)
.buildAndRender { model, views ->
// TODO: define the model and views
}