Skip to content

Commit 61a52eb

Browse files
[Docs] Minor changes; Removed TensorDock backend
1 parent 3cfa83a commit 61a52eb

File tree

7 files changed

+46
-46
lines changed

7 files changed

+46
-46
lines changed

docs/assets/stylesheets/extra.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ h4.doc-heading {
546546
background-color: transparent;
547547
border-radius: 3px;
548548
border: 0.5px solid rgba(0, 0, 0, 0.87);
549-
/* height: 1.95rem; */
549+
height: 1.84rem;
550550
}
551551

552552
[data-md-color-primary=white] .md-search__form:hover {
@@ -841,7 +841,6 @@ body {
841841
border-radius: 5px;
842842
right: 1px;
843843
top: 0;
844-
/*z-index: 1;*/
845844
width: 30px;
846845
text-align: center;
847846
} */
@@ -1440,6 +1439,10 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
14401439
}
14411440

14421441
@media screen and (min-width: 76.25em) {
1442+
.md-search {
1443+
margin-top: 2px;
1444+
}
1445+
14431446
.md-search .md-search__inner {
14441447
/*padding-top: 0.58rem;*/
14451448
margin-right: 8px;

docs/assets/stylesheets/landing.css

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
}
233233

234234
.md-header__buttons .md-button {
235-
font-size: 18.7px;
235+
font-size: 17.5px;
236236
/*letter-spacing: -0.5px;*/
237237
}
238238

@@ -293,7 +293,7 @@
293293
.md-header__buttons .md-button-secondary {
294294
font-weight: 400 !important;
295295
white-space: nowrap;
296-
padding: 0.4rem 0.8rem;
296+
padding: 0.44rem 0.8rem;
297297
}
298298

299299
.md-header__buttons .md-button-secondary:hover, .md-typeset .md-button-secondary:hover {
@@ -355,6 +355,7 @@
355355

356356
.md-header__buttons {
357357
white-space: nowrap;
358+
padding-top: 2px;
358359
}
359360

360361
.tx-landing__highlights {
@@ -517,7 +518,7 @@
517518
border-left: 0.5px dotted rgba(0, 0, 0, 0.75);
518519
}
519520

520-
&:nth-child(n+8) {
521+
&:nth-child(n+7) {
521522
border-bottom: 0.5px dotted rgba(0, 0, 0, 0.75);
522523
}
523524

@@ -945,7 +946,7 @@
945946
border-bottom: none;
946947
}
947948

948-
@media screen and (min-width: 76.1875em) {
949+
@media screen and (min-width: 44.984375em) {
949950
.supported_clouds_item {
950951
&:nth-child(1) {
951952
border-top-left-radius: 3px;
@@ -963,7 +964,19 @@
963964
border-bottom-right-radius: 3px;
964965
}
965966

966-
&:nth-child(4), &:nth-child(8), &:nth-child(12) {
967+
&:nth-child(4), &:nth-child(8), &:nth-child(11) {
968+
border-right: 0.5px solid black;
969+
}
970+
971+
&:nth-child(n+8) {
972+
border-bottom: 0.5px solid black;
973+
}
974+
}
975+
}
976+
977+
@media screen and (max-width: 44.984375em) {
978+
.supported_clouds_item {
979+
&:nth-child(3), &:nth-child(6), &:nth-child(9), &:nth-child(11) {
967980
border-right: 0.5px solid black;
968981
}
969982

docs/docs/concepts/backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ projects:
774774

775775
Also, the `vastai` backend supports on-demand instances only. Spot instance support coming soon.
776776

777-
### TensorDock
777+
<!-- ### TensorDock
778778

779779
Log into your [TensorDock :material-arrow-top-right-thin:{ .external }](https://dashboard.tensordock.com/) account, click Developers in the sidebar, and use the `Create an Authorization` section to create a new authorization key.
780780

@@ -795,7 +795,7 @@ projects:
795795

796796
</div>
797797

798-
The `tensordock` backend supports on-demand instances only. Spot instance support coming soon.
798+
The `tensordock` backend supports on-demand instances only. Spot instance support coming soon. -->
799799

800800
### CUDO
801801

docs/docs/index.md

Lines changed: 1 addition & 14 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-
<img src="https://raw.githubusercontent.com/dstackai/static-assets/4aa9124edcaee397d9dd25d4b5aa8d8e82441852/static-assets/images/dstack-diagram.svg" />
14+
<img src="https://dstack.ai/static-assets/static-assets/images/dstack-architecture-diagram-v8.svg" />
1515

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

@@ -37,19 +37,6 @@ Apply the configuration either via the `dstack apply` CLI command (or through a
3737
`dstack` automatically manages infrastructure provisioning and job scheduling, while also handling auto-scaling,
3838
port-forwarding, ingress, and more.
3939

40-
## Why dstack?
41-
42-
`dstack`'s founder and CEO explains the challenges `dstack` addresses for AI and Ops teams.
43-
44-
<iframe width="700" height="394" src="https://www.youtube.com/embed/yzVMp5Q0aPg?si=22QzF2OvtAybBWDg&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
45-
46-
`dstack` streamlines infrastructure management and container usage, enabling AI teams to work with any frameworks across
47-
cloud platforms or on-premise servers.
48-
49-
50-
[//]: # (??? info "Cloud platforms")
51-
[//]: # ( TBA)
52-
5340
!!! info "Where do I start?"
5441
1. Proceed to [installation](installation/index.md)
5542
2. See [quickstart](quickstart.md)

docs/overrides/home.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ <h2>Efficient cloud GPU provisioning and utilization</h2>
181181
<div class="plans_card__service-name">Vast.ai</div>
182182
</a>
183183

184-
<a href="/docs/concepts/backends#tensordock" target="_blank" class="supported_clouds_item">
184+
<!-- <a href="/docs/concepts/backends#tensordock" target="_blank" class="supported_clouds_item">
185185
<img width="38" src="/assets/images/tensordock-logo.svg">
186186
<div class="plans_card__service-name">TensorDock</div>
187-
</a>
187+
</a> -->
188188

189189
<a href="/docs/concepts/backends#cudo" target="_blank" class="supported_clouds_item">
190190
<img width="38" src="/assets/images/cudo-logo.svg">
@@ -213,7 +213,7 @@ <h2>Efficient cloud GPU provisioning and utilization</h2>
213213
<div class="tx-landing__major_feature">
214214
<div class="section">
215215
<div class="block large margin">
216-
<img src="https://dstack.ai/static-assets/static-assets/images/ssh-fleet.gif"
216+
<img src="https://dstack.ai/static-assets/static-assets/images/ssh-fleet.gif?raw=true"
217217
width="800" style="border-radius: 3px">
218218
</div>
219219

@@ -253,7 +253,7 @@ <h2>Launching containerized dev environments</h2>
253253
</div>
254254

255255
<div class="block large">
256-
<img src="https://dstack.ai/static-assets/static-assets/images/dev-environment.gif"
256+
<img src="https://dstack.ai/static-assets/static-assets/images/dev-environment.gif?raw=true"
257257
width="800" style="border-radius: 3px">
258258
</div>
259259
</div>
@@ -262,7 +262,7 @@ <h2>Launching containerized dev environments</h2>
262262
<div class="tx-landing__major_feature">
263263
<div class="section">
264264
<div class="block large margin">
265-
<img src="https://dstack.ai/static-assets/static-assets/images/task.gif"
265+
<img src="https://dstack.ai/static-assets/static-assets/images/task.gif?raw=true"
266266
width="800" style="border-radius: 3px">
267267
</div>
268268

@@ -307,7 +307,7 @@ <h2>Deploying auto-scaling model endpoints</h2>
307307
</div>
308308

309309
<div class="block large">
310-
<img src="https://dstack.ai/static-assets/static-assets/images/service.gif"
310+
<img src="https://dstack.ai/static-assets/static-assets/images/service.gif?raw=true"
311311
width="800" style="border-radius: 3px">
312312
</div>
313313
</div>
@@ -320,7 +320,7 @@ <h2>Trusted by world-class ML teams</h2>
320320
<div class="tx-landing__quotes_grid">
321321
<div class="cell">
322322
<div class="photo">
323-
<img src="https://dstack.ai/static-assets/static-assets/images/quotes/keng.png"/>
323+
<img src="https://dstack.ai/static-assets/static-assets/images/quotes/keng.png?raw=true"/>
324324
</div>
325325
<h3>Wah Loon Keng</h3>
326326

@@ -558,14 +558,14 @@ <h2>FAQ</h2>
558558
<p>
559559
Have questions, or need help?
560560
<br>
561+
<a href="https://calendly.com/dstackai/discovery-call" target="_blank"
562+
class="md-button md-button--primary external small" style="min-width: 175px;">
563+
Talk to an expert
564+
</a>
561565
<a href="https://discord.gg/u8SmfwPpMd" target="_blank"
562566
class="md-button md-button-secondary discord external small" style="min-width: 175px;">
563567
Discord
564568
</a>
565-
<a href="https://calendly.com/dstackai/discovery-call" target="_blank"
566-
class="md-button md-button-secondary external small" style="min-width: 175px;">
567-
Talk to us
568-
</a>
569569
</p>
570570
</div>
571571

@@ -584,8 +584,8 @@ <h2>dstack Enterprise</h2>
584584
<div class="tx-landing__bottom_cta_card_button_panel">
585585
<div>
586586
<a href="https://calendly.com/dstackai/discovery-call" target="_blank"
587-
class="md-button md-button--primary small external">
588-
<span>Request demo</span>
587+
class="md-button md-button-secondary external small">
588+
<span>Reqeust a trial</span>
589589
</a>
590590
</div>
591591
</div>
@@ -604,7 +604,7 @@ <h2>dstack Sky</h2>
604604
<div class="tx-landing__bottom_cta_card_button_panel">
605605
<div>
606606
<a href="https://sky.dstack.ai" target="_blank"
607-
class="md-button md-button--primary sky small external">
607+
class="md-button md-button--primary sky external small">
608608
<span>Sign up free</span>
609609
</a>
610610
</div>

docs/overrides/main.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,8 @@
8585
{% endblock %}
8686

8787
{% block announce %}
88-
Support our project with a ⭐ on
89-
<a href="https://github.com/dstackai/dstack" target="_blank">
90-
<span class="twemoji star">
91-
{% include ".icons/fontawesome/brands/github.svg" %}
92-
</span></a>
88+
Support dstack with a ⭐ on
89+
<a href="https://github.com/dstackai/dstack" target="_blank">GitHub</a>
9390
{% endblock %}
9491

9592
{% block footer %}
@@ -138,7 +135,7 @@
138135

139136
<div class="tx-footer__section">
140137
<div class="tx-footer__section-title">Company</div>
141-
<a href="https://calendly.com/dstackai/discovery-call" target="_blank" class="tx-footer__section-link external">Talk to us</a>
138+
<a href="https://calendly.com/dstackai/discovery-call" target="_blank" class="tx-footer__section-link external">Talk to an expert</a>
142139
<a href="/partners" class="tx-footer__section-link">Partners</a>
143140
<a href="/terms" class="tx-footer__section-link">Terms</a>
144141
<a href="/privacy" class="tx-footer__section-link">Privacy</a>

docs/partners.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ hide:
8787
</h3>
8888
</span>
8989

90-
<span class="feature-cell" target="_blank">
90+
<!-- <span class="feature-cell" target="_blank">
9191
<img width="35" style="padding: 0" src="/assets/images/tensordock-logo.svg">
9292
<h3>
9393
TensorDock
9494
</h3>
95-
</span>
95+
</span> -->
9696

9797
<span class="feature-cell" target="_blank">
9898
<img width="52" style="margin: 10px -4px;" src="/assets/images/datacrunch-logo.svg">
@@ -149,5 +149,5 @@ Are you interested in integrating and collaborating with us to become part of th
149149
Contribute
150150
</a>&nbsp;&nbsp;<a href="https://calendly.com/dstackai/discovery-call" target="_blank"
151151
class="md-button md-button-secondary external">
152-
Talk to us
152+
Talk to an expert
153153
</a>

0 commit comments

Comments
 (0)