Skip to content

Commit 2ac0ee0

Browse files
committed
chore(docs): update architecture and tag details
Simplified the architecture section by removing the Node architecture details to reference it as a work-in-progress found in release v0.2.0. Updated tags in multiple documentation files, aligning them with the current scope of content and removing outdated references to the Node architecture. These changes aim to streamline the documentation by focusing on existing, fully developed components while acknowledging ongoing development work separately.
1 parent f477f9c commit 2ac0ee0

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

docs/arch/overview.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,8 @@ tags:
1010
# Anoma architecture
1111

1212
The Anoma architecture is the blueprint that defines the structure and behaviour
13-
of the components that make up the Anoma protocol. There are two high-level
14-
components: the Node architecture and the System architecture.
15-
16-
## Node architecture
17-
18-
Details the internal composition of individual nodes:
19-
20-
- [[Engine|Engine-based modular architecture]]
21-
- [[Anoma Message|Inter-engine communication protocols]]
22-
- [[Engine Behaviour|Engine-specific behaviours and responsibilities]]
23-
13+
of the components that make up the Anoma protocol. There is one high-level
14+
component: the System architecture[^1].
2415

2516
## System architecture
2617

@@ -30,3 +21,5 @@ including:
3021
- Distributed state management <!-- and consensus -->
3122
- Core data types and data flow for Network operations
3223
- System-wide properties and guarantees
24+
25+
[^1]: The Node architecture is a work-in-progress and can be found in the [v0.2.0](https://specs.anoma.net/v0.2.0/) release.

docs/arch/system/state/resource_machine/notes/runnable.juvix.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ icon: octicons/container-24
44
search:
55
exclude: false
66
tags:
7-
- node-architecture
8-
- ordering-subsystem
9-
- engine
10-
- executor
11-
- environment
7+
- resource-machine
128
---
139

1410
??? code "Juvix imports"

docs/prelude.juvix.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ icon: material/file-document-outline
33
search:
44
exclude: false
55
tags:
6-
- node-architecture
76
- prelude
87
- index
98
---

docs/tutorial/md/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@ search:
3333
exclude: false
3434
boost: 3
3535
tags:
36-
- node-architecture
3736
- harware-subsystem
38-
- engine
3937
- logging
40-
- message-types
4138
---
4239
```
4340

0 commit comments

Comments
 (0)