Added PlantUML SVG inages to workflow and system landscape page
Publish Docs / publish-docs (push) Successful in 1m34s Details

This commit is contained in:
Mike Kell 2026-03-30 08:16:38 -04:00
parent 571e0c06d0
commit 31fd922df5
3 changed files with 25 additions and 5 deletions

View File

@ -13,6 +13,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Render PlantUML diagrams to SVG
run: |
mkdir -p docs/images
rm -f architecture/workspace/*.svg
docker run --rm \
-v "$PWD:/work" \
-w /work \
ghcr.io/plantuml/plantuml \
-tsvg architecture/workspace/*.puml
cp architecture/workspace/*.svg docs/images/
- name: Build MkDocs site
run: |
docker run --rm \

View File

@ -14,6 +14,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Render PlantUML diagrams to SVG
run: |
mkdir -p docs/images
rm -f architecture/workspace/*.svg
docker run --rm \
-v "$PWD:/work" \
-w /work \
ghcr.io/plantuml/plantuml \
-tsvg architecture/workspace/*.puml
cp architecture/workspace/*.svg docs/images/
- name: Build MkDocs site
run: |
docker run --rm \

View File

@ -8,11 +8,9 @@ It identifies the primary business users, the central Kell Creations platform, a
This view is intended to provide a management-level understanding of the platform ecosystem. It is the starting point for more detailed context, container, component, deployment, and workflow diagrams.
## Diagram Source
## Diagram
The source for this diagram is maintained as architecture code in:
`architecture/workspace/system-landscape.puml`
![System Landscape](../images/system-landscape.svg)
## Included Systems