You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/diagrams/navigation.md
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,33 @@ a modal from which you can choose where to go next.
25
25
26
26
### Zoom-in
27
27
28
-
- Elements with a zoom-in are marked with a  symbol.
29
-
- Software System: Double-clicking a software system will either take you to the System Context or Container diagram for that software system, if one exists.
30
-
- Container: Double-clicking a container will take you to the first Component diagram for that container, if one exists.
31
-
- Elements with documentation are marked with a  symbol.
32
-
- Elements with decisions are marked with a  symbol.
33
-
- Elements with an associated URL are marked with a  symbol. Double-clicking with the `Alt` key pressed will open the URL. URLs must be valid HTTP/HTTPS URLs (e.g. https://structurizr.com), or they can refer to diagrams, documentation, and decisions in the same workspace with a syntax of `{workspace}/diagrams`, `{workspace}/documentation`, and `{workspace}/decisions` respectively. For example, a URL of `{workspace}/diagrams#key` will be rewritten to something like `/workspace/123/diagrams#key`, based upon whether the workspace is hosted by Structurizr Lite, the cloud service, or an on-premises installation, plus whether the workspace is public, private, or accessible via a sharing link. A specific workspace ID can also be provided to link to a different workspace, for example: `{workspace:456}/diagrams`.
28
+
Elements with a zoom-in are marked with a  symbol.
29
+
30
+
- Software System: Double-clicking a software system will either take you to the System Context or Container diagram for that software system, if one exists.
31
+
- Container: Double-clicking a container will take you to the first Component diagram for that container, if one exists.
32
+
33
+
### Documentation
34
+
35
+
Elements with documentation are marked with a  symbol.
36
+
37
+
### Decisions
38
+
39
+
Elements with decisions are marked with a  symbol.
40
+
41
+
### URLs
42
+
43
+
Elements with an associated URL are marked with a  symbol.
44
+
Double-clicking with the `Alt` key pressed will open the URL.
45
+
URLs must be valid HTTP/HTTPS URLs (e.g. https://structurizr.com), or they can refer to diagrams, documentation, and
46
+
decisions in the same workspace with a syntax of `{workspace}/diagrams`, `{workspace}/documentation`, and
47
+
`{workspace}/decisions` respectively.
48
+
49
+
For example, a URL of `{workspace}/diagrams#key` will be rewritten to something like `/workspace/123/diagrams#key`,
50
+
based upon whether the workspace is hosted by Structurizr Lite, the cloud service, or an on-premises installation, plus
51
+
whether the workspace is public, private, or accessible via a sharing link. A specific workspace ID can also be
52
+
provided to link to a different workspace, for example: `{workspace:456}/diagrams`.
34
53
35
54
## Double-clicking relationships
36
55
37
-
You can double-click relationships (hold the `Alt` key while in the diagram editor) to open the resource that is configured by the relationship's `url` property.
38
-
This is indicated by a  symbol.
56
+
You can double-click relationships (hold the `Alt` key while in the diagram editor) to open the resource that is
57
+
configured by the relationship's `url` property. This is indicated by a  symbol.
0 commit comments