📄️ Creating a Workspace
The foundation of any Structurizr DSL architecture is the workspace.
📄️ Defining the Model
The model is the core of your architecture documentation. It's where you define the entities that make up your software systems and the relationships between them.
📄️ Defining Views
Views are how you visualize your software architecture. They are defined inside a views block within a workspace.
📄️ Workspace Registry
The workspaceRegistry is a singleton object that serves as a central repository for all architecture workspaces defined using the workspace fluent utility function.