Skip to content

Commit e835baf

Browse files
.
1 parent bd375d1 commit e835baf

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

ai/dsl-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: DSL generation
4-
parent: AI
4+
parent: AI + MCP
55
nav_order: 2
66
permalink: /ai/dsl-generation
77
---

ai/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Structurizr's model-based consistency and enforcement of the C4 model rules make
3131

3232
LikeC4 follows a similar approach to Structurizr, but LikeC4 doesn't support the C4 model "out of the box", instead requiring you to create a "specification" that defines how you would like to use the tooling. A misconfigured specification will allow you to add elements at the wrong level of abstraction, violating C4's hierarchy.
3333

34-
Structurizr was created by the author of the C4 model and remains the reference implementation, making it the best choice if you are looking for compliance and compatibility with the C4 model.
34+
Structurizr was created by the author of the C4 model, is free and open source, and remains the reference implementation, making it the best choice if you are looking for compliance and compatibility with the C4 model.

ai/landscape-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: System landscape generation
4-
parent: AI
4+
parent: AI + MCP
55
nav_order: 3
66
permalink: /ai/landscape-generation
77
---

ai/mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: default
33
title: MCP server
4-
parent: AI
4+
parent: AI + MCP
55
nav_order: 11
66
permalink: /ai/mcp
77
---
88

99
# MCP server
1010

11-
A Structurizr MCP server is available on [GitHub](https://github.com/structurizr/structurizr/tree/main/structurizr-mcp).
11+
A free and open source Structurizr MCP server is available on [GitHub](https://github.com/structurizr/structurizr/tree/main/structurizr-mcp).
1212
It runs standalone and supports stateless HTTP transport.
1313

1414
## Tools

commands/01-playground/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010

1111
# playground
1212

13-
The Structurizr playground provides a standalone DSL playground that can be used to create diagrams and experiment with the DSL. An instance of this is running at [playground.structurizr.com](https://playground.structurizr.com) to use/try.
13+
The free and open source Structurizr playground provides a standalone DSL playground that can be used to create diagrams and experiment with the DSL. An instance of this is running at [playground.structurizr.com](https://playground.structurizr.com) to use/try.
1414

1515
[![Structurizr playground screenshot](/images/playground.png)](https://playground.structurizr.com)
1616

commands/02-local/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010

1111
# local
1212

13-
The `local` command provides a way to view diagrams and modify their layout. It's equivalent to the previous Structurizr Lite tooling.
13+
The free and open source `local` command provides a way to view diagrams and modify their layout. It's equivalent to the previous Structurizr Lite tooling.
1414

1515
By default, Structurizr will look for a `workspace.dsl` and `workspace.json` file in your Structurizr data directory, in that order, and use the file it finds first. Any changes made to the `workspace.dsl` or `workspace.json` file will be reflected when you refresh your web browser. You can also configure [multi-workspace mode](/local/configuration#multi-workspace-mode).
1616

commands/04-export/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ has_toc: false
1010

1111
# export
1212

13-
The `export` command provides a way to export the views in a Structurizr workspace to PlantUML, Mermaid, or a static HTML site. Files will be created one per view that has been exported.
13+
The free and open source `export` command provides a way to export the views in a Structurizr workspace to PlantUML, Mermaid, or a static HTML site. Files will be created one per view that has been exported.
1414
If the output directory is not specified, files will be created in the same directory as the workspace.
1515
Please note that the export formats do not support all available shapes/features when compared to
1616
Structurizr playground, local, and server.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /
88

99
# Structurizr
1010

11-
Structurizr is a "models as code" tool designed for the [C4 model](https://c4model.com) - you write [Structurizr DSL](/dsl) to create multiple software architecture diagrams from a single model. Structurizr was created by [the author of the C4 model](https://simonbrown.je) and remains the reference implementation, making it the best choice if you are looking for compliance and compatibility with the C4 model.
11+
Structurizr is a "models as code" tool designed for the [C4 model](https://c4model.com) - you write [Structurizr DSL](/dsl) to create multiple software architecture diagrams from a single model. Structurizr was created by [the author of the C4 model](https://simonbrown.je), is free and open source, and remains the reference implementation, making it the best choice if you are looking for compliance and compatibility with the C4 model.
1212

1313
- [Structurizr DSL - Example](/dsl/example)
1414
- [Structurizr DSL - Tutorial](/dsl/tutorial)
@@ -18,6 +18,6 @@ Structurizr is a "models as code" tool designed for the [C4 model](https://c4mod
1818
The two quickest ways to get started with the Structurizr tooling are:
1919

2020
1. Visit [playground.structurizr.com](https://playground.structurizr.com) to try Structurizr without installing any tooling.
21-
2. Use Structurizr [local](/local) via the pre-built Docker image to create diagrams on your computer - see [local - Quickstart](/local/quickstart).
21+
2. Use Structurizr [local](/local) (free and open source) via the pre-built Docker image to create diagrams on your computer - see [local - Quickstart](/local/quickstart).
2222

2323
[![Structurizr playground](/images/playground.png)](https://playground.structurizr.com)

0 commit comments

Comments
 (0)