46 строки
1.1 KiB
YAML
46 строки
1.1 KiB
YAML
site_name: MeshCore EastMesh Docs
|
|
site_url: https://xjarid.github.io/MeshCore-EastMesh/
|
|
site_description: Documentation for the EastMesh layer on top of MeshCore, including WiFi, MQTT, and release workflows
|
|
|
|
repo_name: xJARiD/MeshCore-EastMesh
|
|
repo_url: https://github.com/xJARiD/MeshCore-EastMesh
|
|
edit_uri: edit/main/docs/
|
|
|
|
theme:
|
|
name: material
|
|
logo: _assets/xjarid.svg
|
|
favicon: _assets/xjarid.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:
|
|
- Home: index.md
|
|
- Boards: boards.md
|
|
- Releases: releases.md
|
|
- Migration: migration.md
|
|
- Web Panel: web-panel.md
|
|
- Repeater API: api.md
|
|
- Local Builds: local-builds.md
|
|
- Custom CLI: custom-cli.md
|