docs: update documentation with navigation links to improve accessibility

This commit is contained in:
2025-12-06 13:21:03 +01:00
parent 64352fa306
commit b562af43ca
14 changed files with 49 additions and 13 deletions

View File

@@ -2,15 +2,15 @@
This folder contains short, task-focused guides. Pick what you need and keep runs simple.
- `setup.md` — prerequisites and preparing account files.
- `running.md` — commands to start the bot.
- `modes.md` — what each mode does and when to use it.
- `configuration.md` — adjust the core settings file.
- `account-creation.md` — create new accounts safely.
- `dashboard.md` — view progress in the web panel.
- `scheduling.md` — automate runs on a schedule.
- `notifications.md` — send alerts to Discord or other webhooks.
- `error-reporting.md` — send structured error reports to Discord.
- `docker.md` — run the bot in a container.
- `update.md` — keep the project up to date.
- `troubleshooting.md` — quick fixes for common issues.
- **[Setup](setup.md)** — prerequisites and preparing account files.
- **[Running](running.md)** — commands to start the bot.
- **[Modes](modes.md)** — what each mode does and when to use it.
- **[Configuration](configuration.md)** — adjust the core settings file.
- **[Account Creation](account-creation.md)** — create new accounts safely.
- **[Dashboard](dashboard.md)** — view progress in the web panel.
- **[Scheduling](scheduling.md)** — automate runs on a schedule.
- **[Notifications](notifications.md)** — send alerts to Discord or other webhooks.
- **[Error Reporting](error-reporting.md)** — send structured error reports to Discord.
- **[Docker](docker.md)** — run the bot in a container.
- **[Update](update.md)** — keep the project up to date.
- **[Troubleshooting](troubleshooting.md)** — quick fixes for common issues.