File: mkdocs.yml

package info (click to toggle)
solaar 1.1.19-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,940 kB
  • sloc: python: 26,935; sh: 472; xml: 158; makefile: 75
file content (32 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
site_name: Solaar Documentation
site_description: Linux Device Manager for Logitech Unifying Receivers and Devices.
site_author: pwr-Solaar
repo_url: https://github.com/pwr-Solaar/Solaar
repo_name: Solaar
theme:
  name: readthedocs
docs_dir: docs
nav:
  - Solaar: index.md
  - Usage: usage.md
  - Capabilities: capabilities.md
  - Issues: issues.md
  - Rules: rules.md
  - Installation: installation.md
  - Uninstallation: uninstallation.md
  - Translation: i18n.md
  - Features: features.md
  - Devices: devices.md
  - Implementation: implementation.md
  - Debian: debian.md

plugins:
  - search
#  - mkdocstrings:
#      handlers:
#        python:
#          setup_commands:
#            - python -m pip install .
  - mermaid2
markdown_extensions:
  - pymdownx.superfences