mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
docs: update documentation with navigation links to improve accessibility
This commit is contained in:
@@ -12,3 +12,6 @@ Creates new Microsoft accounts and prepares them for Rewards.
|
||||
```bash
|
||||
npm run creator -- -y backup@example.com
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -21,3 +21,6 @@ Controls how the bot behaves through `src/config.jsonc`.
|
||||
"scheduling": { "enabled": false }
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -12,3 +12,6 @@ Shows live status and logs in a simple web page.
|
||||
```bash
|
||||
npm run dashboard
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -12,3 +12,6 @@ Runs the bot in a container with bundled scheduling and browser setup.
|
||||
```bash
|
||||
npm run docker:compose
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -14,3 +14,6 @@ curl -X POST https://your-deployment.vercel.app/api/report-error \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"error":"Search job failed","type":"search","metadata":{"account":"user@contoso.com"}}'
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -14,3 +14,6 @@ Lists the main modes and when to pick them.
|
||||
```bash
|
||||
npm run dashboard
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -13,3 +13,6 @@ Sends run summaries and issues to your preferred webhook.
|
||||
set DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
|
||||
npm start
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -14,3 +14,6 @@ Explains the basic commands to start the bot.
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -17,3 +17,6 @@ Runs the bot automatically at set times.
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -20,3 +20,6 @@ Creates a safe baseline so your accounts and config are ready.
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -16,3 +16,6 @@ npm install
|
||||
npm run build
|
||||
npm start
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
@@ -12,3 +12,6 @@ Keeps the bot current with the official release.
|
||||
```bash
|
||||
npm run update
|
||||
```
|
||||
|
||||
---
|
||||
**[← Back to Documentation](index.md)**
|
||||
|
||||
Reference in New Issue
Block a user