Skip to content

Commit

Permalink
Deploying to gh-pages from @ dstackai/dstack@01269e5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschmidt85 committed Sep 12, 2024
1 parent 52c8eea commit 79cfcbd
Show file tree
Hide file tree
Showing 45 changed files with 36 additions and 11 deletions.
Binary file modified assets/images/social/backends.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/blog/archive/2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/blog/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/changelog/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/concepts/fleets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/concepts/gateways.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/concepts/pools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/concepts/projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/concepts/volumes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/dev-environments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/guides/dstack-sky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/guides/protips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/guides/troubleshooting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/installation/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/quickstart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/api/python/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/api/rest/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/cli/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/dstack.yml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/dstack.yml/fleet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/dstack.yml/gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/dstack.yml/service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/dstack.yml/task.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/social/docs/reference/dstack.yml/volume.png
Binary file modified assets/images/social/docs/reference/profiles.yml.png
Binary file modified assets/images/social/docs/reference/server/config.yml.png
Binary file modified assets/images/social/docs/services.png
Binary file modified assets/images/social/docs/tasks.png
Binary file modified assets/images/social/examples.png
Binary file modified assets/images/social/examples/accelerators/amd/index.png
Binary file modified assets/images/social/examples/accelerators/tpu/index.png
Binary file modified assets/images/social/examples/fine-tuning/axolotl/index.png
Binary file modified assets/images/social/examples/fine-tuning/trl/index.png
Binary file modified assets/images/social/examples/llms/llama31/index.png
Binary file modified assets/images/social/index.png
Binary file modified assets/images/social/pricing.png
Binary file modified assets/images/social/privacy.png
Binary file modified assets/images/social/terms.png
31 changes: 26 additions & 5 deletions assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#kapa-widget-container .mantine-Button-root {
height: 4rem !important;
width: 4rem !important;
background: rgba(255,255,255, 0.4) !important;
background: rgba(255,255,255, 0.5) !important;
box-shadow: none !important;
border: 0.5px solid black !important;
border-radius: 4px;
Expand Down Expand Up @@ -1450,16 +1450,36 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
border-radius: 0 !important;
}

.md-typeset .termy{
margin: 0 -.8rem 0 -0.8rem;
.md-typeset .termy {
margin-left: -0.8rem;
margin-right: -0.8rem;
}

.md-typeset .tabbed-set .termy {
margin-left: 0;
margin-right: 0;
}

.md-typeset blockquote {
margin-left: -0.8rem;
margin-right: -0.8rem;
border-radius: 0;
}

.md-typeset .tabbed-set blockquote {
margin-left: 0;
margin-right: 0;
border-radius: 0;
}

.md-typeset .tabbed-set {
margin: 0 -.8rem 0 -0.8rem;
}

[dir=ltr] .md-typeset blockquote, [dir=ltr] .md-typeset :is(.admonition,details) {
margin: 0 -.8rem 0 -0.8rem;
[dir=ltr] .md-typeset :is(.admonition,details) {
border-radius: 0 !important;
margin-left: -0.8rem;
margin-right: -0.8rem;
}

[dir=ltr] .md-content__inner>.tabbed-set .tabbed-labels {
Expand All @@ -1480,6 +1500,7 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
text-align: center;
font-size: 0.725rem;
font-weight: 300;
white-space: nowrap;
}

.md-typeset.md-banner__inner strong {
Expand Down
10 changes: 8 additions & 2 deletions assets/stylesheets/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
.md-typeset .md-button {
margin-top: 1.2rem;
margin-bottom: 1.5rem;
font-size: 20px;
font-size: 21px;
font-weight: 400 !important;
text-align: center;
border-radius: 3px;
Expand Down Expand Up @@ -931,8 +931,14 @@
margin: 0;
}

@media screen and (max-width: 76.1875em) {
@media screen and (max-width: 44.984375em) {
.md-header__buttons .md-button:before, .md-header__buttons .md-button:after {
display: none !important;
}

.md-header__buttons .md-button-secondary.borderless, .md-header__buttons .md-button-secondary.borderless:hover {
padding-right: 10px;
}
}

@media screen and (min-width: 76.1875em) {
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,6 @@ <h1>AI container orchestration <br> for everyone</h1>
dstack is an open-source alternative to Kubernetes, designed to simplify development,
training, and deployment of AI across <span class="highlight"> any cloud</span> or
<span class="highlight">on-prem</span>.
<br>
It supports
<span class="highlight">NVIDIA</span>, <span class="highlight">AMD</span>, and <span class="highlight">TPU</span>.
</p>
Expand Down Expand Up @@ -2584,7 +2583,7 @@ <h2>FAQ</h2>
Have questions, or need help?
<br>
<a href="https://discord.gg/u8SmfwPpMd" target="_blank"
class="md-button md-button-secondary small discord">
class="md-button md-button-secondary discord">
Community
</a>
<!--<a href="https://calendly.com/dstackai/discovery-call" target="_blank"
Expand Down
3 changes: 1 addition & 2 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ <h1>AI container orchestration <br> for everyone</h1>
dstack is an open-source alternative to Kubernetes, designed to simplify development,
training, and deployment of AI across <span class="highlight"> any cloud</span> or
<span class="highlight">on-prem</span>.
<br>
It supports
<span class="highlight">NVIDIA</span>, <span class="highlight">AMD</span>, and <span class="highlight">TPU</span>.
</p>
Expand Down Expand Up @@ -565,7 +564,7 @@ <h2>FAQ</h2>
Have questions, or need help?
<br>
<a href="https://discord.gg/u8SmfwPpMd" target="_blank"
class="md-button md-button-secondary small discord">
class="md-button md-button-secondary discord">
Community
</a>
<!--<a href="https://calendly.com/dstackai/discovery-call" target="_blank"
Expand Down

0 comments on commit 79cfcbd

Please sign in to comment.