Skip to content

Commit 2c63731

Browse files
committed
Deploy docs from 370365982a817b4eb8391fddc85dd32c96c3de98 ONyklicek/WireStack@3703659
0 parents  commit 2c63731

861 files changed

Lines changed: 672955 additions & 0 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.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Page not found | Wire Docs</title>
7+
<meta name="robots" content="noindex">
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap">
11+
<link rel="icon" href="/assets/brand/favicon.svg" type="image/svg+xml">
12+
<link rel="icon" href="/assets/brand/favicon-32.png" sizes="32x32">
13+
<link rel="apple-touch-icon" href="/assets/brand/apple-touch-icon.png">
14+
<link rel="stylesheet" href="/assets/site.css">
15+
<script>
16+
(function () {
17+
try {
18+
var stored = localStorage.getItem('wire-docs-theme');
19+
var theme = stored || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
20+
document.documentElement.setAttribute('data-theme', theme);
21+
} catch (e) {
22+
document.documentElement.setAttribute('data-theme', 'light');
23+
}
24+
})();
25+
</script>
26+
</head>
27+
<body class="docs-body not-found-body">
28+
<main class="not-found">
29+
<a class="brand-link" href="/">
30+
<span class="brand-mark" aria-hidden="true">
31+
<svg viewBox="0 0 64 64" fill="none">
32+
<path d="M52 12H20A10 10 0 0 0 20 32H44A10 10 0 0 1 44 52H12" stroke="var(--primary)" stroke-width="7" stroke-linecap="round"/>
33+
<circle cx="52" cy="12" r="4.6" fill="currentColor"/>
34+
<circle cx="12" cy="52" r="4.6" fill="currentColor"/>
35+
</svg>
36+
</span>
37+
<span class="brand-name">WireStack</span>
38+
</a>
39+
<p class="not-found-code">404</p>
40+
<h1>Page not found</h1>
41+
<p class="lead">That page has moved, been renamed, or never existed. The documentation index lists everything the site holds.</p>
42+
<div class="hero-actions">
43+
<a class="btn btn-primary" href="/documentation/">Documentation Index →</a>
44+
<a class="btn btn-ghost" href="/getting-started/">Getting Started</a>
45+
</div>
46+
</main>
47+
</body>
48+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wirestack.nyoncode.cz

admin/branding/index.html

Lines changed: 1145 additions & 0 deletions
Large diffs are not rendered by default.

admin/layout/index.html

Lines changed: 1169 additions & 0 deletions
Large diffs are not rendered by default.

admin/overview/index.html

Lines changed: 1273 additions & 0 deletions
Large diffs are not rendered by default.

admin/sidebar/index.html

Lines changed: 1220 additions & 0 deletions
Large diffs are not rendered by default.

assets/brand/apple-touch-icon.png

1.9 KB

assets/brand/favicon-180.png

3.3 KB

assets/brand/favicon-32.png

649 Bytes

0 commit comments

Comments
 (0)