diff --git a/README.md b/README.md index f1cd6d7..eec43e3 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ sudo journalctl -u adguard-shield -f # Logs live ver │ ├── report.html # HTML-Report-Template │ └── report.txt # TXT-Report-Template ├── README.md -└── doc/ +└── docs/ ├── architektur.md # Architektur & Funktionsweise ├── konfiguration.md # Alle Parameter erklärt + Konfig-Migration ├── befehle.md # Vollständige Befehlsreferenz inkl. Installer @@ -125,12 +125,12 @@ sudo journalctl -u adguard-shield -f # Logs live ver | Dokument | Inhalt | |----------|--------| -| [Architektur](doc/architektur.md) | Wie das Tool funktioniert, iptables-Strategie, Konfig-Migration | -| [Konfiguration](doc/konfiguration.md) | Alle Parameter, Ports, Whitelist-Pflege, automatische Migration | -| [Befehle](doc/befehle.md) | Vollständige Befehlsreferenz für Installer, Monitor, iptables-Helper und systemd | -| [Benachrichtigungen](doc/benachrichtigungen.md) | Setup für Discord, Slack, Gotify, Ntfy | -| [E-Mail Report](doc/report.md) | Periodische Statistik-Reports per E-Mail (HTML/TXT) | -| [Tipps & Troubleshooting](doc/tipps-und-troubleshooting.md) | Best Practices, häufige Probleme, Deinstallation | +| [Architektur](docs/architektur.md) | Wie das Tool funktioniert, iptables-Strategie, Konfig-Migration | +| [Konfiguration](docs/konfiguration.md) | Alle Parameter, Ports, Whitelist-Pflege, automatische Migration | +| [Befehle](docs/befehle.md) | Vollständige Befehlsreferenz für Installer, Monitor, iptables-Helper und systemd | +| [Benachrichtigungen](docs/benachrichtigungen.md) | Setup für Discord, Slack, Gotify, Ntfy | +| [E-Mail Report](docs/report.md) | Periodische Statistik-Reports per E-Mail (HTML/TXT) | +| [Tipps & Troubleshooting](docs/tipps-und-troubleshooting.md) | Best Practices, häufige Probleme, Deinstallation | ## Lizenz diff --git a/doc/architektur.md b/docs/architektur.md similarity index 100% rename from doc/architektur.md rename to docs/architektur.md diff --git a/doc/befehle.md b/docs/befehle.md similarity index 100% rename from doc/befehle.md rename to docs/befehle.md diff --git a/doc/benachrichtigungen.md b/docs/benachrichtigungen.md similarity index 100% rename from doc/benachrichtigungen.md rename to docs/benachrichtigungen.md diff --git a/doc/konfiguration.md b/docs/konfiguration.md similarity index 100% rename from doc/konfiguration.md rename to docs/konfiguration.md diff --git a/doc/report.md b/docs/report.md similarity index 100% rename from doc/report.md rename to docs/report.md diff --git a/doc/tipps-und-troubleshooting.md b/docs/tipps-und-troubleshooting.md similarity index 100% rename from doc/tipps-und-troubleshooting.md rename to docs/tipps-und-troubleshooting.md diff --git a/doc/update.md b/docs/update.md similarity index 100% rename from doc/update.md rename to docs/update.md