User documentation and guides for products sold on the Libre Tech Shop. https://docs.libretech.shop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.3 KiB

3 years ago
  1. # Project information
  2. site_name: 'LibreTechShop - Documentation'
  3. site_description: 'Accessible & Free Documentation for Libre Products'
  4. site_author: 'Abhas Abhinav'
  5. site_logo: /images/lts-icon.png
  6. # Repository
  7. repo_name: 'mh/lts-docs'
  8. repo_url: https://sovran.dev/mh/lts-docs
  9. # Copyright
  10. copyright: 'Copyright © Mostly Harmless'
  11. theme:
  12. name: material
  13. nav_style: dark
  14. font: false
  15. logo: images/lts-icon.png
  16. favicon: images/lts-icon.png
  17. palette:
  18. scheme: default
  19. primary: white
  20. accent: pink
  21. # Google Analytics Disabled by default
  22. google_analytics:
  23. extra:
  24. # Use the repo edit url instead of the link to the repo
  25. use_edit_url: false
  26. nav:
  27. - Home: index.md
  28. - LC230:
  29. - (LC230) Overview: lc230/index.md
  30. - (LC230) User Guide: lc230/user-guide.md
  31. - (LC230) Troubleshooting: lc230/troubleshooting.md
  32. - LEDC: ledc/index.md
  33. - MHSW: mhsw/index.md
  34. plugins:
  35. - search
  36. extra_css:
  37. - css/extra.css
  38. # Extensions
  39. markdown_extensions:
  40. - attr_list
  41. - admonition
  42. - codehilite:
  43. guess_lang: false
  44. - toc:
  45. permalink: true
  46. toc_depth: 3
  47. - footnotes
  48. - meta
  49. - pymdownx.critic
  50. - pymdownx.emoji
  51. - pymdownx.keys
  52. - pymdownx.mark
  53. - pymdownx.smartsymbols
  54. - pymdownx.tasklist:
  55. custom_checkbox: true
  56. - pymdownx.tilde
  57. - pymdownx.tabbed
  58. - pymdownx.progressbar
  59. - pymdownx.highlight
  60. - pymdownx.superfences