mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-08-14 14:40:00 +00:00
solar-conditions-provenance.md was in the tree but absent from the mkdocs nav and unlinked from anywhere, so it never appeared on the docs site. Added under a Project section and linked from the solar command entry, where a reader would look for it. Removes the kg7qin PR integration log — an internal development record that was excluded from the docs build but still shipped in the repo — along with the now-dead exclude glob.
83 lines
2.2 KiB
YAML
83 lines
2.2 KiB
YAML
# Material for MkDocs - meshcore-bot documentation
|
|
site_name: Meshcore Bot Documentation
|
|
site_description: Documentation for the MeshCore bot and its services
|
|
site_url: https://agessaman.github.io/meshcore-bot/
|
|
|
|
repo_name: meshcore-bot
|
|
repo_url: https://github.com/agessaman/meshcore-bot
|
|
edit_uri: edit/main/docs/
|
|
|
|
theme:
|
|
name: material
|
|
language: en
|
|
palette:
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
- content.code.copy
|
|
|
|
plugins:
|
|
- search
|
|
- exclude:
|
|
glob:
|
|
- local/**
|
|
|
|
markdown_extensions:
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Quick Start: getting-started.md
|
|
- Installation:
|
|
- Overview: installation.md
|
|
- Docker: docker.md
|
|
- Service: service-installation.md
|
|
- Configuration:
|
|
- Overview: configuration.md
|
|
- Data retention: data-retention.md
|
|
- Local plugins and services: local-plugins.md
|
|
- Check-in API: checkin-api.md
|
|
- Path Command: path-command-config.md
|
|
- Config validation: config-validation.md
|
|
- Web Viewer: web-viewer.md
|
|
- Command Reference:
|
|
- Overview: command-reference.md
|
|
- Repeater Commands: repeater-commands.md
|
|
- Custom Command Website: command-reference-website.md
|
|
- Service Plugins:
|
|
- Overview: service-plugins.md
|
|
- Discord Bridge: discord-bridge.md
|
|
- Telegram Bridge: telegram-bridge.md
|
|
- Packet Capture: packet-capture.md
|
|
- Map Uploader: map-uploader.md
|
|
- Weather Service: weather-service.md
|
|
- Earthquake Service: earthquake-service.md
|
|
- Repeater Prefix Collision: repeater-prefix-collision-service.md
|
|
- World Cup: worldcup.md
|
|
- Feed Management: FEEDS.md
|
|
- FAQ: faq.md
|
|
- Upgrade: upgrade.md
|
|
- Project:
|
|
- Solar conditions provenance: solar-conditions-provenance.md |