All checks were successful
CI / verify (push) Successful in 2m33s
Add canonical operations/security/access/feature docs and fix path integrity to improve onboarding and incident readiness.
46 lines
1.6 KiB
Markdown
Executable File
46 lines
1.6 KiB
Markdown
Executable File
# CBDDC Documentation Index
|
|
|
|
This folder contains operational and engineering documentation for CBDDC.
|
|
|
|
## Core Documentation
|
|
|
|
- [Architecture](architecture.md)
|
|
- [Deployment](deployment.md)
|
|
- [Runbook](runbook.md)
|
|
- [Security](security.md)
|
|
- [Access and Permissions](access.md)
|
|
- [Troubleshooting](troubleshooting.md)
|
|
|
|
## Feature Documentation
|
|
|
|
- [Feature Inventory](features/README.md)
|
|
- [Selective Collection Sync](features/selective-collection-sync.md)
|
|
- [Peer-to-Peer Gossip Sync](features/peer-to-peer-gossip-sync.md)
|
|
- [Secure Peer Transport](features/secure-peer-transport.md)
|
|
- [Peer-Confirmed Pruning](features/peer-confirmed-pruning.md)
|
|
|
|
## Additional Technical References
|
|
|
|
- [Getting Started](getting-started.md)
|
|
- [API Reference](api-reference.md)
|
|
- [Conflict Resolution](conflict-resolution.md)
|
|
- [Persistence Providers](persistence-providers.md)
|
|
- [Network Telemetry](network-telemetry.md)
|
|
- [Dynamic Reconfiguration](dynamic-reconfiguration.md)
|
|
- [Remote Peer Configuration](remote-peer-configuration.md)
|
|
- [Upgrade: Peer-Confirmed Pruning](upgrade-peer-confirmed-pruning.md)
|
|
- [Peer Deprecation and Removal Runbook](peer-deprecation-removal-runbook.md)
|
|
- [Database Sync Manager Design](database-sync-manager-design.md)
|
|
|
|
## Deployment-Specific Guides
|
|
|
|
- [Deployment Modes](deployment-modes.md)
|
|
- [Deployment (LAN)](deployment-lan.md)
|
|
- [Production Hardening](production-hardening.md)
|
|
|
|
## Documentation Conventions
|
|
|
|
- Use lowercase kebab-case for markdown files.
|
|
- Keep canonical operational docs at the top level under `docs/`.
|
|
- Store major feature documentation in `docs/features/` and keep `docs/features/README.md` updated.
|