mkdocs.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/xjarid.svg
  10. favicon: _assets/xjarid.svg
  11. features:
  12. - content.action.edit
  13. - content.code.copy
  14. - search.highlight
  15. - search.suggest
  16. palette:
  17. - media: "(prefers-color-scheme: light)"
  18. scheme: default
  19. primary: custom
  20. accent: custom
  21. toggle:
  22. icon: material/weather-night
  23. name: Switch to dark mode
  24. - media: "(prefers-color-scheme: dark)"
  25. scheme: slate
  26. primary: custom
  27. accent: custom
  28. toggle:
  29. icon: material/weather-sunny
  30. name: Switch to light mode
  31. extra_css:
  32. - _stylesheets/extra.css
  33. nav:
  34. - Home: index.md
  35. - Releases: releases.md
  36. - Migration: migration.md
  37. - Web Panel: web-panel.md
  38. - Local Builds: local-builds.md
  39. - Custom CLI: custom-cli.md