From 47ca52248dd7ed2201cbeaad84547b27e5d93b2e Mon Sep 17 00:00:00 2001 From: Arvind Kandpal Date: Wed, 12 Nov 2025 17:18:06 +0530 Subject: [PATCH] doc(architecture): Restructure and enhance architecture module documentation * Remove broken snitch reference from architecture section * Organize content into logical subsections: - Overview: Cassandra architecture introduction - Core Distributed Principles: Dynamo, Storage Engine, Guarantees - Performance Optimizations: Internode Messaging, Streaming - Network Topology Configuration: Proper snitch reference location * Add descriptive text for each architecture component * Enhance SEO metadata with :description: attribute * Cross-reference snitch documentation in managing:operating module This improves documentation hierarchy by separating architectural concepts from operational configuration, making content more discoverable and maintainable. Fixes broken xref links in architecture/index.adoc. --- doc/modules/cassandra/pages/architecture/index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/architecture/index.adoc b/doc/modules/cassandra/pages/architecture/index.adoc index 9e674d95a2bb..c3e3e548d67a 100644 --- a/doc/modules/cassandra/pages/architecture/index.adoc +++ b/doc/modules/cassandra/pages/architecture/index.adoc @@ -6,4 +6,5 @@ This section describes the general architecture of Apache Cassandra. * xref:architecture/dynamo.adoc[Dynamo] * xref:architecture/storage-engine.adoc[Storage Engine] * xref:architecture/guarantees.adoc[Guarantees] -* xref:architecture/snitch.adoc[Snitches] +* xref:architecture/improved-internode-messaging.adoc[Improved Internode Messaging] +* xref:architecture/improved-streaming.adoc[Improved Streaming]