Files
MeshCoreTel-firmware/mkdocs.yml
T

26 خطوط
641 B
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/meshcore_tm.svg
features:
- content.action.edit
- content.code.copy
- search.highlight
- search.suggest
extra_css:
- _stylesheets/extra.css
nav:
- Home: index.md
- Releases: releases.md
- Local Builds: local-builds.md
- Custom CLI: custom-cli.md