diff --git a/docs/README.md b/docs/README.md index a3c24ae7..da2eb4da 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,24 +19,24 @@ Documentation spans the full lifecycle — from provisioning Azure infrastructur ## 👤 Audience Guide -| Role | Start here | -|------------------------|-------------------------------------------------------------------------------------------------------------------| -| First-time deployer | Getting Started (coming soon), then [Deploy](https://github.com/microsoft/physical-ai-toolchain/tree/main/deploy) | -| ML / Robotics engineer | [Training](training/lerobot-training.md) and Inference (coming soon) | -| Platform operator | [Operations](operations/README.md) and [Security Guide](operations/security-guide.md) | -| Contributor | [Contributing](contributing/README.md) | +| Role | Start here | +|------------------------|----------------------------------------------------------------------------------------------------------------------------------| +| First-time deployer | [Getting Started](getting-started/README.md), then [Deploy](https://github.com/microsoft/physical-ai-toolchain/tree/main/deploy) | +| ML / Robotics engineer | [Training](training/lerobot-training.md) and Inference (coming soon) | +| Platform operator | [Operations](operations/README.md) and [Security Guide](operations/security-guide.md) | +| Contributor | [Contributing](contributing/README.md) | ## 📖 Documentation Index | Section | Description | Status | |-------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|-------------| -| Getting Started | Environment setup, prerequisites, and first deployment walkthrough | Coming soon | +| [Getting Started](getting-started/README.md) | Environment setup, prerequisites, and first deployment walkthrough | Available | | [Deploy](https://github.com/microsoft/physical-ai-toolchain/tree/main/deploy) | Infrastructure provisioning with Terraform, AKS cluster setup, and networking | Available | -| Training | Model training pipelines with Isaac Lab, AzureML jobs, and OSMO orchestration | Coming soon | +| [Training](training/README.md) | Model training pipelines with Isaac Lab, AzureML jobs, and OSMO orchestration | Available | | Inference | Serving trained policies for real-time control on edge and cloud | Coming soon | | Workflows | AzureML and OSMO job templates, pipeline configuration, and submission scripts | Coming soon | | [Operations](operations/README.md) | Monitoring, scaling, troubleshooting, and cost management for running clusters | Available | -| Security | Identity, networking, compliance, and hardening for production deployments | Coming soon | +| [Security](security/README.md) | Identity, networking, compliance, and hardening for production deployments | Available | | [Reference](reference/README.md) | CLI parameter tables, script usage, workflow templates, and configuration reference | Available | | [Contributing](contributing/README.md) | Contribution guidelines, PR process, deployment validation, and coding conventions | Available |