Skip to content

Commit 994dec3

Browse files
Adds a note re: structurizr/java#434
1 parent 737e964 commit 994dec3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ui/diagrams/navigation.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ A collection of diagrams can be navigated in a number of ways:
1818

1919
## Double-clicking elements
2020

21-
You can double-click diagram elements to either "zoom-in" and navigate to the next level of detail,
22-
open associated documentation/decisions, or open the resource that is configured by the element's `url` property.
21+
You can double-click diagram elements to "zoom-in" and navigate to:
22+
23+
- Open the diagram at the next level of detail (e.g. system context diagram to container diagram).
24+
- Open documentation associated with the element.
25+
- Open decisions associated with the element.
26+
- Open the URL that is configured by the element's `url` property.
27+
- Open any URLs that are configured by the element's `properties` (name=label; value=url).
28+
2329
When an element has a mix of "zoom-ins", documentation, decsions, and URLs, double-clicking the element will open
2430
a modal from which you can choose where to go next.
2531

0 commit comments

Comments
 (0)