Skip to content

Commit c0a3045

Browse files
committed
Deploy docs from 8120e3c66763b8ee4eecb7732e285ced9b529c24 ONyklicek/WireStack@8120e3c
0 parents  commit c0a3045

355 files changed

Lines changed: 208115 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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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="stylesheet" href="/assets/site.css">
12+
<script>
13+
(function () {
14+
try {
15+
var stored = localStorage.getItem('wire-docs-theme');
16+
var theme = stored || (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
17+
document.documentElement.setAttribute('data-theme', theme);
18+
} catch (e) {
19+
document.documentElement.setAttribute('data-theme', 'light');
20+
}
21+
})();
22+
</script>
23+
</head>
24+
<body class="docs-body not-found-body">
25+
<main class="not-found">
26+
<a class="brand-link" href="/">
27+
<span class="brand-mark">W</span>
28+
<span class="brand-name">WireStack</span>
29+
</a>
30+
<p class="not-found-code">404</p>
31+
<h1>Page not found</h1>
32+
<p class="lead">That page has moved, been renamed, or never existed. The documentation index lists everything the site holds.</p>
33+
<div class="hero-actions">
34+
<a class="btn btn-primary" href="/documentation/">Documentation Index →</a>
35+
<a class="btn btn-ghost" href="/getting-started/">Getting Started</a>
36+
</div>
37+
</main>
38+
</body>
39+
</html>

CNAME

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

assets/gsap.min.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.11 MB

assets/previews/core-modal.png

92.9 KB

assets/previews/core-overview.png

157 KB

assets/previews/core-preview.png

2.1 MB

assets/previews/core-toasts.png

488 KB
49.9 KB

0 commit comments

Comments
 (0)