You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Products menu: Documentation CTA, new product icons, button hover
Featured CTA is now "Documentation" linking to the docs overview (DOCS_URL)
instead of "Install open-source".
Product icons: dstack Sky → cloud-upload, Enterprise → fingerprint, drawn at
24-viewBox / 1.8 stroke and rendered at 20px for cleaner proportions.
Hovering anywhere on the featured panel shifts only the Documentation button's
background (the section itself doesn't change), matching the hero CTAs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
// follow as rows. Reused by the standalone top-nav hover menu and the mobile nav's "Products"
62
68
// section.
63
69
constproducts: ProductLink[]=[
64
-
{id: 'open-source',text: 'dstack',secondaryText: 'The open-source control plane that works across clouds, Kubernetes, and on-prem.',href: docsUrl('installation'),icon: <GithubGlyph/>},
65
-
{id: 'sky-product',text: 'dstack Sky',secondaryText: 'Access GPU marketplace, or bring your own clouds. Hosted and managed by us.',href: 'https://sky.dstack.ai',external: true,icon: <CloudGlyph/>},
66
-
{id: 'enterprise',text: 'Enterprise',secondaryText: 'Self-hosted with SSO, air-gapped setup, dedicated support, and more.',href: 'https://calendly.com/dstackai/discovery-call',external: true,icon: <ShieldGlyph/>},
70
+
{id: 'open-source',text: 'dstack',secondaryText: 'The open-source control plane that works across clouds, Kubernetes, and on-prem.',href: DOCS_URL,icon: <GithubGlyph/>},
71
+
{id: 'sky-product',text: 'dstack Sky',secondaryText: 'Access GPU marketplace, or bring your own clouds. Hosted and managed by us.',href: 'https://sky.dstack.ai',external: true,icon: <CloudUploadGlyph/>},
72
+
{id: 'enterprise',text: 'Enterprise',secondaryText: 'Self-hosted with SSO, air-gapped setup, dedicated support, and more.',href: 'https://calendly.com/dstackai/discovery-call',external: true,icon: <FingerprintGlyph/>},
67
73
];
68
74
69
75
// Items for the mobile slide-out navigation. The blog categories are top-level links (mirroring
@@ -151,7 +157,7 @@ function ProductsHoverMenu() {
0 commit comments