diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 7939548fe..43f740a16 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -1272,37 +1272,30 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) { padding-right: 22px; } - .md-tabs__item:nth-child(1) { + .md-tabs__item:nth-child(1), .md-tabs__item:nth-child(4) { display: none; } - /* .md-tabs__item:nth-child(5):after { - content: url('data:image/svg+xml,'); - line-height: 14px; - margin-left: 4px; - position: relative; - top: 16px; - margin-right: -7px; - } */ - /*.md-tabs__item:nth-child(6) { + + .md-tabs__item:nth-child(7) { margin-left: auto; - padding-right: 0.8rem; + padding-right: 0.5rem; } - .md-tabs__item:nth-child(n+6) .md-tabs__link { + .md-tabs__item:nth-child(n+7) .md-tabs__link { visibility: hidden; width: 35px; display: inline-block; - margin-top: 10px; + margin-top: 12px; } - .md-tabs__item:nth-child(n+6) .md-tabs__link:before { + .md-tabs__item:nth-child(n+7) .md-tabs__link:before { width: 38px; height: 38px; margin-top: 4px; visibility: visible; - }*/ + } /* .twemoji.external { position: relative; @@ -1320,19 +1313,20 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) { margin-right: -7px; } */ - /*.md-tabs__item:nth-child(6) .md-tabs__link:before { + .md-tabs__item:nth-child(7) .md-tabs__link:before { position: relative; content: ''; - width: 37px; - height: 31px; + width: 34px; + height: 28px; display: inline-block; -webkit-mask: url('data:image/svg+xml,') no-repeat 50% 50%; mask: url('data:image/svg+xml,') no-repeat 50% 50%; -webkit-mask-size: cover; mask-size: cover; - background: -webkit-linear-gradient(45deg, #0048ff, #ce00ff); + background-color: rgba(0,0,0,0.87); + /* background: -webkit-linear-gradient(45deg, #0048ff, #ce00ff); */ margin-top: 1px; - }*/ + } .md-tabs__link { display: flex; @@ -1340,7 +1334,7 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) { } .md-tabs__link { - font-size: 0.85rem; + font-size: 0.88rem; font-weight: 500; color: rgba(0,0,0,0.87); /*letter-spacing: -0.5px;*/ diff --git a/docs/assets/stylesheets/landing.css b/docs/assets/stylesheets/landing.css index 1ebb351b9..824b0c632 100644 --- a/docs/assets/stylesheets/landing.css +++ b/docs/assets/stylesheets/landing.css @@ -1135,7 +1135,7 @@ } @media screen and (max-width: 44.984375em) { - .md-header__buttons .md-button:before, .md-header__buttons .md-button:after { + .md-header__buttons .md-button:not(.github):before, .md-header__buttons .md-button:not(.github):after { display: none !important; } diff --git a/docs/overrides/header-2.html b/docs/overrides/header-2.html index dbcb7ad9a..6310a155c 100644 --- a/docs/overrides/header-2.html +++ b/docs/overrides/header-2.html @@ -61,8 +61,19 @@ {% endif %}-->
- GitHub - dstack Sky + GitHub + + dstack Sky
{% if "navigation.tabs.sticky" in features %} diff --git a/docs/overrides/home.html b/docs/overrides/home.html index 017453a67..05f546819 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -64,8 +64,8 @@

Open-source - Get started - + Install open-source + Get started in minutes

class="md-button md-button--primary" style="margin-right: 10px"> Quickstart - + GitHub +Services now support native Prefill-Decode disaggregation {% endblock %} {% block footer %} @@ -154,7 +153,7 @@ @@ -164,6 +163,7 @@ Terms Privacy + Blog diff --git a/mkdocs.yml b/mkdocs.yml index ef745e654..1f9308451 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -315,7 +315,7 @@ nav: - blog/index.md - Case studies: blog/case-studies.md - Benchmarks: blog/benchmarks.md -# - Discord: https://discord.gg/u8SmfwPpMd" target="_blank + - Discord: https://discord.gg/u8SmfwPpMd" target="_blank # - Changelog: https://github.com/dstackai/dstack/releases" target="_blank # - GitHub: https://github.com/dstackai/dstack" target="_blank # - Sign in: https://sky.dstack.ai" target="_blank