]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - mkdocs.yml
Added Tautulli service to ToC
[github/bastienwirtz/homer.git] / mkdocs.yml
CommitLineData
717894d8
ES
1# Project information
2site_name: Homer
82858235 3site_url: https://bastienwirtz.github.io/
717894d8
ES
4
5# Repository
6repo_name: bastienwirtz/homer
7repo_url: https://github.com/bastienwirtz/homer
8edit_uri: ""
9
b82626bc
ES
10# Custom CSS
11extra_css:
12 - stylesheets/open-props.1.3.16.min.css
13 - stylesheets/styles.css
14
717894d8
ES
15# Theme
16theme:
82858235 17 favicon: images/logo.png
717894d8
ES
18 logo: images/logo.png
19 name: material
b82626bc 20 # custom_dir: docs/overrides/
03f2e6bb
ES
21 icon:
22 repo: fontawesome/brands/github
82858235 23 language: en
717894d8
ES
24 palette:
25 - media: "(prefers-color-scheme: light)"
26 scheme: default
717894d8 27 toggle:
b82626bc 28 icon: fontawesome/solid/sun
717894d8
ES
29 name: Switch to dark mode
30 - media: "(prefers-color-scheme: dark)"
31 scheme: slate
717894d8 32 toggle:
b82626bc 33 icon: fontawesome/solid/moon
717894d8
ES
34 name: Switch to light mode
35 features:
36 - content.code.annotate
37 - navigation.indexes
38 - navigation.sections
39 - navigation.top
40 - navigation.tracking
41 - search.highlight
42 - search.share
43 - search.suggest
44 - toc.follow
82858235
ES
45 # Don't include MkDocs' JavaScript
46 include_search_page: false
47 search_index_only: true
717894d8
ES
48
49# Copyright - name for footer text
b82626bc 50copyright: Homer
717894d8
ES
51
52# Socials
53extra:
54 social:
55 - icon: fontawesome/brands/github
56 link: https://github.com/bastienwirtz/homer
57 - icon: fontawesome/brands/gitter
58 link: https://gitter.im/homer-dashboard/community
59 - icon: fontawesome/brands/docker
60 link: https://hub.docker.com/r/b4bz/homer
61
62# Extensions
63markdown_extensions:
64 - abbr
65 - admonition
66 - attr_list
67 - def_list
68 - footnotes
69 - meta
70 - md_in_html
71 - toc:
72 permalink: true
73 - pymdownx.highlight:
74 anchor_linenums: true
75 - pymdownx.inlinehilite
76 - pymdownx.snippets
77 - pymdownx.superfences
78
79# Page tree
80nav:
b82626bc 81 - What is Homer: index.md
82858235 82 - Getting started: getting_started.md
717894d8 83 - Configuration: configuration.md
a2f2e527
ES
84 - Custom services: custom_services.md
85 - Tips & tricks: tips_and_tricks.md
717894d8
ES
86 - Development: development.md
87 - Troubleshooting: troubleshooting.md