Skip to content

Commit 4e10e3b

Browse files
Deploying to gh-pages from @ dstackai/dstack@60f455d 🚀
1 parent 5b23dcb commit 4e10e3b

165 files changed

Lines changed: 188485 additions & 808 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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
<nav class="md-header__inner md-grid" aria-label="Header">
151151

152152

153+
154+
153155
<button type="button" class="md-header__button cs-nav-toggle" aria-label="Toggle navigation" data-cs-nav-toggle>
154156
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M15 3H1M15 8H1M15 13H1" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/></svg>
155157
</button>
@@ -159,10 +161,12 @@
159161
<img src="/assets/images/dstack-logo-notext.svg" alt="logo">
160162

161163
</a>
162-
<label class="md-header__button md-icon" for="__drawer">
163-
164-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
165-
</label>
164+
165+
<label class="md-header__button md-icon" for="__drawer">
166+
167+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
168+
</label>
169+
166170
<div class="md-header__title" data-md-component="header-title">
167171
<div class="md-header__ellipsis">
168172
<div class="md-header__topic">

assets/stylesheets/cloudscape-docs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,6 +1892,11 @@
18921892
.md-main__inner:has(.md-content--blog) .md-sidebar--secondary {
18931893
margin-right: 0;
18941894
}
1895+
/* Blog posts render the primary nav only so the mobile drawer (burger) has it; on desktop the
1896+
article spans the full width, so hide the left sidebar here. */
1897+
.md-main__inner:has(.md-content--blog) .md-sidebar--primary {
1898+
display: none;
1899+
}
18951900
/* No left sidebar → drop the full-height vertical divider drawn at left:280px. Applies to blog
18961901
posts and to any page that hides the nav (e.g. /terms, /privacy → .md-sidebar--primary[hidden]). */
18971902
body:has(.md-content--blog)::before,

0 commit comments

Comments
 (0)