Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 718 Bytes

File metadata and controls

28 lines (18 loc) · 718 Bytes

Structurizr Templates

Caveats

This will only work when rendering using Structurizr

Steps

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

Code example

StructurizrBuilder(
    enterpriseName,
    workspaceName,
    workspaceDescription
).architectureDocumentation(ArchitectureDocumentation.STRUCTURIZR)
 .buildAndRender { model, views ->

     // TODO: define the model and views

}