Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove excess files from diagram autogeneration and disable titles in generated diagrams #847

Merged
merged 5 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/autoupdate-structurizr-diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
cd 'docs/diagrams'
echo 'Generating PNGs...'
plantuml -tpng *.puml
rm *.puml
# plantuml outputs .puml markup and key images that are not needed
rm *.puml *-key.png
- name: Get output branch for branch name
id: get-branch-name
shell: bash
Expand Down
Binary file not shown.
Binary file modified docs/diagrams/structurizr-ContainerComponents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified docs/diagrams/structurizr-ContainerComponentsDeploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/diagrams/structurizr-Firewall-key.png
Binary file not shown.
Binary file modified docs/diagrams/structurizr-Firewall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/diagrams/structurizr-Production-key.png
Binary file not shown.
Binary file modified docs/diagrams/structurizr-Production.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/diagrams/structurizr-SystemContainers-key.png
Binary file not shown.
Binary file modified docs/diagrams/structurizr-SystemContainers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified docs/diagrams/structurizr-SystemContainersDeploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/diagrams/structurizr-SystemContext-key.png
Binary file not shown.
Binary file removed docs/diagrams/structurizr-SystemLandscape-key.png
Binary file not shown.
Binary file modified docs/diagrams/structurizr-SystemLandscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/diagrams/structurizr-Tutorial-key.png
Binary file not shown.
Binary file modified docs/diagrams/structurizr-Tutorial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/diagrams/structurizr-UP4WTutorial-key.png
Binary file not shown.
Binary file removed docs/diagrams/structurizr-UbuntuProForWSL-key.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/howto/set-up-landscape-server-in-wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ Landscape server automatically.
Using this server setup when following the [tutorial](../tutorial/index) would
result in the following architecture:

![text](../diagrams/structurizr-Tutorial.png)
![architecture diagram showing management of WSL instances from a WSL instance on a single machine using Landscape and Ubuntu Pro for WSL](../diagrams/structurizr-Tutorial.png)

5 changes: 5 additions & 0 deletions docs/workspace.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ workspace {
"structurizr.groups" true
}
}

# don't add a title to the generated diagrams
properties {
"plantuml.title" false
}


theme default
Expand Down
Loading