Skip to content

Commit 4575d2b

Browse files
Deploying to gh-pages from @ dstackai/dstack@697600c 🚀
1 parent 5de62bf commit 4575d2b

143 files changed

Lines changed: 8491 additions & 962 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
<link rel="icon" href="/assets/images/dstack-fav-32.ico">
22-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.2">
22+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.3">
2323

2424

2525

@@ -116,8 +116,7 @@
116116
</button>
117117

118118

119-
Support dstack with a ⭐ on
120-
<a href="https://github.com/dstackai/dstack" target="_blank">GitHub</a>
119+
Services now support native <a href="https://dstack.ai/blog/pd-disaggregation/" target="_blank">Prefill-Decode disaggregation</a>
121120

122121
</div>
123122

@@ -229,8 +228,19 @@
229228
-->
230229

231230
<div class="md-header__buttons">
232-
<a href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github">GitHub</a>
233-
<a href="https://sky.dstack.ai" target="_blank" class="md-button md-button--primary sky">dstack Sky</a>
231+
<a id="gh-star-link" href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github external-skip">GitHub</a>
232+
<script>
233+
fetch("https://api.github.com/repos/dstackai/dstack")
234+
.then(r => r.json())
235+
.then(data => {
236+
if (data.stargazers_count) {
237+
document.getElementById("gh-star-link").textContent =
238+
data.stargazers_count.toLocaleString("en-US");
239+
}
240+
})
241+
.catch(() => {});
242+
</script>
243+
<a href="https://sky.dstack.ai" target="_blank" class="md-button md-button--primary sky external-skip">dstack Sky</a>
234244
</div>
235245
</nav>
236246

@@ -373,6 +383,25 @@
373383

374384

375385

386+
387+
388+
389+
390+
391+
<li class="md-tabs__item">
392+
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="md-tabs__link">
393+
394+
395+
396+
397+
398+
Discord
399+
400+
</a>
401+
</li>
402+
403+
404+
376405
</ul>
377406
</div>
378407
</nav>
@@ -3875,6 +3904,33 @@
38753904

38763905

38773906

3907+
3908+
3909+
3910+
3911+
3912+
3913+
<li class="md-nav__item">
3914+
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="md-nav__link">
3915+
3916+
3917+
3918+
<span class="md-ellipsis">
3919+
3920+
3921+
Discord
3922+
3923+
3924+
3925+
</span>
3926+
3927+
3928+
3929+
</a>
3930+
</li>
3931+
3932+
3933+
38783934
</ul>
38793935
</nav>
38803936
</div>
@@ -4022,7 +4078,7 @@ <h1>404 - Not found</h1>
40224078

40234079
<div class="tx-footer__section">
40244080
<div class="tx-footer__section-title">Community</div>
4025-
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Discord</a>
4081+
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Join Discord</a>
40264082
<a href="https://github.com/dstackai/dstack" target="_blank" class="tx-footer__section-link external">GitHub</a>
40274083
</div>
40284084

@@ -4032,6 +4088,7 @@ <h1>404 - Not found</h1>
40324088
<!-- <a href="/partners" class="tx-footer__section-link">Partners</a> -->
40334089
<a href="/terms" class="tx-footer__section-link">Terms</a>
40344090
<a href="/privacy" class="tx-footer__section-link">Privacy</a>
4091+
<a href="/blog" class="tx-footer__section-link">Blog</a>
40354092
<!--<a href="https://dstackai.notion.site/Jobs-at-dstack-ff01a450c3174904b70c36124f2d8f4b" target="_blank" class="tx-footer__section-link external">Careers</a>-->
40364093
</div>
40374094
</div>

assets/stylesheets/extra.css

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,37 +1272,30 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
12721272
padding-right: 22px;
12731273
}
12741274

1275-
.md-tabs__item:nth-child(1) {
1275+
.md-tabs__item:nth-child(1), .md-tabs__item:nth-child(4) {
12761276
display: none;
12771277
}
12781278

1279-
/* .md-tabs__item:nth-child(5):after {
1280-
content: url('data:image/svg+xml,<svg fill="black" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 16 16"><polygon points="5 4.31 5 5.69 9.33 5.69 2.51 12.51 3.49 13.49 10.31 6.67 10.31 11 11.69 11 11.69 4.31 5 4.31" data-v-e1bdab2c=""></polygon></svg>');
1281-
line-height: 14px;
1282-
margin-left: 4px;
1283-
position: relative;
1284-
top: 16px;
1285-
margin-right: -7px;
1286-
} */
12871279

1288-
/*.md-tabs__item:nth-child(6) {
1280+
1281+
.md-tabs__item:nth-child(7) {
12891282
margin-left: auto;
1290-
padding-right: 0.8rem;
1283+
padding-right: 0.5rem;
12911284
}
12921285

1293-
.md-tabs__item:nth-child(n+6) .md-tabs__link {
1286+
.md-tabs__item:nth-child(n+7) .md-tabs__link {
12941287
visibility: hidden;
12951288
width: 35px;
12961289
display: inline-block;
1297-
margin-top: 10px;
1290+
margin-top: 12px;
12981291
}
12991292

1300-
.md-tabs__item:nth-child(n+6) .md-tabs__link:before {
1293+
.md-tabs__item:nth-child(n+7) .md-tabs__link:before {
13011294
width: 38px;
13021295
height: 38px;
13031296
margin-top: 4px;
13041297
visibility: visible;
1305-
}*/
1298+
}
13061299

13071300
/* .twemoji.external {
13081301
position: relative;
@@ -1320,27 +1313,28 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
13201313
margin-right: -7px;
13211314
} */
13221315

1323-
/*.md-tabs__item:nth-child(6) .md-tabs__link:before {
1316+
.md-tabs__item:nth-child(7) .md-tabs__link:before {
13241317
position: relative;
13251318
content: '';
1326-
width: 37px;
1327-
height: 31px;
1319+
width: 34px;
1320+
height: 28px;
13281321
display: inline-block;
13291322
-webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M524.531 69.836a1.5 1.5 0 0 0-.764-.7A485 485 0 0 0 404.081 32.03a1.82 1.82 0 0 0-1.923.91 338 338 0 0 0-14.9 30.6 447.9 447.9 0 0 0-134.426 0 310 310 0 0 0-15.135-30.6 1.89 1.89 0 0 0-1.924-.91 483.7 483.7 0 0 0-119.688 37.107 1.7 1.7 0 0 0-.788.676C39.068 183.651 18.186 294.69 28.43 404.354a2.02 2.02 0 0 0 .765 1.375 487.7 487.7 0 0 0 146.825 74.189 1.9 1.9 0 0 0 2.063-.676A348 348 0 0 0 208.12 430.4a1.86 1.86 0 0 0-1.019-2.588 321 321 0 0 1-45.868-21.853 1.885 1.885 0 0 1-.185-3.126 251 251 0 0 0 9.109-7.137 1.82 1.82 0 0 1 1.9-.256c96.229 43.917 200.41 43.917 295.5 0a1.81 1.81 0 0 1 1.924.233 235 235 0 0 0 9.132 7.16 1.884 1.884 0 0 1-.162 3.126 301.4 301.4 0 0 1-45.89 21.83 1.875 1.875 0 0 0-1 2.611 391 391 0 0 0 30.014 48.815 1.86 1.86 0 0 0 2.063.7A486 486 0 0 0 610.7 405.729a1.88 1.88 0 0 0 .765-1.352c12.264-126.783-20.532-236.912-86.934-334.541M222.491 337.58c-28.972 0-52.844-26.587-52.844-59.239s23.409-59.241 52.844-59.241c29.665 0 53.306 26.82 52.843 59.239 0 32.654-23.41 59.241-52.843 59.241m195.38 0c-28.971 0-52.843-26.587-52.843-59.239s23.409-59.241 52.843-59.241c29.667 0 53.307 26.82 52.844 59.239 0 32.654-23.177 59.241-52.844 59.241"></path></svg>') no-repeat 50% 50%;
13301323
mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M524.531 69.836a1.5 1.5 0 0 0-.764-.7A485 485 0 0 0 404.081 32.03a1.82 1.82 0 0 0-1.923.91 338 338 0 0 0-14.9 30.6 447.9 447.9 0 0 0-134.426 0 310 310 0 0 0-15.135-30.6 1.89 1.89 0 0 0-1.924-.91 483.7 483.7 0 0 0-119.688 37.107 1.7 1.7 0 0 0-.788.676C39.068 183.651 18.186 294.69 28.43 404.354a2.02 2.02 0 0 0 .765 1.375 487.7 487.7 0 0 0 146.825 74.189 1.9 1.9 0 0 0 2.063-.676A348 348 0 0 0 208.12 430.4a1.86 1.86 0 0 0-1.019-2.588 321 321 0 0 1-45.868-21.853 1.885 1.885 0 0 1-.185-3.126 251 251 0 0 0 9.109-7.137 1.82 1.82 0 0 1 1.9-.256c96.229 43.917 200.41 43.917 295.5 0a1.81 1.81 0 0 1 1.924.233 235 235 0 0 0 9.132 7.16 1.884 1.884 0 0 1-.162 3.126 301.4 301.4 0 0 1-45.89 21.83 1.875 1.875 0 0 0-1 2.611 391 391 0 0 0 30.014 48.815 1.86 1.86 0 0 0 2.063.7A486 486 0 0 0 610.7 405.729a1.88 1.88 0 0 0 .765-1.352c12.264-126.783-20.532-236.912-86.934-334.541M222.491 337.58c-28.972 0-52.844-26.587-52.844-59.239s23.409-59.241 52.844-59.241c29.665 0 53.306 26.82 52.843 59.239 0 32.654-23.41 59.241-52.843 59.241m195.38 0c-28.971 0-52.843-26.587-52.843-59.239s23.409-59.241 52.843-59.241c29.667 0 53.307 26.82 52.844 59.239 0 32.654-23.177 59.241-52.844 59.241"></path></svg>') no-repeat 50% 50%;
13311324
-webkit-mask-size: cover;
13321325
mask-size: cover;
1333-
background: -webkit-linear-gradient(45deg, #0048ff, #ce00ff);
1326+
background-color: rgba(0,0,0,0.87);
1327+
/* background: -webkit-linear-gradient(45deg, #0048ff, #ce00ff); */
13341328
margin-top: 1px;
1335-
}*/
1329+
}
13361330

13371331
.md-tabs__link {
13381332
display: flex;
13391333
align-items: center;
13401334
}
13411335

13421336
.md-tabs__link {
1343-
font-size: 0.85rem;
1337+
font-size: 0.88rem;
13441338
font-weight: 500;
13451339
color: rgba(0,0,0,0.87);
13461340
/*letter-spacing: -0.5px;*/

assets/stylesheets/landing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135
}
11361136

11371137
@media screen and (max-width: 44.984375em) {
1138-
.md-header__buttons .md-button:before, .md-header__buttons .md-button:after {
1138+
.md-header__buttons .md-button:not(.github):before, .md-header__buttons .md-button:not(.github):after {
11391139
display: none !important;
11401140
}
11411141

blog/0_20/index.html

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
<link rel="icon" href="../../assets/images/dstack-fav-32.ico">
28-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.2">
28+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.3">
2929

3030

3131

@@ -142,8 +142,7 @@
142142
</button>
143143

144144

145-
Support dstack with a ⭐ on
146-
<a href="https://github.com/dstackai/dstack" target="_blank">GitHub</a>
145+
Services now support native <a href="https://dstack.ai/blog/pd-disaggregation/" target="_blank">Prefill-Decode disaggregation</a>
147146

148147
</div>
149148

@@ -255,8 +254,19 @@
255254
-->
256255

257256
<div class="md-header__buttons">
258-
<a href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github">GitHub</a>
259-
<a href="https://sky.dstack.ai" target="_blank" class="md-button md-button--primary sky">dstack Sky</a>
257+
<a id="gh-star-link" href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github external-skip">GitHub</a>
258+
<script>
259+
fetch("https://api.github.com/repos/dstackai/dstack")
260+
.then(r => r.json())
261+
.then(data => {
262+
if (data.stargazers_count) {
263+
document.getElementById("gh-star-link").textContent =
264+
data.stargazers_count.toLocaleString("en-US");
265+
}
266+
})
267+
.catch(() => {});
268+
</script>
269+
<a href="https://sky.dstack.ai" target="_blank" class="md-button md-button--primary sky external-skip">dstack Sky</a>
260270
</div>
261271
</nav>
262272

@@ -401,6 +411,25 @@
401411

402412

403413

414+
415+
416+
417+
418+
419+
<li class="md-tabs__item">
420+
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="md-tabs__link">
421+
422+
423+
424+
425+
426+
Discord
427+
428+
</a>
429+
</li>
430+
431+
432+
404433
</ul>
405434
</div>
406435
</nav>
@@ -3915,6 +3944,33 @@
39153944

39163945

39173946

3947+
3948+
3949+
3950+
3951+
3952+
3953+
<li class="md-nav__item">
3954+
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="md-nav__link">
3955+
3956+
3957+
3958+
<span class="md-ellipsis">
3959+
3960+
3961+
Discord
3962+
3963+
3964+
3965+
</span>
3966+
3967+
3968+
3969+
</a>
3970+
</li>
3971+
3972+
3973+
39183974
</ul>
39193975
</nav>
39203976
</div>
@@ -4410,7 +4466,7 @@ <h2 id="whats-next">What's next<a class="headerlink" href="#whats-next" title="P
44104466

44114467
<div class="tx-footer__section">
44124468
<div class="tx-footer__section-title">Community</div>
4413-
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Discord</a>
4469+
<a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="tx-footer__section-link external">Join Discord</a>
44144470
<a href="https://github.com/dstackai/dstack" target="_blank" class="tx-footer__section-link external">GitHub</a>
44154471
</div>
44164472

@@ -4420,6 +4476,7 @@ <h2 id="whats-next">What's next<a class="headerlink" href="#whats-next" title="P
44204476
<!-- <a href="/partners" class="tx-footer__section-link">Partners</a> -->
44214477
<a href="/terms" class="tx-footer__section-link">Terms</a>
44224478
<a href="/privacy" class="tx-footer__section-link">Privacy</a>
4479+
<a href="/blog" class="tx-footer__section-link">Blog</a>
44234480
<!--<a href="https://dstackai.notion.site/Jobs-at-dstack-ff01a450c3174904b70c36124f2d8f4b" target="_blank" class="tx-footer__section-link external">Careers</a>-->
44244481
</div>
44254482
</div>

0 commit comments

Comments
 (0)