Welcome to the Posit Team Dedicated (PTD) documentation.
- PTD CLI Reference - Complete CLI command documentation
- Adding Config Options - How to add new configuration options to Team Operator
- Config Flow - How configuration flows from YAML through Go to Python
- Step Dependencies - The step execution pipeline and dependencies
- Pulumi Conventions - Pulumi-specific patterns and resource naming
- Team Operator Overview - Understanding the Kubernetes operator
- Monitoring - The Grafana monitoring stack
- Kubernetes Guide - Kubernetes-specific documentation
- Known Issues - Known issues and rough edges
docs/
├── architecture/ # Architecture documentation
├── cli/ # PTD CLI documentation
├── team-operator/ # Team Operator documentation
├── guides/ # How-to guides
└── infrastructure/ # Infrastructure documentation
When adding new features:
- Update relevant documentation in this structure
- Use the
/update-docsskill to identify which docs need updating - Keep examples up-to-date and runnable