Complete catalog of all IPFS Kit documentation organized by topic.
- Project Documentation - Roadmaps, completion summaries
- Implementation - Phase summaries, blueprints
- Architecture - Design docs, module organization
- Testing - Test coverage, migration guides
- Migration - Migration guides for various components
- Integration - Integration with MCP, CLI, backends
- Features - Feature-specific documentation
- Guides - How-to guides and tutorials
- API Reference - API documentation
- Deployment - Docker, CI/CD, systemd
- Development - Contributing, testing guides
Location: docs/project/
High-level project status, roadmaps, and completion summaries.
| File | Description |
|---|---|
| ROADMAP_IMPLEMENTATION_SUMMARY.md | Complete roadmap status (Phases 1-14) |
| FINAL_PROJECT_COMPLETION.md | Final project completion report |
| PROJECT_COMPLETION_SUMMARY.md | Executive summary of project completion |
| COMPREHENSIVE_REFACTORING_COMPLETE.md | Comprehensive refactoring summary |
| COMPREHENSIVE_DOCUMENTATION_OVERHAUL.md | Documentation overhaul summary |
| DOCUMENTATION_AUDIT_FINDINGS.md | Documentation audit results |
| REFACTORING_COMPLETE_SUMMARY.md | Refactoring completion status |
Location: docs/implementation/phases/
Phase-by-phase implementation summaries and blueprints.
| File | Description |
|---|---|
| PHASE1_IMPLEMENTATION_COMPLETE.md | Phase 1 completion summary |
| COMPREHENSIVE_REFACTORING_PHASE1_SUMMARY.md | Phase 1 refactoring details |
| COMPREHENSIVE_REFACTORING_PHASE2_SUMMARY.md | Phase 2 refactoring details |
| PHASES_8_9_IMPLEMENTATION_COMPLETE.md | Phases 8-9 completion |
| PHASE_8_12_FEATURES.md | Phases 8-12 feature documentation |
| MEDIUM_TERM_IMPLEMENTATION_BLUEPRINT.md | Medium-term implementation plan |
Location: docs/implementation/
Detailed implementation summaries for specific features.
| File | Description |
|---|---|
| IMPLEMENTATION_COMPLETE_SUMMARY.md | Overall implementation summary |
| (140+ additional implementation docs in subdirectories) | Various feature implementations |
Location: docs/architecture/
Architecture design documents and system organization.
| File | Description |
|---|---|
| ARCHITECTURE_MODULE_ORGANIZATION.md | Module structure and organization |
| CLI_MCP_ARCHITECTURE_AUDIT.md | CLI and MCP architecture review |
| MCP_CONTROLLER_CONSOLIDATION.md | MCP controller consolidation strategy |
| REFACTORED_ARCHITECTURE_README.md | Refactored architecture overview |
| BACKEND_ARCHITECTURE_VISUAL_SUMMARY.md | Backend architecture visualization |
| FILESYSTEM_BACKEND_ARCHITECTURE_REVIEW.md | Filesystem backend design |
| MCP_INTEGRATION_ARCHITECTURE.md | MCP integration architecture |
Location: docs/testing/
Test coverage reports, migration guides, and testing strategies.
| File | Description |
|---|---|
| TEST_COVERAGE_COMPREHENSIVE.md | Comprehensive test coverage report |
| TEST_COVERAGE_GAP_ANALYSIS_FINAL.md | Test coverage gap analysis |
| TEST_COVERAGE_REPORT_PHASE_8_12.md | Phases 8-12 test coverage |
| TEST_MIGRATION_COMPLETE.md | Test migration completion status |
| TEST_ARCHITECTURE_COMPATIBILITY_REVIEW.md | Test architecture review |
| 100_PERCENT_COVERAGE_INITIATIVE.md | Path to 100% coverage |
| ROADMAP_TO_100_PERCENT_COVERAGE.md | Coverage improvement roadmap |
Location: docs/migration/
Migration guides for upgrading components.
| File | Description |
|---|---|
| MCP_SERVER_MIGRATION_GUIDE.md | MCP server migration guide |
| SECRETS_MIGRATION_GUIDE.md | Secrets management migration |
| ANYIO_MIGRATION_COMPLETE.md | Anyio migration completion |
| ANYIO_MIGRATION_STATUS.md | Anyio migration status |
Location: docs/integration/
Integration guides for various systems and components.
| File | Description |
|---|---|
| BACKEND_AUDIT_INTEGRATION.md | Backend audit integration |
| CLI_MCP_IMPLEMENTATION_PLAN.md | CLI-MCP implementation plan |
| UNIFIED_CLI_MCP_INTEGRATION.md | Unified CLI-MCP integration |
| INTEGRATION_OVERVIEW.md | Integration overview |
| INTEGRATION_QUICK_START.md | Quick start for integrations |
| IPFS_DATASETS_INTEGRATION.md | IPFS datasets integration |
Location: docs/features/
Feature-specific documentation organized by feature area.
| File | Description |
|---|---|
| BUCKET_SYSTEM_IMPROVEMENTS.md | Bucket system improvements |
| BUCKET_SYSTEM_REVIEW_SUMMARY.md | Bucket system review |
| STORAGE_FEATURES_DOCUMENTATION_COMPLETE.md | Storage features documentation |
| File | Description |
|---|---|
| AUTO_HEALING.md | Auto-healing overview |
| AUTO_HEALING_QUICKSTART.md | Quick start guide |
| AUTO_HEALING_WORKFLOWS.md | Workflow configuration |
| File | Description |
|---|---|
| PIN_MANAGEMENT_GUIDE.md | Pin management guide |
| PIN_QUICK_START.md | Quick start guide |
| FILECOIN_PIN_USER_GUIDE.md | Filecoin pin guide |
| File | Description |
|---|---|
| VFS_MANAGEMENT_CONSOLIDATION.md | VFS management consolidation |
- MONITORING_GUIDE.md - Monitoring setup
- ENCRYPTED_CONFIG_GUIDE.md - Encrypted configuration
- P2P_WORKFLOW_GUIDE.md - P2P workflows
- DEPENDENCY_MANAGEMENT.md - Dependency management
Location: docs/guides/
How-to guides and tutorials.
| File | Description |
|---|---|
| VALIDATION_QUICK_START.md | Validation quick start |
| DOCUMENTATION_GUIDE.md | Documentation writing guide |
| SECURE_CREDENTIALS_GUIDE.md | Secure credentials guide |
| CLUSTER_DEPLOYMENT_GUIDE.md | Cluster deployment guide |
| REORGANIZATION_GUIDE.md | Repository reorganization |
Location: docs/api/
Complete API documentation.
| File | Description |
|---|---|
| api_reference.md | Complete API reference |
| cli_reference.md | CLI command reference |
| core_concepts.md | Core concepts |
| high_level_api.md | High-level API guide |
Location: docs/deployment/
Deployment guides for various platforms.
| File | Description |
|---|---|
| DOCKER_QUICK_START.md | Docker quick start |
| DOCKER_MULTIARCH_SUMMARY.md | Multi-architecture Docker |
| File | Description |
|---|---|
| CI_CD.md | CI/CD overview |
| AUTO_HEALING_COMPLETE.md | Auto-healing CI/CD |
| GITHUB_RUNNER_SETUP.md | GitHub runner setup |
| File | Description |
|---|---|
| ARM64_IMPLEMENTATION_SUMMARY.md | ARM64 implementation |
| ARM64_MONITORING_GUIDE.md | ARM64 monitoring |
Location: docs/development/
Development guides and testing information.
| File | Description |
|---|---|
| testing_guide.md | Testing guide |
| async_architecture.md | Async architecture |
Location: docs/
Core documentation files at the root of docs directory.
| File | Description |
|---|---|
| README.md | Main documentation index |
| QUICK_REFERENCE.md | Quick reference guide |
| installation_guide.md | Installation guide |
| index.md | Documentation home |
Setting Up:
Understanding the Project:
Implementing Features:
Testing:
Deploying:
To add new documentation:
- Place files in appropriate subdirectory
- Update this index
- Add cross-references in related docs
- Follow naming conventions (UPPERCASE_WITH_UNDERSCORES.md)
Last Updated: February 3, 2026
Total Documentation Files: 300+
Status: Complete and organized