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