Skip to content

Commit 684d67a

Browse files
[Docs] Update the home page to include a updated diagram (#2450)
[Docs] Update and move the FAQ section to the home page
1 parent 9d0b83f commit 684d67a

File tree

3 files changed

+107
-153
lines changed

3 files changed

+107
-153
lines changed

docs/assets/stylesheets/landing.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
}
2323

2424
/*.tx-landing__hero_text h1*/ .gradient {
25-
background: linear-gradient(90deg, #4631C8 -1.29%, #CD4AE2 88.05%, #FFD43C 111.26%);
25+
background: linear-gradient(90deg, #4631C8 -1.29%, #CD4AE2 100%);
2626
-webkit-background-clip: text;
2727
-webkit-text-fill-color: transparent;
2828
padding-right: 4px;
2929
margin-right: -4px;
3030
}
3131

32-
.tx-landing__hero_text .highlight, .tx-faq__item-body .highlight {
32+
.highlight {
3333
display: inline-block;
3434
border-radius: 3px;
3535
padding: 1px 5px;

docs/docs/index.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for AI workloads both in the cloud and on-prem, speeding up the development, tra
1111

1212
## How does it work?
1313

14-
![](https://raw.githubusercontent.com/dstackai/static-assets/refs/heads/main/static-assets/images/dstack-architecture-diagram-v6.svg)
14+
<img src="https://raw.githubusercontent.com/dstackai/static-assets/4aa9124edcaee397d9dd25d4b5aa8d8e82441852/static-assets/images/dstack-diagram.svg" />
1515

1616
#### 1. Set up the server
1717

@@ -46,35 +46,6 @@ port-forwarding, ingress, and more.
4646
`dstack` streamlines infrastructure management and container usage, enabling AI teams to work with any frameworks across
4747
cloud platforms or on-premise servers.
4848

49-
## How does it compare to other tools?
50-
51-
??? info "How does dstack compare to Kubernetes?"
52-
`dstack` is more lightweight, and is designed specifically for AI, enabling AI engineers to handle development, training, and
53-
deployment without needing extra tools or Ops support.
54-
55-
With `dstack`, you don't need Kubeflow or other ML platforms on top—everything is available out of the box.
56-
57-
Additionally, `dstack` is much easier to use with on-prem servers—just provide hostnames and SSH credentials,
58-
and `dstack` will automatically create a fleet ready for use with development environments, tasks, and services.
59-
60-
??? info "Can dstack and Kubernetes be used together?"
61-
For AI development, it’s more efficient to use `dstack` directly with your cloud accounts or on-prem servers&mdash;without Kubernetes.
62-
63-
However, if you prefer, you can set up the `dstack` server with a Kubernetes backend to provision through Kubernetes.
64-
65-
Does your Ops team insist on using Kubernetes for production-grade deployment? You can use `dstack` and
66-
Kubernetes side by side; `dstack` for development and Kubernetes for production-grade deployment.
67-
68-
??? info "How does dstack compare to KubeFlow?"
69-
`dstack` can be used entirely instead of Kubeflow. It covers everything that Kubeflow does, and much more on top,
70-
including development environments, services, and additional features.
71-
72-
`dstack` is easier to set up with on-premises servers, doesn't require Kubernetes, and works with multiple cloud
73-
providers out of the box.
74-
75-
??? info "How does dstack compare to Slurm?"
76-
`dstack` can be used entirely instead of Slurm. It covers everything that Slurm does, and a lot more on top, including
77-
dev environments, services, out-of-the-box cloud support, easier setup with on-premises servers, and much more.
7849

7950
[//]: # (??? info "Cloud platforms")
8051
[//]: # ( TBA)

0 commit comments

Comments
 (0)