34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Lomavuokraus Docs</title>
|
|
<link rel="stylesheet" href="./style.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Lomavuokraus Documentation</h1>
|
|
<div class="meta">Docs tracked in git, not deployed with the app.</div>
|
|
</header>
|
|
<main class="grid">
|
|
<div class="card">
|
|
<h2>Contents</h2>
|
|
<ul>
|
|
<li><a href="./infra.html">Infrastructure</a></li>
|
|
<li><a href="./build.html">Build & Deploy</a></li>
|
|
<li><a href="./architecture.html">Logical Architecture</a></li>
|
|
<li><a href="./sequences.html">Feature Sequences</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="card">
|
|
<h3>Notes</h3>
|
|
<ul>
|
|
<li>Docs live in <code>docs/</code> (tracked, not shipped).</li>
|
|
<li>Sequence diagrams: PlantUML sources in <code>docs/plantuml</code>.</li>
|
|
<li>Architecture/infra diagrams: draw.io sources in <code>docs/drawio</code>.</li>
|
|
<li>Generate locally: PlantUML CLI/JAR, draw.io desktop/CLI exports.</li>
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|