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.

94 lines
2.3 KiB

  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/als-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: light
  14. font: false
  15. logo: images/als-icon.png
  16. favicon: images/als-icon.png
  17. palette:
  18. scheme: light
  19. primary: deep purple
  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. - MH-USB:
  33. - (MHUSB) About & Contents: usb/index.md
  34. - (MHUSB) Using the USB disk: usb/use.md
  35. - (MHUSB) Add / Update images: usb/update.md
  36. - (MHUSB) Internals: usb/internals.md
  37. #- (MHUSB) Advanced Options: usb/advanced.md
  38. - (MHUSB) FAQs: usb/faqs.md
  39. - Routers:
  40. - Introduction: routers/index.md
  41. - First Use: routers/first-use.md
  42. - Next Steps: routers/next-steps.md
  43. - Optional Steps: routers/optional-steps.md
  44. - Command Line Guide: routers/cli.md
  45. - Upgrading OpenWrt: routers/upgrade.md
  46. - Phones:
  47. - Introduction: phones/index.md
  48. - LineageOS: phones/lineageos.md
  49. - F-Droid: phones/f-droid.md
  50. - First Use: phones/first-use.md
  51. - Applications: phones/applications.md
  52. - Services: phones/services.md
  53. - Taking Backups: phones/backups.md
  54. - Using Recovery: phones/recovery.md
  55. - Installing Ubports: phones/ubports.md
  56. - Installing CalyxOS: phones/calyxos.md
  57. #- LEDC: ledc/index.md
  58. #- MHSW: mhsw/index.md
  59. plugins:
  60. - search
  61. extra_css:
  62. - css/extra.css
  63. # Extensions
  64. markdown_extensions:
  65. - attr_list
  66. - admonition
  67. - codehilite:
  68. guess_lang: false
  69. - toc:
  70. permalink: true
  71. toc_depth: 3
  72. - footnotes
  73. - meta
  74. - pymdownx.critic
  75. - pymdownx.emoji
  76. - pymdownx.keys
  77. - pymdownx.mark
  78. - pymdownx.smartsymbols
  79. - pymdownx.tasklist:
  80. custom_checkbox: true
  81. - pymdownx.tilde
  82. - pymdownx.tabbed
  83. - pymdownx.progressbar
  84. - pymdownx.highlight
  85. - pymdownx.superfences