Skip to content

Commit ae5b3a0

Browse files
committed
Single BlueMatter title with gradient, hero bg glow, shorter doc titles
1 parent e90348b commit ae5b3a0

24 files changed

+35
-45
lines changed

docs/architecture/call-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bluematter - Complete Call Flows (Function-by-Function)
1+
# Call Flows
22

33
Every function call in the main sync path, traced from CLI entry to disk write.
44
Shows exact arguments, return values, and where each call happens.

docs/architecture/codec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Codec Module -- Wire Format & Deserialization
1+
# Codec
22

33
## Overview
44

docs/architecture/consensus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Consensus Module -- Ouroboros Praos
1+
# Consensus
22

33
## Overview
44

docs/architecture/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Crypto Module -- Cryptographic Primitives
1+
# Crypto
22

33
## Overview
44

docs/architecture/ledger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ledger Module -- State Machine & Validation
1+
# Ledger
22

33
## Overview
44

docs/architecture/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Network Module -- Ouroboros Mini-Protocols
1+
# Network
22

33
## Overview
44

docs/architecture/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node Module -- Orchestration & Lifecycle
1+
# Node
22

33
## Overview
44

docs/architecture/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bluematter Architecture Overview
1+
# Overview
22

33
Bluematter is an independent Cardano full-node implementation in pure Python.
44
It implements the Ouroboros Praos consensus protocol, the Conway-era ledger

docs/cardano/current-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cardano Ecosystem: Current State and Roadmap (March 2026)
1+
# Current State
22

33
*Last updated: 2026-03-12*
44

docs/cardano/eras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cardano Eras: Complete Hard Fork History
1+
# Era Evolution
22

33
> Comprehensive reference for all Cardano eras, hard forks, protocol versions, and
44
> ledger rule changes. Accurate as of March 2026.

0 commit comments

Comments
 (0)