-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
81 lines (73 loc) · 3.79 KB
/
Copy pathdocs.html
File metadata and controls
81 lines (73 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' https://fonts.googleapis.com https://cdn.jsdelivr.net; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; img-src 'self' https://conbadges.pages.dev data:; connect-src 'self' https://fonts.googleapis.com https://raw.githubusercontent.com; base-uri 'self'; form-action 'self'; upgrade-insecure-requests;" />
<title>Condense Documentation</title>
<link rel="icon" type="image/svg+xml" href="./images/condense-icon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body class="docs-body">
<div class="docs-shell">
<aside class="docs-sidebar">
<a href="./index.html" class="brand docs-brand">
<img src="./images/condense.svg" alt="Condense logo" />
<span>Docs</span>
</a>
<nav class="docs-nav" aria-label="Documentation sections">
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/overview.md">Overview</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/api.md">API</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/architecture.md">Architecture</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/cli.md">CLI</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/configuration.md">Configuration</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/deployment.md">Deployment</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/troubleshooting.md">Troubleshooting</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/docs/faq.md">FAQ</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/COMMANDS.md">Commands</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/MIGRATION_GUIDE.md">Migration
guide</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/SECURITY.md">Security</a>
<a href="#"
data-doc="https://raw.githubusercontent.com/studioframes/condense/refs/heads/main/DEPENDENCIES.md">Dependencies</a>
</nav>
</aside>
<main class="docs-main">
<header class="docs-header-g">
<p class="eyebrow">
<span class="dot">•</span> Official documentation
</p>
<h1 id="doc-title">Condense documentation hub</h1>
<p class="lede">
Browse the official project documentation.
</p>
</header>
<section class="docs-section">
<div class="section-head">
<h2 id="doc-label" class="lamineyamal">Documentation</h2>
</div>
<div id="doc-content"></div>
</section>
</main>
</div>
<script src="./js/script.js" defer></script>
<script src="./js/docs-renderer.js" defer></script>
</body>
</html>