File: mkdocs.yml

package info (click to toggle)
python-aiomusiccast 0.14.8-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 496 kB
  • sloc: python: 2,965; makefile: 152
file content (18 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: aiomusiccast
site_description: Companion library for musiccast devices intended for the Home Assistant integration.
site_author: Tom Schneider

repo_url: https://github.com/vigonotion/aiomusiccast
edit_uri: https://github.com/vigonotion/aiomusiccast/edit/main/docs

theme: readthedocs

markdown_extensions:
  - codehilite

nav:
  - Home: index.md
  - About:
    - Release Notes: about/changelog.md
    - Contributing: about/contributing.md
    - License: about/license.md