forked from mh/lts-docs
106 lines
No EOL
2.6 KiB
YAML
106 lines
No EOL
2.6 KiB
YAML
extra_css:
|
|
- css/custom.css
|
|
extra_javascript:
|
|
- js/custom.js
|
|
|
|
# Project information
|
|
site_name: 'LibreTechShop - Documentation'
|
|
site_description: 'Accessible & Free Documentation for Libre Products'
|
|
site_author: 'Nived'
|
|
|
|
# Repository
|
|
repo_name: 'mh/lts-docs'
|
|
repo_url: https://sovran.dev/mh/lts-docs
|
|
|
|
# Copyright
|
|
copyright: 'Copyright © Mostly Harmless'
|
|
|
|
theme:
|
|
features:
|
|
- navigation.top
|
|
name: material
|
|
nav_style: light
|
|
logo: images/als-icon.png
|
|
favicon: images/als-icon.png
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: pink
|
|
accent: cyan
|
|
toggle:
|
|
icon: material/lightbulb
|
|
name: Switch to dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/lightbulb-outline
|
|
name: Switch to light mode
|
|
|
|
|
|
# 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
|
|
|
|
# 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 |