| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- site_name: MeshCoreTel-firmware Docs
- site_url: https://vbart.github.io/MeshCoreTel-firmware/
- site_description: Documentation for the MeshCoreTel-firmware layer on top of MeshCore, including WiFi, MQTT, and release workflows
- repo_name: VBart/MeshCoreTel-firmware
- repo_url: https://github.com/VBart/MeshCoreTel-firmware
- edit_uri: edit/main/docs/
- theme:
- name: material
- logo: _assets/vbart.svg
- favicon: _assets/vbart.svg
- features:
- - content.action.edit
- - content.code.copy
- - search.highlight
- - search.suggest
- palette:
- - media: "(prefers-color-scheme: light)"
- scheme: default
- primary: custom
- accent: custom
- toggle:
- icon: material/weather-night
- name: Switch to dark mode
- - media: "(prefers-color-scheme: dark)"
- scheme: slate
- primary: custom
- accent: custom
- toggle:
- icon: material/weather-sunny
- name: Switch to light mode
- extra_css:
- - _stylesheets/extra.css
- nav:
- - Введение: index.md
- - Устройства: boards.md
- - Прошивка: releases.md
- - CLI-команды: custom-cli.md
- - Веб-панель: web-panel.md
- - Веб-API: api.md
- - Cборка: local-builds.md
|