mkdocs.yml 641 B

12345678910111213141516171819202122232425
  1. site_name: MeshCore EastMesh Docs
  2. site_url: https://xjarid.github.io/MeshCore-EastMesh/
  3. site_description: Documentation for the EastMesh layer on top of MeshCore, including WiFi, MQTT, and release workflows
  4. repo_name: xJARiD/MeshCore-EastMesh
  5. repo_url: https://github.com/xJARiD/MeshCore-EastMesh
  6. edit_uri: edit/main/docs/
  7. theme:
  8. name: material
  9. logo: _assets/meshcore_tm.svg
  10. features:
  11. - content.action.edit
  12. - content.code.copy
  13. - search.highlight
  14. - search.suggest
  15. extra_css:
  16. - _stylesheets/extra.css
  17. nav:
  18. - Home: index.md
  19. - Releases: releases.md
  20. - Local Builds: local-builds.md
  21. - Custom CLI: custom-cli.md