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

# Project information
site_name: 'LibreTechShop - Documentation'
site_description: 'Accessible & Free Documentation for Libre Products'
site_author: 'Abhas Abhinav'
site_logo: /images/lts-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: dark
font: false
logo: images/lts-icon.png
favicon: images/lts-icon.png
palette:
scheme: default
primary: white
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
- 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