asw-v01: archive deferred content (packs, site, lab, legacy examples)

- 2.1: packs/ -> archive/packs/
- 2.2: site/ -> archive/site/
- 2.3: src/lab/ -> archive/lab/
- 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
This commit is contained in:
exe.dev user 2026-06-07 10:39:21 +02:00
parent 416fe2f180
commit e47a9f4401
173 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,50 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>$title$ — ASW Docs</title>
$if(description)$ <meta name="description" content="$description$">
$endif$</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<div data-layout="docs">
<!--#include virtual="/_include/sidebar.html" -->
<article>
<h1>$title$</h1>
$if(description)$ <p data-text="lead">$description$</p>
$endif$
$body$
$if(prev-url)$
<nav data-role="prev-next">
$if(prev-url)$ <a href="$prev-url$" rel="prev">
<small>← Previous</small>
<span>$prev-title$</span>
</a>
$endif$
$if(next-url)$ <a href="$next-url$" rel="next">
<small>Next →</small>
<span>$next-title$</span>
</a>
$endif$
</nav>
$endif$
</article>
<aside data-toc>
<nav aria-label="On this page" data-nav="toc">
<small>On this page</small>
<ul></ul>
</nav>
</aside>
</div>
<!--#include virtual="/_include/footer.html" -->
<script src="/docs/toc-spy.js"></script>
</body>
</html>

View file

@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>$title$ — ASW Examples</title>
$if(description)$ <meta name="description" content="$description$">
$endif$</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<main>
<header>
<h1>$title$</h1>
$if(description)$ <p data-text="lead">$description$</p>
$endif$ </header>
$body$
</main>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>

View file

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>$title$ — ASW</title>
$if(description)$ <meta name="description" content="$description$">
$endif$</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<main data-layout="prose">
<h1>$title$</h1>
$if(description)$ <p data-text="lead">$description$</p>
$endif$
$body$
</main>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>$title$ — ASW</title>
$if(description)$ <meta name="description" content="$description$">
$endif$</head>
<body>
<!--#include virtual="/_include/nav.html" -->
$body$
<!--#include virtual="/_include/footer.html" -->
</body>
</html>