Visual guide to navigating Hyper2KVM documentation.
Start Here β Learn Basics β Practice
1. Installation (5 min)
βββ [Installation Guide](getting-started/01-Installation.md)
βββ [Quick Reference](/hyper2kvm/quick-reference/QUICK_REFERENCE.html) - Keep open!
2. First Migration (10 min)
βββ [Quick Start](getting-started/02-Quick-Start.md)
βββ [Beginner Tutorial](tutorials/01-beginner-migration.md)
3. Understanding (30 min)
βββ [Getting Started Guide](getting-started/03-Getting-Started.md)
βββ [FAQ](/hyper2kvm/quick-reference/FAQ.html) - Common questions
βββ [Glossary](/hyper2kvm/quick-reference/GLOSSARY.html) - Learn terms
4. Practice (1-2 hours)
βββ [Common Recipes](recipes/01-common-scenarios.md)
Expand Skills β Batch Operations β Automation
1. Advanced Workflows (2-4 hours)
βββ [Intermediate Tutorial](tutorials/02-intermediate-workflows.md)
βββ [Batch Migration Guide](guides/migration/batch-features.md)
βββ [Migration Playbooks](guides/migration/playbooks.md)
2. OS-Specific Skills
βββ [Windows Migration](os-support/windows/guide.md)
βββ [RHEL/CentOS](os-support/rhel-10.md)
βββ [Ubuntu](os-support/ubuntu-2404.md)
3. Troubleshooting
βββ [Troubleshooting Guide](guides/troubleshooting.md)
βββ [FAQ](/hyper2kvm/quick-reference/FAQ.html)
βββ [Known Issues](reference/failure-modes.md)
4. Features Deep Dive
βββ [Features Hub](features/)
βββ [VMCraft Guide](features/vmcraft/complete-guide.md)
βββ [VMDK Inspector](features/vmdk-inspector.md)
Enterprise Features β Architecture β Optimization
1. Enterprise Deployment (8+ hours)
βββ [Enterprise Tutorial](tutorials/04-enterprise-deployment.md)
βββ [Production Deployment](deployment/PRODUCTION_DEPLOYMENT_GUIDE.md)
βββ [Security Best Practices](guides/security-best-practices.md)
2. Platform Integration
βββ [Kubernetes Integration](deployment/KUBERNETES_INTEGRATION.md)
βββ [OpenShift Guide](deployment/openshift-deployment-guide.md)
βββ [Container Deployment](deployment/container-deployment-guide.md)
3. Advanced Features
βββ [Advanced Tutorial](tutorials/03-advanced-features.md)
βββ [VMCraft Advanced](features/vmcraft/advanced-features.md)
βββ [Worker Protocol](worker/PROTOCOL_SPEC.md)
4. Architecture Understanding
βββ [Architecture](reference/architecture.md)
βββ [Integration Contract](reference/Integration-Contract.md)
βββ [Network Resilience](reference/network-resilience.md)
API Reference β Development β Testing
1. API Documentation
βββ [API Reference](reference/api/API-Reference.md)
βββ [VMCraft API](reference/api/vmcraft.md) - 480+ methods
βββ [Library API](reference/api/library-api.md)
βββ [REST API](worker/REST_API.md)
2. Development Setup
βββ [Building from Source](development/building.md)
βββ [Contributing Guide](development/contributing.md)
βββ [Contributing to Docs](CONTRIBUTING_DOCS.md)
βββ [Testing Guide](development/testing-guide.md)
3. Architecture Deep Dive
βββ [Architecture](reference/architecture.md)
βββ [Daemon Architecture](features/daemon-architecture.md)
βββ [TUI Implementation](development/tui-implementation.md)
4. Integration
βββ [Integration Contract](reference/Integration-Contract.md)
βββ [HyperCtl Integration](reference/HYPERCTL_INTEGRATION.md)
βββ [Manifest Workflow](reference/manifest-workflow.md)
Deployment β Monitoring β Maintenance
1. Deployment Options
βββ [Deployment Hub](deployment/)
βββ [Production Deployment](deployment/PRODUCTION_DEPLOYMENT_GUIDE.md)
βββ [OpenShift Quickstart](deployment/openshift/OPENSHIFT_QUICKSTART.md)
βββ [Kubernetes Integration](deployment/KUBERNETES_INTEGRATION.md)
2. Operations
βββ [Daemon User Guide](features/daemon-user-guide.md)
βββ [Worker Protocol](worker/)
βββ [h2kvmctl Guide](guides/cli/h2kvmctl-guide.md)
3. Monitoring & Troubleshooting
βββ [Test Results](test-results/)
βββ [Troubleshooting Guide](guides/troubleshooting.md)
βββ [Failure Modes](reference/failure-modes.md)
4. Security
βββ [Security Best Practices](guides/security-best-practices.md)
βββ [SECURITY.md](../SECURITY.md)
Quick Path (30 minutes):
βββ [Quick Start](getting-started/02-Quick-Start.md)
βββ [Common Recipes](recipes/01-common-scenarios.md)
βββ Pick OS-specific recipe
Detailed Path (2 hours):
βββ [Installation](getting-started/01-Installation.md)
βββ [Getting Started Guide](getting-started/03-Getting-Started.md)
βββ [Beginner Tutorial](tutorials/01-beginner-migration.md)
βββ [First migration complete!]
Batch Migration Path:
βββ [Intermediate Tutorial](tutorials/02-intermediate-workflows.md)
βββ [Batch Migration Guide](guides/migration/batch-features.md)
βββ [Migration Playbooks](guides/migration/playbooks.md)
βββ [Daemon User Guide](features/daemon-user-guide.md)
Enterprise Path:
βββ [Enterprise Tutorial](tutorials/04-enterprise-deployment.md)
βββ [Deployment Hub](deployment/)
βββ [Kubernetes Integration](deployment/KUBERNETES_INTEGRATION.md) or
[OpenShift Guide](deployment/openshift-deployment-guide.md)
Troubleshooting Path:
βββ [Quick Reference](/hyper2kvm/quick-reference/QUICK_REFERENCE.html) - Check common errors
βββ [FAQ](/hyper2kvm/quick-reference/FAQ.html) - Search for your error
βββ [Troubleshooting Guide](guides/troubleshooting.md)
βββ [Failure Modes](reference/failure-modes.md)
βββ Still stuck? [GitHub Issues](https://github.com/ssahani/hyper2kvm/issues)
Architecture Path:
βββ [Glossary](/hyper2kvm/quick-reference/GLOSSARY.html) - Learn terminology first
βββ [Architecture](reference/architecture.md)
βββ [VMCraft Complete Guide](features/vmcraft/complete-guide.md)
βββ [Features Hub](features/)
βββ [API Reference](reference/api/API-Reference.md)
Kubernetes Path:
βββ [Deployment Hub](deployment/)
βββ [Kubernetes Integration](deployment/KUBERNETES_INTEGRATION.md)
βββ [Worker Protocol](worker/)
βββ [Enterprise Tutorial](tutorials/04-enterprise-deployment.md)
OpenShift Path:
βββ [OpenShift Quickstart](deployment/openshift/OPENSHIFT_QUICKSTART.md)
βββ [OpenShift Guide](deployment/openshift-deployment-guide.md)
βββ [Test Results](test-results/OPENSHIFT_TEST_SUMMARY.md)
Windows Migration Path:
βββ [Windows Guide](os-support/windows/guide.md)
βββ [Windows Driver Injection](os-support/windows/driver-injection.md)
βββ [Windows Networking](os-support/windows/networking.md)
βββ [Windows Troubleshooting](os-support/windows/troubleshooting.md)
API Documentation Path:
βββ [Quick Reference](reference/api/quick-reference.md) - Start here
βββ [Library API](reference/api/library-api.md) - Python usage
βββ [API Reference](reference/api/API-Reference.md) - Complete reference
βββ [VMCraft API](reference/api/vmcraft.md) - 480+ methods
migration/
βββ Basics
β βββ [Quick Start](getting-started/02-Quick-Start.md)
β βββ [Beginner Tutorial](tutorials/01-beginner-migration.md)
β βββ [Common Recipes](recipes/01-common-scenarios.md)
β
βββ Batch Operations
β βββ [Batch Migration Guide](guides/migration/batch-features.md)
β βββ [Intermediate Tutorial](tutorials/02-intermediate-workflows.md)
β βββ [Migration Playbooks](guides/migration/playbooks.md)
β
βββ Advanced
β βββ [Advanced Tutorial](tutorials/03-advanced-features.md)
β βββ [Live Migration](guides/migration/playbooks.md#live-fix)
β
βββ Enterprise
βββ [Enterprise Tutorial](tutorials/04-enterprise-deployment.md)
βββ [Production Deployment](deployment/PRODUCTION_DEPLOYMENT_GUIDE.md)
features/
βββ Core Features
β βββ [VMCraft Engine](features/vmcraft/complete-guide.md)
β βββ [fstab Stabilization](features/fstab-stabilization.md)
β βββ [Enhanced Chroot](features/enhanced-chroot.md)
β βββ [XFS UUID Regeneration](features/xfs-uuid-regeneration.md)
β
βββ Inspection & Validation
β βββ [VMDK Inspector](features/vmdk-inspector.md)
β βββ [VMDK Validation](features/vmdk-validation.md)
β βββ [BusLogic Auto-Fix](features/buslogic-auto-fix.md)
β
βββ Automation
β βββ [Daemon Mode](features/daemon-mode.md)
β βββ [Daemon Architecture](features/daemon-architecture.md)
β βββ [Systemd Integration](features/systemd-integration.md)
β
βββ VMCraft Advanced
βββ [Advanced Features](features/vmcraft/advanced-features.md)
βββ [OS Detection](features/vmcraft/os-detection.md)
βββ [Windows Support](features/vmcraft/windows-support.md)
βββ [Augeas Guide](features/vmcraft-augeas-guide.md)
βββ [LVM Guide](features/vmcraft-lvm-guide.md)
βββ [Performance Guide](features/vmcraft-performance-guide.md)
os-support/
βββ Linux
β βββ [RHEL/CentOS/Rocky](os-support/rhel-10.md)
β βββ [Ubuntu/Debian](os-support/ubuntu-2404.md)
β βββ [SUSE/openSUSE](os-support/suse.md)
β βββ [Photon OS](os-support/photon-os.md)
β
βββ Windows
βββ [Windows Guide](os-support/windows/guide.md)
βββ [Boot Cycle](os-support/windows/boot-cycle.md)
βββ [Networking](os-support/windows/networking.md)
βββ [Driver Injection](os-support/windows/driver-injection.md)
βββ [Troubleshooting](os-support/windows/troubleshooting.md)
deployment/
βββ Container Platforms
β βββ [Container Deployment](deployment/container-deployment-guide.md)
β βββ [Docker/Podman Usage](deployment/)
β
βββ Kubernetes
β βββ [Kubernetes Integration](deployment/KUBERNETES_INTEGRATION.md)
β βββ [KubeVirt Integration](deployment/KUBEVIRT_INTEGRATION.md)
β βββ [Operator Guide](deployment/v1.4.0-operator.md)
β
βββ OpenShift
β βββ [OpenShift Quickstart](deployment/openshift/OPENSHIFT_QUICKSTART.md)
β βββ [OpenShift Guide](deployment/openshift-deployment-guide.md)
β βββ [OpenShift Features](deployment/OPENSHIFT_FEATURES_SUMMARY.md)
β
βββ Production
βββ [Production Deployment](deployment/PRODUCTION_DEPLOYMENT_GUIDE.md)
βββ [Deployment Quickref](deployment/DEPLOYMENT_QUICKREF.md)
docs/
β
βββ π Core Documents (Always Start Here)
β βββ index.md ............................ Main hub
β βββ QUICK_REFERENCE.md .................. 1-page reference
β βββ GLOSSARY.md ......................... All terms
β βββ FAQ.md .............................. 25+ Q&A
β βββ CONTRIBUTING_DOCS.md ................ Doc contribution
β βββ DOCUMENTATION_CHANGELOG.md .......... Track changes
β βββ NAVIGATION_MAP.md ................... This file
β
βββ π getting-started/ ..................... New users
β βββ README.md ........................... Hub
β βββ 01-Installation.md .................. Install (5 min)
β βββ 02-Quick-Start.md ................... First migration (10 min)
β βββ 03-Getting-Started.md ............... Complete intro
β
βββ π tutorials/ ........................... Step-by-step learning
β βββ README.md ........................... Hub
β βββ 01-beginner-migration.md ............ 0-2 hours
β βββ 02-intermediate-workflows.md ........ 2-8 hours
β βββ 03-advanced-features.md ............. 8+ hours
β βββ 04-enterprise-deployment.md ......... Enterprise
β
βββ π³ recipes/ ............................. Quick solutions
β βββ README.md ........................... Hub
β βββ 01-common-scenarios.md .............. 10 recipes
β
βββ π οΈ guides/ ............................. Task guides
β βββ README.md ........................... Hub
β βββ cli/ ................................ CLI reference
β βββ migration/ .......................... Migration workflows
β βββ tui/ ................................ Terminal UI
β βββ configuration/ ...................... Config guides
β βββ cookbook.md ......................... Quick recipes
β βββ security-best-practices.md .......... Security
β βββ troubleshooting.md .................. Fix issues
β βββ [more guides]
β
βββ π§ features/ ............................ Features
β βββ README.md ........................... Hub
β βββ vmcraft/ ............................ VMCraft engine
β βββ vmdk-inspector.md ................... VMDK analysis
β βββ xfs-uuid-regeneration.md ............ UUID fixes
β βββ fstab-stabilization.md .............. fstab repair
β βββ [20+ feature docs]
β
βββ π₯οΈ os-support/ .......................... OS-specific
β βββ README.md ........................... Hub
β βββ windows/ ............................ Windows guides
β βββ rhel-10.md .......................... RHEL/CentOS
β βββ ubuntu-2404.md ...................... Ubuntu
β βββ [more OS guides]
β
βββ π’ deployment/ .......................... Deployment
β βββ README.md ........................... Hub
β βββ openshift/ .......................... OpenShift
β βββ releases/ ........................... Release notes
β βββ [25+ deployment docs]
β
βββ π worker/ .............................. Worker protocol
β βββ README.md ........................... Hub
β βββ QUICKSTART.md ....................... Quick start
β βββ PROTOCOL_SPEC.md .................... Specification
β βββ REST_API.md ......................... REST API
β
βββ π¬ test-results/ ........................ Test results
β βββ README.md ........................... Hub
β βββ [9 test reports]
β
βββ π reference/ ........................... Technical ref
β βββ README.md ........................... Hub
β βββ api/ ................................ API docs
β βββ architecture.md ..................... Architecture
β βββ dependencies.md ..................... Dependencies
β βββ [15+ reference docs]
β
βββ π₯ development/ ......................... Development
βββ README.md ........................... Hub
βββ contributing.md ..................... Contribute
βββ building.md ......................... Build from source
βββ [10+ dev docs]
Links to:
Links to:
Links to:
Links to:
Link to each other (progression): Beginner β Intermediate β Advanced β Enterprise
Also link to:
Link to:
1. Know what you want?
2. Have a specific question?
3. Donβt know a term?
4. Want to learn?
5. Need to do something specific?
6. Getting an error?
7. Want technical details?
1. QUICK_REFERENCE.md (skim, keep open)
2. getting-started/01-Installation.md (5 min)
3. getting-started/02-Quick-Start.md (10 min)
4. tutorials/01-beginner-migration.md (2 hours)
5. recipes/ (as needed)
6. FAQ.md (reference)
7. GLOSSARY.md (reference)
1. tutorials/04-enterprise-deployment.md
2. deployment/PRODUCTION_DEPLOYMENT_GUIDE.md
3. deployment/KUBERNETES_INTEGRATION.md or openshift-deployment-guide.md
4. guides/security-best-practices.md
5. features/ (relevant features)
6. test-results/ (validation)
1. GLOSSARY.md (learn terminology)
2. reference/architecture.md
3. reference/api/API-Reference.md
4. development/contributing.md
5. development/building.md
6. development/testing-guide.md
β DO:
β DONβT:
t - File finder/ - Search filesb - Browse filesy - Get permalink? - Show shortcutsLast Updated: February 2026 Documentation Version: 2.1.0