mirror of https://github.com/logos-co/roadmap.git
52 lines
4.0 KiB
HTML
52 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html><head><title>Not Found</title><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta property="og:title" content="Not Found"/><meta property="og:description" content="Not Found"/><meta property="og:image" content="https://roadmap.logos.co/static/og-image.png"/><meta property="og:width" content="1200"/><meta property="og:height" content="675"/><link rel="icon" href="/static/icon.png"/><meta name="description" content="Not Found"/><meta name="generator" content="Logos Roadmaps"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link href="/index.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://fonts.googleapis.com/css2?family=IBM Plex Mono&family=sans-serif:wght@400;700&family=sans-serif:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet" type="text/css" spa-preserve/><script src="/prescript.js" type="application/javascript" spa-preserve></script><script type="application/javascript" spa-preserve>const fetchData = fetch(`/static/contentIndex.json`).then(data => data.json())</script></head><body data-slug="404"><div id="quartz-root" class="page"><div id="quartz-body"><div class="left sidebar"></div><div class="center"><div class="page-header"><div class="popover-hint"></div></div><article class="popover-hint"><h1>404</h1><p>Either this page is private or doesn't exist.</p></article></div><div class="right sidebar"></div></div><footer><hr/><p>Created by Logos with <a href="https://quartz.jzhao.xyz/">Quartz v4.1.0</a>, © 2023</p><ul><li><a href="https://github.com/logos-co/roadmap">GitHub</a></li><li><a href="https://discord.com/invite/logos-state">Discord Community</a></li></ul></footer></div></body><script type="application/javascript">// quartz/components/scripts/quartz/components/scripts/callout.inline.ts
|
|
function toggleCallout() {
|
|
const outerBlock = this.parentElement;
|
|
outerBlock.classList.toggle(`is-collapsed`);
|
|
const collapsed = outerBlock.classList.contains(`is-collapsed`);
|
|
const height = collapsed ? this.scrollHeight : outerBlock.scrollHeight;
|
|
outerBlock.style.maxHeight = height + `px`;
|
|
let current = outerBlock;
|
|
let parent = outerBlock.parentElement;
|
|
while (parent) {
|
|
if (!parent.classList.contains(`callout`)) {
|
|
return;
|
|
}
|
|
const collapsed2 = parent.classList.contains(`is-collapsed`);
|
|
const height2 = collapsed2 ? parent.scrollHeight : parent.scrollHeight + current.scrollHeight;
|
|
parent.style.maxHeight = height2 + `px`;
|
|
current = parent;
|
|
parent = parent.parentElement;
|
|
}
|
|
}
|
|
function setupCallout() {
|
|
const collapsible = document.getElementsByClassName(
|
|
`callout is-collapsible`
|
|
);
|
|
for (const div of collapsible) {
|
|
const title = div.firstElementChild;
|
|
if (title) {
|
|
title.removeEventListener(`click`, toggleCallout);
|
|
title.addEventListener(`click`, toggleCallout);
|
|
const collapsed = div.classList.contains(`is-collapsed`);
|
|
const height = collapsed ? title.scrollHeight : div.scrollHeight;
|
|
div.style.maxHeight = height + `px`;
|
|
}
|
|
}
|
|
}
|
|
document.addEventListener(`nav`, setupCallout);
|
|
window.addEventListener(`resize`, setupCallout);
|
|
</script><script type="module">
|
|
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
|
const darkMode = document.documentElement.getAttribute('saved-theme') === 'dark'
|
|
mermaid.initialize({
|
|
startOnLoad: false,
|
|
securityLevel: 'loose',
|
|
theme: darkMode ? 'dark' : 'default'
|
|
});
|
|
document.addEventListener('nav', async () => {
|
|
await mermaid.run({
|
|
querySelector: '.mermaid'
|
|
})
|
|
});
|
|
</script><script src="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/contrib/copy-tex.min.js" type="application/javascript"></script><script src="/postscript.js" type="module"></script></html> |