@@ -3,7 +3,7 @@ site_name: dstack
33site_url : https://dstack.ai
44site_author : dstack GmbH
55site_description : >-
6- dstack is an open-source AI container orchestration engine working with any cloud or data center .
6+ dstack is an open-source control plane for running development, training, and inference jobs on GPUs - across hyperscalers, neoclouds, or on-prem .
77
88# Repository
99repo_url : https://github.com/dstackai/dstack
@@ -60,6 +60,45 @@ theme:
6060
6161# Plugins
6262plugins :
63+ - llmstxt-md :
64+ sections :
65+ Getting started :
66+ - docs/index.md : What dstack is
67+ - docs/installation/index.md : How to set up the dstack server and the dstack CLI
68+ - docs/quickstart.md : How to get started and submit your first run
69+ Concepts :
70+ - docs/concepts/backends.md : How to configure backends - to connect dstack to cloud providers, Kubernetes clusters, etc
71+ - docs/concepts/fleets.md : How to create and manage fleets - required before submitting runs
72+ - docs/concepts/dev-environments.md : How to create dev environments - for interactive development using a desktop IDE
73+ - docs/concepts/tasks.md : How to run tasks - for training or fine-tuning, including distributed tasks
74+ - docs/concepts/services.md : How to deploy services - for model inference or web apps
75+ - docs/concepts/volumes.md : How to manage volumes - for persistent storage or caching
76+ - docs/concepts/secrets.md : How to manage secrets - for API keys or other sensitive data
77+ - docs/concepts/projects.md : How to manage projects - for managing separate teams
78+ - docs/concepts/gateways.md : How to manage gateways - enabling auto-scaling, rate limits, and custom domains
79+ Guides :
80+ - docs/guides/clusters.md : How to work with clusters - for distributed tasks
81+ - docs/guides/kubernetes.md : How to work with Kubernetes
82+ - docs/guides/server-deployment.md : Detailed guide on how to deploy the dstack server
83+ - docs/guides/troubleshooting.md : Common issues and how to troubleshoot them
84+ - docs/guides/metrics.md : How to monitor metrics
85+ - docs/guides/protips.md : Pro tips - tips and tricks to use dstack more efficiently
86+ Examples :
87+ - examples/single-node-training/trl/index.md : TRL
88+ - examples/single-node-training/axolotl/index.md : Axolotl
89+ - examples/distributed-training/trl/index.md : TRL
90+ - examples/distributed-training/axolotl/index.md : Axolotl
91+ - examples/distributed-training/ray-ragen/index.md : Ray+RAGEN
92+ - examples/clusters/nccl-tests/index.md : NCCL tests
93+ - examples/clusters/rccl-tests/index.md : RCCL tests
94+ - examples/inference/sglang/index.md : SGLang
95+ - examples/inference/vllm/index.md : vLLM
96+ - examples/inference/nim/index.md : NIM
97+ - examples/inference/trtllm/index.md : TensorRT-LLM
98+ Accelerators :
99+ - examples/accelerators/amd/index.md : AMD
100+ - examples/accelerators/tpu/index.md : TPU
101+ - examples/accelerators/tenstorrent/index.md : Tenstorrent
63102 - blog :
64103 blog_dir : blog
65104 post_url_format : " {slug}"
268307 - Plugins :
269308 - Python API : docs/reference/plugins/python/index.md
270309 - REST API : docs/reference/plugins/rest/index.md
310+ - llms-full.txt : https://dstack.ai/llms-full.txt
271311 - Examples :
272312 - examples.md
273313 - Single-node training :
0 commit comments