mkdocs.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. site_name: MeshCoreTel-firmware Docs
  2. site_url: https://vbart.github.io/MeshCoreTel-firmware/
  3. site_description: Documentation for the MeshCoreTel-firmware layer on top of MeshCore, including WiFi, MQTT, and release workflows
  4. repo_name: VBart/MeshCoreTel-firmware
  5. repo_url: https://github.com/VBart/MeshCoreTel-firmware
  6. edit_uri: edit/main/docs/
  7. theme:
  8. name: material
  9. logo: _assets/vbart.svg
  10. favicon: _assets/vbart.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. - Введение: index.md
  35. - Устройства: boards.md
  36. - Прошивка: releases.md
  37. - CLI-команды: custom-cli.md
  38. - Веб-панель: web-panel.md
  39. - Веб-API: api.md
  40. - Cборка: local-builds.md