chore: cleanup - remove CGI/old scripts/TASK/copilot files; update README + in-app docs
Some checks failed
Build & Push Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-20 17:48:29 +01:00
parent feb75219a7
commit b91f336c12
13 changed files with 202 additions and 1933 deletions

View File

@@ -923,3 +923,26 @@ body {
line-height: 1.1;
font-style: italic;
}
/* Docs version line */
.docs-version {
color: var(--text-light);
font-size: 12px;
margin-bottom: 16px;
}
.docs-container h3 {
margin-top: 20px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 600;
color: var(--text);
border-bottom: 1px solid var(--border);
padding-bottom: 4px;
}
.docs-container h2 {
font-size: 20px;
margin-bottom: 4px;
color: var(--header-bg);
}