Skip to content

Commit 6de5e35

Browse files
committed
docs(process): update process diagram and documentation
- Update uctm-process.puml diagram - Refine process index documentation - Update light theme configuration - Update dependency lock file
1 parent c482340 commit 6de5e35

File tree

5 files changed

+53
-46
lines changed

5 files changed

+53
-46
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ clean:
5656
@rm -rf site 2>/dev/null || true
5757
@rm -rf .venv 2>/dev/null || true
5858
@rm -rf *.lock 2>/dev/null || true
59+
@rm -rf docs/diagrams/out 2>/dev/null || true
5960

6061
.PHONY: install
6162
install: docs-install

docs/diagrams/include/themes/light.puml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ skinparam HyperlinkUnderline true
1616
skinparam HyperlinkColor #ff6f00
1717
skinparam ranksep 40
1818
skinparam nodesep 30
19+
skinparam noteFontColor #000000
1920

2021
skinparam Default {
2122
FontName "Roboto"

docs/diagrams/src/uctm-process.puml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
!option handwritten false
2-
@startuml
2+
@startuml uctm-process
33
!include ../include/themes/light.puml
44

5-
state Planxs {
5+
skinparam noteFontColor #000000
66

7-
[*] -down-> Envision #pink
87

9-
Envision -down-> Discover #blue
10-
Discover -down-> Assess #green
11-
Assess -down-> Chart #yellow
8+
state Plan {
9+
10+
[*] -down-> Envision
11+
12+
Envision -down-> Discover
13+
Discover -down-> Assess
14+
Assess -down-> Chart
1215

1316
Envision: - a shared strategy
1417
Envision: - EKG envisioning
@@ -74,6 +77,6 @@ state Run {
7477
Optimize: - continuously update\n use case tree
7578
}
7679

77-
Optimize --up--> Planxs
80+
Optimize --up--> Plan
7881

7982
@enduml

docs/process/index.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ hide:
33
- toc
44
- navigation
55
description: >-
6-
The Use Case Tree Method process: Plan (strategy & scope), Build (executable
7-
models), and Run (operate & optimize). Learn the three-phase approach to
8-
developing Enterprise Knowledge Graphs.
6+
The Use Case Tree Method process: Plan (strategy & scope), Build
7+
(executable models), and Run (operate & optimize). Learn the
8+
three-phase approach to developing Enterprise Knowledge Graphs.
99
keywords:
1010
- EKG process
1111
- EKG methodology
@@ -15,12 +15,13 @@ keywords:
1515
- development process
1616
schema_type: "WebPage"
1717
---
18+
1819
# Process
1920

2021
=== "Steps"
2122

2223
<div class="grid cards process-cards" markdown>
23-
24+
2425
- <div class="process-card-header process-card-plan">
2526
:material-compass:{ .lg }
2627
<div class="process-card-title">
@@ -29,8 +30,10 @@ schema_type: "WebPage"
2930
</div>
3031
</div>
3132

32-
Strategic vision, stakeholder alignment, and the [Use Case Tree](../concept/use-case-tree.md).
33-
Essential at the start, repeatable at any level---even for individual use cases.
33+
Strategic vision, stakeholder alignment, and the
34+
[Use Case Tree](../concept/use-case-tree.md).
35+
Essential at the start, repeatable at any level---even for
36+
individual use cases.
3437

3538
-----
3639

@@ -39,9 +42,9 @@ schema_type: "WebPage"
3942
- [Assess](./plan/assess.md)
4043
- [Train](./plan/train.md)
4144
- [Chart](./plan/chart.md)
42-
45+
4346
[:octicons-arrow-right-24: Learn more](./plan/index.md)
44-
47+
4548
- <div class="process-card-header process-card-build">
4649
:material-tools:{ .lg }
4750
<div class="process-card-title">
@@ -63,7 +66,7 @@ schema_type: "WebPage"
6366
- [Deliver](./build/deliver.md)
6467

6568
[:octicons-arrow-right-24: Learn more](./build/index.md)
66-
69+
6770
- <div class="process-card-header process-card-run">
6871
:material-rocket-launch:{ .lg }
6972
<div class="process-card-title">
@@ -84,7 +87,7 @@ schema_type: "WebPage"
8487
- [Optimize](./run/optimize.md)
8588

8689
[:octicons-arrow-right-24: Learn more](./run/index.md)
87-
90+
8891
</div>
8992

9093
=== "Diagram"

uv.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)