Added PlantUML SVG inages to workflow and system landscape page
Publish Docs / publish-docs (push) Successful in 1m34s
Details
Publish Docs / publish-docs (push) Successful in 1m34s
Details
This commit is contained in:
parent
571e0c06d0
commit
31fd922df5
|
|
@ -13,6 +13,17 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Build MkDocs site
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,17 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Build MkDocs site
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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`
|
|
||||||
|
|
||||||
## Included Systems
|
## Included Systems
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue