From c64e40d56b6aeedebf29ac65fe91d85d9bdfeedb Mon Sep 17 00:00:00 2001 From: angel Date: Sun, 25 Jan 2026 00:39:08 +0000 Subject: [PATCH] Organize documentation: move markdown files to docs/ folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Created docs/ directory for documentation - Moved KEYBOARD_SHORTCUTS.md → docs/ - Moved DOCKER.md → docs/ - Moved SPOTLIGHT_SEARCH.md → docs/ - Moved themes.md → docs/ - Moved OFFLINE_DOWNLOADS.md → docs/ - Kept README.md in root for repository visibility --- DOCKER.md => docs/DOCKER.md | 0 KEYBOARD_SHORTCUTS.md => docs/KEYBOARD_SHORTCUTS.md | 0 OFFLINE_DOWNLOADS.md => docs/OFFLINE_DOWNLOADS.md | 0 SPOTLIGHT_SEARCH.md => docs/SPOTLIGHT_SEARCH.md | 0 themes.md => docs/themes.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename DOCKER.md => docs/DOCKER.md (100%) rename KEYBOARD_SHORTCUTS.md => docs/KEYBOARD_SHORTCUTS.md (100%) rename OFFLINE_DOWNLOADS.md => docs/OFFLINE_DOWNLOADS.md (100%) rename SPOTLIGHT_SEARCH.md => docs/SPOTLIGHT_SEARCH.md (100%) rename themes.md => docs/themes.md (100%) diff --git a/DOCKER.md b/docs/DOCKER.md similarity index 100% rename from DOCKER.md rename to docs/DOCKER.md diff --git a/KEYBOARD_SHORTCUTS.md b/docs/KEYBOARD_SHORTCUTS.md similarity index 100% rename from KEYBOARD_SHORTCUTS.md rename to docs/KEYBOARD_SHORTCUTS.md diff --git a/OFFLINE_DOWNLOADS.md b/docs/OFFLINE_DOWNLOADS.md similarity index 100% rename from OFFLINE_DOWNLOADS.md rename to docs/OFFLINE_DOWNLOADS.md diff --git a/SPOTLIGHT_SEARCH.md b/docs/SPOTLIGHT_SEARCH.md similarity index 100% rename from SPOTLIGHT_SEARCH.md rename to docs/SPOTLIGHT_SEARCH.md diff --git a/themes.md b/docs/themes.md similarity index 100% rename from themes.md rename to docs/themes.md