mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 12:05:38 +00:00
- Added an overview link to the installation section in mkdocs.yml for better accessibility. - Renamed the Command Reference documentation file from `commands.md` to `command-reference.md` for consistency. - Updated all references to the Command Reference in README.md, getting-started.md, and index.md to reflect the new file name.
40 lines
1.6 KiB
Markdown
40 lines
1.6 KiB
Markdown
# meshcore-bot Documentation
|
||
|
||
Documentation for the MeshCore bot: setup, configuration, commands, and services.
|
||
|
||
**New to the project?** Start with [Getting Started](getting-started.md).
|
||
|
||
## Project overview
|
||
|
||
- [README](https://github.com/agessaman/meshcore-bot/blob/main/README.md) – Getting started, installation, quick start
|
||
- [Command Reference](command-reference.md) – Full command reference
|
||
- [Docker deployment](docker.md) – Docker deployment
|
||
- [Service installation](service-installation.md) – Systemd service setup
|
||
- [Web Viewer](web-viewer.md) – Web viewer module
|
||
|
||
## Configuration
|
||
|
||
| Document | Description |
|
||
|----------|-------------|
|
||
| [Configuration](configuration.md) | config.ini structure and command options |
|
||
| [Path Command](path-command-config.md) | Path command presets and tuning |
|
||
| [Config validation](config-validation.md) | Validate config.ini before starting the bot |
|
||
|
||
## Guides
|
||
|
||
| Document | Description |
|
||
|----------|-------------|
|
||
| [Repeater Commands](repeater-commands.md) | Repeater management DM commands |
|
||
| [Feed Management](feeds.md) | RSS/REST feeds and posting to channels |
|
||
| [Web Viewer](web-viewer.md) | Web-based data viewer and API |
|
||
|
||
## Service Plugins
|
||
|
||
| Document | Description |
|
||
|----------|-------------|
|
||
| [Service Plugins overview](service-plugins.md) | Enable and configure background services |
|
||
| [Discord Bridge](discord-bridge.md) | One-way bridge to Discord |
|
||
| [Packet Capture](packet-capture.md) | Packet capture and MQTT |
|
||
| [Map Uploader](map-uploader.md) | Uploading to map.meshcore.dev |
|
||
| [Weather Service](weather-service.md) | Scheduled weather and alerts |
|