Skip to content

Commit

Permalink
Auto-deployed from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent 715dbd5 commit ff48036
Show file tree
Hide file tree
Showing 29 changed files with 3,934 additions and 5,098 deletions.
254 changes: 26 additions & 228 deletions new-design-tokens/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,22 @@
<script>var uiRootPath = '_'</script>

<script>
function getTheme() {
const setTheme = () => {
var localStorage = window.localStorage.getItem("themePreference");
var systemPreference = window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
if (localStorage) {
if (localStorage === "dark") return "dark";
if (localStorage === "light") return "light";
if (localStorage === "system") return systemPreference;

if (!localStorage) {
document.documentElement.setAttribute("data-theme", systemPreference);
document.documentElement.setAttribute("data-theme-system", true);
} else {
window.localStorage.setItem("themePreference", "system");
return systemPreference;
document.documentElement.setAttribute("data-theme", localStorage);
}
}
document.documentElement.setAttribute("data-theme", getTheme());
setTheme()
</script>
</head>
<body class="status-404">
<div class="navbar bg-body border-b z-40 fixed top-0 flex flex-col w-full h-32">
<div class="navbar bg-body border-b z-40 fixed top-0 flex flex-col w-full h-20">
<nav class="flex flex-auto items-center gap-2 lg:gap-4 p-4">
<label
for="nav-drawer-input"
Expand Down Expand Up @@ -234,250 +233,40 @@
id="get-support">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.775 2.25H3.75C3.35218 2.25 2.97064 2.40804 2.68934 2.68934C2.40804 2.97064 2.25 3.35218 2.25 3.75V15.75L5.25 12.75H14.25C14.6478 12.75 15.0294 12.592 15.3107 12.3107C15.592 12.0294 15.75 11.6478 15.75 11.25V9.225" stroke="var(--ds-text-primary, black)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.5 6.75C14.7426 6.75 15.75 5.74264 15.75 4.5C15.75 3.25736 14.7426 2.25 13.5 2.25C12.2574 2.25 11.25 3.25736 11.25 4.5C11.25 5.74264 12.2574 6.75 13.5 6.75Z" stroke="var(--ds-failure-main, #DC2626)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M13.5 6.75C14.7426 6.75 15.75 5.74264 15.75 4.5C15.75 3.25736 14.7426 2.25 13.5 2.25C12.2574 2.25 11.25 3.25736 11.25 4.5C11.25 5.74264 12.2574 6.75 13.5 6.75Z" stroke="var(--ds-failure-main, #DC2626)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="animate-fade-in-out"/>
</svg>
<span class="hidden lg:inline-block">Live Chat</span>
</button>
<div role="group" id="theme-toggle" class="border flex items-center rounded-[3rem] h-8 px-1 gap-0.5" aria-label="Theme Selection Toggle">
<span class="thumb w-6 h-6 absolute rounded-full transition-all [&.light]:bg-amber-300 [&.light]:translate-x-0 [&.dark]:bg-purple-500 [&.dark]:translate-x-[1.6125rem] [&.system]:bg-[var(--ds-neutral-solid-bg)] [&.system]:translate-x-[3.25rem]"></span>
<span class="thumb w-6 h-6 absolute rounded-full transition-all"></span>
<button
class="toggle-button w-6 h-6 flex items-center justify-center rounded-full hover:bg-[var(--ds-neutral-plain-hover-bg)] z-0 transition-all [&.active]:hover:bg-transparent"
class="toggle-button light w-6 h-6 flex items-center justify-center rounded-full hover:bg-[var(--ds-neutral-plain-hover-bg)] z-0 transition-all"
aria-pressed="false"
tabindex="0"
value="light"
aria-label="Light">
<i class="icon-sun"></i>
</button>
<button
class="toggle-button w-6 h-6 flex items-center justify-center rounded-full hover:bg-[var(--ds-neutral-plain-hover-bg)] z-0 transition-all [&.active]:hover:bg-transparent"
class="toggle-button dark w-6 h-6 flex items-center justify-center rounded-full hover:bg-[var(--ds-neutral-plain-hover-bg)] z-0 transition-all"
aria-pressed="false"
tabindex="0"
value="dark"
aria-label="Dark">
<i class="icon-moon"></i>
</button>
<button
class="toggle-button w-6 h-6 flex items-center justify-center rounded-full hover:bg-[var(--ds-neutral-plain-hover-bg)] z-0 transition-all [&.active]:hover:bg-transparent [&.active]:text-[var(--ds-neutral-solid-color)]"
class="toggle-button system w-6 h-6 flex items-center justify-center rounded-full hover:bg-[var(--ds-neutral-plain-hover-bg)] z-0 transition-all"
aria-pressed="false"
tabindex="0"
value="system"
aria-label="System">
<i class="icon-monitor"></i>
</button>
</div> </nav>
<nav class="global-nav motion-safe:scroll-smooth items-center flex gap-3 py-2 px-4 overflow-x-auto overflow-y-hidden no-scrollbar">
<a
class="btn btn-plain btn-neutral flex gap-1"
href="#"
>
<i class="material-icons text-xl">home</i>
Docs Home
</a>
<div class="m-0.5 border-l h-6 w-[1px]"></div>
<div class="dropdown">
<button id="nav-dropdown-1" class="group dropdown-trigger btn btn-plain btn-neutral flex gap-1" aria-haspopup="true" aria-expanded="false">
Astra DB
<i class="material-icons text-lg text-tertiary motion-safe:transition-transform motion-safe:duration-300 motion-safe:ease-in-out group-[.active]:rotate-180">expand_more</i>
</button>
<ul class="dropdown-content py-2 bg-body border rounded w-52 z-[1]" role="menu" aria-orientation="vertical" aria-labelledby="nav-dropdown-1">
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Serverless

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Dedicated

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
CLI

</a>
</li>
</ul>
</div>
<a
class="btn btn-plain btn-neutral flex gap-1"
href="#"
>

RAGStack
</a>

<div class="dropdown">
<button id="nav-dropdown-3" class="group dropdown-trigger btn btn-plain btn-neutral flex gap-1" aria-haspopup="true" aria-expanded="false">
DSE
<i class="material-icons text-lg text-tertiary motion-safe:transition-transform motion-safe:duration-300 motion-safe:ease-in-out group-[.active]:rotate-180">expand_more</i>
</button>
<ul class="dropdown-content py-2 bg-body border rounded w-52 z-[1]" role="menu" aria-orientation="vertical" aria-labelledby="nav-dropdown-3">
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Mission Control

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
DSE 6.8

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
DSE 5.1

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
CLI

</a>
</li>
</ul>
</div>
<div class="dropdown">
<button id="nav-dropdown-4" class="group dropdown-trigger btn btn-plain btn-neutral flex gap-1" aria-haspopup="true" aria-expanded="false">
Streaming
<i class="material-icons text-lg text-tertiary motion-safe:transition-transform motion-safe:duration-300 motion-safe:ease-in-out group-[.active]:rotate-180">expand_more</i>
</button>
<ul class="dropdown-content py-2 bg-body border rounded w-52 z-[1]" role="menu" aria-orientation="vertical" aria-labelledby="nav-dropdown-4">
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Astra Streaming

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Luna Streaming

</a>
</li>
</ul>
</div>
<div class="dropdown">
<button id="nav-dropdown-5" class="group dropdown-trigger btn btn-plain btn-neutral flex gap-1" aria-haspopup="true" aria-expanded="false">
Open Source
<i class="material-icons text-lg text-tertiary motion-safe:transition-transform motion-safe:duration-300 motion-safe:ease-in-out group-[.active]:rotate-180">expand_more</i>
</button>
<ul class="dropdown-content py-2 bg-body border rounded w-52 z-[1]" role="menu" aria-orientation="vertical" aria-labelledby="nav-dropdown-5">
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Apache Pulsar Connector

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
CDC for Cassandra

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="https://docs.k8ssandra.io"
target="_blank">
K8ssandra
<i class="material-icons text-sm text-tertiary">open_in_new</i>
</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Stargate

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Starlight for JMS

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Starlight for Kafka

</a>
</li>
<li>
<a
class="!no-underline w-full py-1 px-3 transition-colors flex gap-1 items-center hover:bg-[var(--ds-neutral-plain-hover-bg)]"

href="#"
>
Starlight for Rabbit MQ

</a>
</li>
</ul>
</div>
</nav>
</div><div class="drawer lg:drawer-open">
</div><div class="drawer lg:drawer-open">
<input id="nav-drawer-input" type="checkbox" class="drawer-toggle" />
<div class="grid drawer-content pt-32">
<div class="grid drawer-content pt-20">
<div class="grid max-w-full h-full xl:gap-x-10 gap-y-3 px-3 py-4 mx-auto lg:px-6">
<main class="w-[min(48rem,100%)] max-w-[48rem] mx-auto min-w-0 mb-8">
<article class="doc">
Expand All @@ -494,7 +283,7 @@ <h1 class="page">Page Not Found</h1>
</div>
</article> </main>
<aside
class="toc sidebar peer sticky hidden h-[min(100%,calc(100vh-10rem))] mb-[14rem] w-[20rem] xl:flex xl:flex-col xl:col-start-2 top-[9rem]"
class="toc sidebar peer sticky hidden h-[min(100%,calc(100vh-10rem))] mb-[14rem] w-[20rem] xl:flex xl:flex-col xl:col-start-2 top-[6rem]"
data-title="Contents"
data-levels="2"
>
Expand Down Expand Up @@ -631,7 +420,7 @@ <h1 class="page">Page Not Found</h1>
</div>
</footer></div>
</div>
<div class="z-30 drawer-side pt-32">
<div class="z-30 drawer-side pt-20">
<label for="nav-drawer-input" aria-label="close sidebar" class="drawer-overlay"></label>
</div>
</div>
Expand All @@ -640,5 +429,14 @@ <h1 class="page">Page Not Found</h1>
<script async src="_/js/vendor/highlight.js"></script>
<script async src="_/js/vendor/zooming.js"></script>
<script async src="_/js/vendor/floatingui.js"></script>
<script src="_/js/vendor/docsearch.js"></script>
<script>
docsearch({
container: '#docsearch',
appId: 'R2IYF7ETH7',
indexName: 'docsearch',
apiKey: '599cec31baffa4868cae4e79f180729b',
})
</script>
</body>
</html>
Loading

0 comments on commit ff48036

Please sign in to comment.