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

# Project information
site_name: 'LibreTechShop - Documentation'
site_description: 'Accessible & Free Documentation for Libre Products'
site_author: 'Abhas Abhinav'
site_logo: /images/als-icon.png
# Repository
repo_name: 'mh/lts-docs'
repo_url: https://sovran.dev/mh/lts-docs
# Copyright
copyright: 'Copyright © Mostly Harmless'
theme:
name: material
nav_style: light
font: false
logo: images/als-icon.png
favicon: images/als-icon.png
palette:
scheme: light
primary: deep purple
accent: pink
# Google Analytics Disabled by default
google_analytics:
extra:
# Use the repo edit url instead of the link to the repo
use_edit_url: false
nav:
- Home: index.md
- LC230:
- (LC230) Overview: lc230/index.md
- (LC230) User Guide: lc230/user-guide.md
- (LC230) Troubleshooting: lc230/troubleshooting.md
- MH-USB:
- (MHUSB) About & Contents: usb/index.md
- (MHUSB) Using the USB disk: usb/use.md
- (MHUSB) Add / Update images: usb/update.md
- (MHUSB) Internals: usb/internals.md
#- (MHUSB) Advanced Options: usb/advanced.md
- (MHUSB) FAQs: usb/faqs.md
- Routers:
- Introduction: routers/index.md
- First Use: routers/first-use.md
- Next Steps: routers/next-steps.md
- Optional Steps: routers/optional-steps.md
- Command Line Guide: routers/cli.md
- Upgrading OpenWrt: routers/upgrade.md
- Phones:
- Introduction: phones/index.md
- LineageOS: phones/lineageos.md
- F-Droid: phones/f-droid.md
- First Use: phones/first-use.md
- Applications: phones/applications.md
- Services: phones/services.md
- Taking Backups: phones/backups.md
- Using Recovery: phones/recovery.md
- Installing Ubports: phones/ubports.md
- Installing CalyxOS: phones/calyxos.md
#- LEDC: ledc/index.md
#- MHSW: mhsw/index.md
plugins:
- search
extra_css:
- css/extra.css
# Extensions
markdown_extensions:
- attr_list
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
toc_depth: 3
- footnotes
- meta
- pymdownx.critic
- pymdownx.emoji
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.progressbar
- pymdownx.highlight
- pymdownx.superfences