Skip to content

Commit 6843272

Browse files
Doc updates.
1 parent 0885054 commit 6843272

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

community.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: Community tooling
4-
nav_order: 5
4+
nav_order: 4
55
permalink: /community
66
---
77

products.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Products
4-
nav_order: 4
4+
nav_order: 3
55
permalink: /products
66
---
77

@@ -10,12 +10,13 @@ permalink: /products
1010
The Structurizr tooling is available in a number of versions, covering different usage scenarios.
1111
Many [community tools](/community) are also available.
1212

13-
| Product | Description | License |
14-
|-----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
15-
| [Structurizr Lite](/lite) | A single workspace version of Structurizr, providing a way to quickly view diagrams, documentation, and architecture decision records. | Open source |
16-
| [Structurizr on-premises installation](/onpremises) | A multi-workspace version of Structurizr that can be run on your own infrastructure (local servers or cloud), providing a way to publish diagrams, documentation, and architecture decision records. | Open source |
17-
| [Structurizr cloud service](/cloud) | The Structurizr cloud service, providing a way to publish diagrams, documentation, and architecture decision records. | Free and paid |
18-
| [Structurizr CLI](/cli) | A command line utility designed to be used in conjunction with the Structurizr DSL, supporting pull/push via the web API and exports to a number of formats including PlantUML and Mermaid. | Open source |
13+
| Product | Description | License |
14+
|------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
15+
| [Structurizr Lite](/lite) | A single workspace version of Structurizr, providing a way to quickly view diagrams, documentation, and architecture decision records. | Open source |
16+
| [Structurizr on-premises installation](/onpremises) | A multi-workspace version of Structurizr that can be run on your own infrastructure (local servers or cloud), providing a way to publish diagrams, documentation, and architecture decision records. | Open source |
17+
| [Structurizr cloud service](/cloud) | The Structurizr cloud service, providing a way to publish diagrams, documentation, and architecture decision records. | Free and paid |
18+
| [Structurizr CLI](/cli) | A command line utility designed to be used in conjunction with the Structurizr DSL, supporting pull/push via the web API and exports to a number of formats including PlantUML and Mermaid. | Open source |
19+
| [Structurizr static site](/static) | A static HTML site that can be included into your website or hosted from a simple web server, Amazon Web Services S3 bucket, etc. | Open source |
1920

2021
The Structurizr tooling encourages the adoption of a "diagrams and documentation as code" approach,
2122
with everything being stored in source code control.
@@ -50,7 +51,7 @@ workspace via the web API provided by the cloud service and on-premises installa
5051
| __Client-side encryption__<br />Encrypt workspaces before uploading via the cloud API, and decrypt them in your browser using your own passphrase. | | Yes | | [Yes](/cloud/client-side-encryption) |
5152
| __Workspace locking__<br />Workspace locking to avoid concurrent updates. | | Yes | | [Yes](/cloud/workspace-locking) |
5253
| __Workspace versioning__<br />Recent versions of your workspace are retained. | | [Yes](/onpremises/workspace-versioning) | | [Yes](/cloud/workspace-versioning) |
53-
| __Workspace branches__<br />Store parallel versions of your workspace. | | [Yes](/onpremises/workspace-branches) | | [Yes](/cloud/workspace-branches) |
54+
| __Workspace branches__<br />Store parallel versions of your workspace. | | [Yes](/onpremises/workspace-branches) | | [Yes](/cloud/workspace-branches) |
5455
| __Full-text search__<br />Search for diagrams and documentation across all workspaces. | Yes | Yes | | Yes |
5556
| __[Diagrams](/ui/diagrams)__<br />C4 model diagrams (core and supplementary). | Yes | Yes | Yes (max 10) | Yes |
5657
| __Diagram reviews__<br />A visual diagram review tool. | | [Yes](/onpremises/diagram-review) | | [Yes](/cloud/diagram-review) |
@@ -66,4 +67,4 @@ workspace via the web API provided by the cloud service and on-premises installa
6667
| __Notion__<br />Embed live architecture diagrams into Notion pages via an iframe. | | | | [Yes](/cloud/notion) |
6768
| __Slack__<br />Perform a full-text search across a workspace using a slash command. | | | | [Yes](/cloud/slack) |
6869
| __Authentication via LDAP or SAML 2.0__<br />Integrate Structurizr with your identity provider. | | [Yes](/onpremises/authentication) | | |
69-
| __Priority support__<br />Priority support (Monday to Friday; 9-5 UK time). | With paid support package | With paid support package | | Yes |
70+
| __Priority support__<br />Priority support (Monday to Friday; 9-5 UK time). | With paid support package | With paid support package | | Yes |

workspaces/index.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: Workspaces
4-
nav_order: 3
4+
nav_order: 5
55
has_children: true
66
permalink: /workspaces
77
has_toc: false

0 commit comments

Comments
 (0)