Files
meshcore-bot/docs/index.md
T
agessaman d15c58994e chore: Remove outdated documentation files and update references
- Deleted COMMANDS.md, DOCKER.md, WEB_VIEWER.md, and other related documentation files to streamline the project structure.
- Updated README.md and other documentation references to point to the new locations of the command and Docker instructions.
- Added optional dependencies for documentation generation in pyproject.toml.
2026-02-07 20:10:09 -08:00

40 lines
1.6 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](COMMANDS.md) Full command reference
- [Docker deployment](DOCKER.md) Docker deployment
- [SERVICE-INSTALLATION.md](https://github.com/agessaman/meshcore-bot/blob/main/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 |
## 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 |
| [Documentation site setup](DOCS_SITE.md) | How to build and deploy this site |
## 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 |