Generate manual overviews from github_docs

This commit is contained in:
Marc Froehlich
2026-07-06 03:02:49 +02:00
parent 248a7c0462
commit dfe5e28877
54 changed files with 2857 additions and 31 deletions
+34
View File
@@ -113,4 +113,38 @@ nav a:hover {
.site-footer {
padding: 40px 7vw;
color: var(--muted);
}
.manual-content {
max-width: 980px;
}
.manual-content h1,
.manual-content h2,
.manual-content h3 {
line-height: 1.2;
}
.manual-content pre {
overflow-x: auto;
padding: 16px;
border-radius: 14px;
background: #020617;
}
.manual-content code {
color: #bae6fd;
}
.manual-content table {
width: 100%;
border-collapse: collapse;
overflow-x: auto;
}
.manual-content th,
.manual-content td {
border-bottom: 1px solid rgba(148, 163, 184, 0.22);
padding: 10px;
text-align: left;
}