You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(ui): refine header hierarchy and markdown formatting
- Adjusted H2-H6 font sizes and weights for a subtler look
- Removed default border-bottom from H2 for a sleeker layout
- Improved typography letter-spacing and line-height for headings
- Refined markdown formatting and wrapping in docs/index.md
Copy file name to clipboardExpand all lines: docs/index.md
+50-29Lines changed: 50 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,21 @@ keywords:
13
13
- knowledge graph methodology
14
14
schema_type: "WebSite"
15
15
hide:
16
-
- navigation
17
-
- toc
16
+
- navigation
17
+
- toc
18
18
---
19
19
20
20
<divclass="hero-container"markdown="1">
21
21
22
22
# Use Case Tree Method
23
23
24
-
Deliver strategic business value and agility through connected enterprise
25
-
knowledge — one use case at a time.
24
+
Deliver strategic business value and agility through connected
25
+
enterprise knowledge — one use case at a time.
26
26
27
27
<divclass="hero-buttons"markdown="1">
28
28
29
-
[Explore the Use Case Tree](concept/use-case-tree.md){ .md-button .md-button--primary }
29
+
[Explore the Use Case Tree](concept/use-case-tree.md){ .md-button
30
+
.md-button--primary }
30
31
[Browse example use cases](https://catalog.ekgf.org/){ .md-button }
31
32
32
33
</div>
@@ -66,42 +67,62 @@ knowledge — one use case at a time.
66
67
67
68
## What is the Use Case Tree Method?
68
69
69
-
The **Use Case Tree Method** is a business-owned approach to turn strategy into reusable EKG components — without [boiling the ocean](objective/avoid-boiling-the-ocean.md).
70
+
The **Use Case Tree Method** is a business-owned approach to turn
71
+
strategy into reusable EKG components — without
72
+
[boiling the ocean](objective/avoid-boiling-the-ocean.md).
70
73
71
-
Strategic capabilities like _[Enterprise Risk Management](https://catalog.ekgf.org/use-case/risk-management/)_ or _[Client 360](https://catalog.ekgf.org/use-case/client-360/)_ are broken down into smaller use cases that you can — and should — deliver first. Each use case is a [reusable](objective/enable-reuse.md)[building block](objective/modularity.md) (see ["Modularity Managed"](objective/modularity.md)).
or _[Client 360](https://catalog.ekgf.org/use-case/client-360/)_ are
77
+
broken down into smaller use cases that you can — and should — deliver
78
+
first. Each use case is a [reusable](objective/enable-reuse.md)
79
+
[building block](objective/modularity.md) (see
80
+
["Modularity Managed"](objective/modularity.md)).
72
81
73
82
### The Use Case Tree in one sentence
74
83
75
-
The [Use Case Tree](concept/use-case-tree.md) is a high-level map of the
76
-
capabilities your enterprise plans to build — broken down into use cases with
77
-
dependencies, so you can deliver in the right order.
84
+
The [Use Case Tree](concept/use-case-tree.md) is a high-level map of
85
+
the capabilities your enterprise plans to build — broken down into use
86
+
cases with dependencies, so you can deliver in the right order.
78
87
79
-
-**Plan**: Long-term [data strategy](objective/align-with-business-strategy.md) and business capability plan.
88
+
-**Plan**: Long-term
89
+
[data strategy](objective/align-with-business-strategy.md) and
90
+
business capability plan.
80
91
-**Scope**: High-level requirements overview and dependency model.
81
-
-**Align**: One single artifact for business, data, and technology specialists.
92
+
-**Align**: One single artifact for business, data, and technology
93
+
specialists.
82
94
83
95
</div>
84
96
85
97
## Explore the Method
86
98
87
99
<divclass="grid cards"markdown>
88
100
89
-
- :material-target: __Objectives__
90
-
91
-
Why the method works: [interoperability](objective/interoperability.md), [reuse](objective/enable-reuse.md), [modularity](objective/modularity.md), [quality](objective/increase-quality.md), [alignment](objective/align-with-business-strategy.md), and more.
92
-
93
-
[:octicons-arrow-right-24: Explore the objectives](objective/index.md)
94
-
95
-
- :material-lightbulb-outline: __Concepts__
96
-
97
-
The core building blocks: [use case](concept/use-case.md), [outcome](concept/outcome.md), [workflow](concept/workflow.md), [terms](concept/term.md), and more.
0 commit comments