Skip to content

Commit 7986436

Browse files
committed
Update Architecture.md to remove layer-specific references
- Remove 'three-layer architecture' from title and overview - Change 'The Three Layers' section to 'Core Architecture' - Remove 'The **Attribute layer**' bold formatting - Remove DebugServer unified interface statement - Simplify architecture description while maintaining technical accuracy
1 parent 29a65b6 commit 7986436

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Sources/OpenAttributeGraph/OpenAttributeGraph.docc/Architecture.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Architecture
22

3-
Understanding OpenAttributeGraph's three-layer architecture: Attributes, Graph, and Runtime.
3+
Understanding OpenAttributeGraph's architecture: Attributes, Graph, and Runtime.
44

55
## Overview
66

7-
OpenAttributeGraph is built around a three-layer architecture that provides a complete reactive programming system. Each layer serves a specific purpose in the overall framework, working together to deliver high-performance reactive updates.
7+
OpenAttributeGraph is built around an architecture that provides a complete reactive programming system. Each layer serves a specific purpose in the overall framework, working together to deliver high-performance reactive updates.
88

9-
## The Three Layers
9+
## Core Architecture
1010

1111
### Attribute Layer
1212

13-
The **Attribute layer** forms the foundation of the reactive system, providing the building blocks for trackable, reactive values.
13+
The Attribute layer forms the foundation of the reactive system, providing the building blocks for trackable, reactive values.
1414

1515
#### Core Concepts
1616

@@ -153,6 +153,4 @@ Each layer provides debugging capabilities:
153153

154154
- Attribute layer: Inspect individual attribute values and states
155155
- Graph layer: Visualize dependency relationships and update cycles
156-
- Runtime layer: Examine type metadata and memory layout
157-
158-
The ``DebugServer`` provides a unified interface for debugging across all layers.
156+
- Runtime layer: Examine type metadata and memory layout

0 commit comments

Comments
 (0)