Files
meshcore-bot/docs/index.md
T
agessaman b59fa9cec9 feat(config, docs): enhance rain command and stats collection configuration
- Updated the `[Rain_Command]` section in `config.ini.example` to include support for snow alongside rain, improving the command's functionality.
- Enhanced documentation for the rain command to reflect the new snow alias and clarify response behavior based on the selected keyword.
- Added a new `collect_stats` option in the `[Stats_Command]` section, allowing stats collection to be enabled independently of the user-facing command, with updated documentation to explain its behavior.
- Improved the web viewer documentation to clarify how stats are collected and displayed, ensuring users understand the configuration options.
2026-06-28 13:28:23 -07:00

44 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 |
| [Telegram Bridge](telegram-bridge.md) | One-way bridge to Telegram |
| [Earthquake Service](earthquake-service.md) | Scheduled earthquake alerts from USGS |
| [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 |
| [Repeater Prefix Collision Service](repeater-prefix-collision-service.md) | Detect repeater prefix collisions |
| [World Cup](worldcup.md) | World Cup command and live match announcements |