docs(2.0): W4 — Bedien-Anleitung (BEDIENUNG.md) + Hilfe-Link im Cockpit

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-06-25 14:35:31 +02:00
parent c863f01a78
commit 2ea3d01b58
4 changed files with 70 additions and 16 deletions
+9
View File
@@ -85,6 +85,15 @@ export default function App() {
<header className="flex h-14 shrink-0 items-center justify-between border-b border-border px-6">
<div className="text-sm text-muted-foreground">{active.hint}</div>
<div className="flex items-center gap-2">
<a
href="https://git.tobisniceshomelab.ddnsfree.com/Hitonabi/mission-control-v2/src/branch/main/docs/BEDIENUNG.md"
target="_blank"
rel="noopener"
className="flex h-8 items-center rounded-md border border-border px-2 text-xs text-muted-foreground hover:bg-accent"
title="Bedien-Anleitung"
>
Hilfe
</a>
<button
onClick={() => setDark((d) => !d)}
className="flex h-8 w-8 items-center justify-center rounded-md border border-border text-muted-foreground hover:bg-accent"