Skip to content

Commit 8812b56

Browse files
Removes links to examples repo.
1 parent cf5e22b commit 8812b56

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

java/getting-started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ permalink: /java/getting-started
99
# Getting started
1010

1111
Here is a quick overview of how to get started with Structurizr for Java so that you can create a workspace using Java code.
12-
You can find a full code example at [GettingStarted.java](https://github.com/structurizr/examples/blob/main/java/src/main/java/com/structurizr/example/GettingStarted.java)
13-
and the published workspace at [https://structurizr.com/share/25441](https://structurizr.com/share/25441).
14-
See [structurizr-examples](https://github.com/structurizr/examples/tree/main/java/src/main/java/com/structurizr/example) for more examples.
1512

1613
## 1. Dependencies
1714

java/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ Structurizr for Java consists of two artifacts, both of which are available on M
2727
- [structurizr-component](https://github.com/structurizr/java/tree/master/structurizr-component): Facilities to discover components in a Java codebase.
2828
- [structurizr-import](https://github.com/structurizr/java/tree/master/structurizr-import): Utilities to import diagrams and documentation into a Structurizr workspace.
2929
- [structurizr-export](/export): Export models and views to external formats (e.g. PlantUML, Mermaid, etc).
30-
- [structurizr-autolayout](https://github.com/structurizr/java/tree/master/structurizr-autolayout): Apply Graphviz automatic layout to views.
31-
- [structurizr-examples](https://github.com/structurizr/examples/tree/main/java): Examples of how to use the Structurizr for Java library.
30+
- [structurizr-autolayout](https://github.com/structurizr/java/tree/master/structurizr-autolayout): Apply Graphviz automatic layout to views.

ui/documentation/headings.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ Structurizr will automatically generate section numbers for you as follows:
1717
| `## Name` | `== Name` | Rendered as `1 Name` | Yes |
1818
| `### Name` | `=== Name` | Rendered as `1.1 Name` | Yes |
1919
| `#### Name` | `==== Name` | Rendered as `1.1.1 Name` | No |
20-
21-
See [this example Markdown file](https://github.com/structurizr/examples/blob/main/dsl/financial-risk-system/docs/quality-attributes.md)
22-
and how it is [rendered in Structurizr](https://structurizr.com/share/31/documentation/Financial%20Risk%20System#3).
23-

0 commit comments

Comments
 (0)