Skip to content

Commit 666720f

Browse files
h4x3rotabclaude
andcommitted
docs: update README links for consolidated docs
- Use Cases: point to single confidential-ai.md instead of separate inference.md, agents.md, training.md - Fix security.md → security-model.md (file was renamed) - Add security-best-practices.md to Reference section - Delete old docs: inference.md, agents.md, training.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1dd6d62 commit 666720f

4 files changed

Lines changed: 4 additions & 701 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Your container runs inside a Confidential VM (Intel TDX) with optional GPU isola
7575

7676
- **VMM**: Runs on bare-metal TDX hosts. Parses docker-compose files directly — no app changes needed. Boots CVMs from a reproducible OS image. Allocates CPU, memory, and confidential GPU resources.
7777

78-
[Full security model →](./docs/security.md)
78+
[Full security model →](./docs/security-model.md)
7979

8080
## SDKs
8181

@@ -91,9 +91,7 @@ Apps communicate with the guest agent via HTTP over `/var/run/dstack.sock`. Use
9191
## Documentation
9292

9393
**Use Cases**
94-
- [Private Inference](./docs/inference.md) - vLLM with attestation
95-
- [Secure Agents](./docs/agents.md) - LangChain/Claude SDK with protected credentials
96-
- [Confidential Training](./docs/training.md) - Fine-tuning on sensitive data
94+
- [Confidential AI](./docs/confidential-ai.md) - Inference, agents, and training with hardware privacy
9795

9896
**Guides**
9997
- [Usage Guide](./docs/usage.md) - Deploying and managing apps
@@ -102,7 +100,8 @@ Apps communicate with the guest agent via HTTP over `/var/run/dstack.sock`. Use
102100
- [VMM CLI Guide](./docs/vmm-cli-user-guide.md) - Command-line deployment
103101

104102
**Reference**
105-
- [Security](./docs/security.md) - Threat model and best practices
103+
- [Security Model](./docs/security-model.md) - Threat model and trust boundaries
104+
- [Security Best Practices](./docs/security-best-practices.md) - Production hardening
106105
- [CVM Boundaries](./docs/cvm-boundaries.md) - Information exchange and isolation
107106
- [App Compose Format](./docs/normalized-app-compose.md) - Compose file specification
108107
- [Gateway](./docs/dstack-gateway.md) - Gateway configuration

docs/agents.md

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)