Skip to content
Merged
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
18 changes: 9 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
Loading