Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ CobaltCore is built on top of OpenStack and IronCore, leveraging their capabilit
- [**HA Service**](./cluster#ha-service): The high availability service that ensures critical workloads remain operational even in the event of failures.
- [**Cortex**](./cortex): Smart initial placement and scheduling service for compute, storage, and network in cloud-native cloud environments.
- [**Ceph**](./ceph): An all-in-one storage system that provides object, block, and file storage and delivers extraordinary scalability.
- [**Rook-Ceph Installation**](./rook-ceph-install): A procedure for deploying
the all-in-one storage system that provides object, block, and file storage
and delivers extraordinary scalability.
Comment on lines +17 to +19
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Link target and section placement look misaligned with the documented move to Usage.

Line 17 still adds an installation guide entry under Architecture and points to ./rook-ceph-install. Based on the PR discussion, this procedure was moved to docs/usage/rook-ceph-install.md; please either link to the usage path (or remove this architecture index entry and keep a short cross-link from architecture docs only).

Suggested minimal change
-- [**Rook-Ceph Installation**](./rook-ceph-install): A procedure for deploying
-  the all-in-one storage system that provides object, block, and file storage
-  and delivers extraordinary scalability. 
+- [**Rook-Ceph Installation (Usage Guide)**](../usage/rook-ceph-install): Deployment procedure for Rook-Ceph.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [**Rook-Ceph Installation**](./rook-ceph-install): A procedure for deploying
the all-in-one storage system that provides object, block, and file storage
and delivers extraordinary scalability.
- [**Rook-Ceph Installation (Usage Guide)**](../usage/rook-ceph-install): Deployment procedure for Rook-Ceph.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/architecture/index.md` around lines 17 - 19, The "Rook-Ceph
Installation" entry in the Architecture index still points to
./rook-ceph-install and belongs in Usage; update the link target for the
"[**Rook-Ceph Installation**]" entry to the new usage location (e.g.,
docs/usage/rook-ceph-install.md) or remove the entry from this architecture
index and replace it with a short cross-reference sentence linking to the usage
page (keep the link text "[**Rook-Ceph Installation**]" or a brief cross-link as
appropriate).

Loading
Loading