diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,22 +1,21 @@ | |||
1 | # Project information | 1 | # Project information |
2 | site_name: Homer | 2 | site_name: Homer |
3 | site_url: https://bastienwirtz.github.io/homer/ | 3 | site_url: https://bastienwirtz.github.io/ |
4 | 4 | ||
5 | # Repository | 5 | # Repository |
6 | repo_name: bastienwirtz/homer | 6 | repo_name: bastienwirtz/homer |
7 | repo_url: https://github.com/bastienwirtz/homer | 7 | repo_url: https://github.com/bastienwirtz/homer |
8 | edit_uri: "" | 8 | edit_uri: "" |
9 | 9 | ||
10 | # Stylesheet | ||
11 | extra_css: | ||
12 | - stylesheets/styles.css | ||
13 | |||
14 | # Theme | 10 | # Theme |
15 | theme: | 11 | theme: |
12 | favicon: images/logo.png | ||
16 | logo: images/logo.png | 13 | logo: images/logo.png |
17 | name: material | 14 | name: material |
15 | custom_dir: docs/overrides/ | ||
18 | icon: | 16 | icon: |
19 | repo: fontawesome/brands/github | 17 | repo: fontawesome/brands/github |
18 | language: en | ||
20 | palette: | 19 | palette: |
21 | - media: "(prefers-color-scheme: light)" | 20 | - media: "(prefers-color-scheme: light)" |
22 | scheme: default | 21 | scheme: default |
@@ -42,6 +41,9 @@ theme: | |||
42 | - search.share | 41 | - search.share |
43 | - search.suggest | 42 | - search.suggest |
44 | - toc.follow | 43 | - toc.follow |
44 | # Don't include MkDocs' JavaScript | ||
45 | include_search_page: false | ||
46 | search_index_only: true | ||
45 | 47 | ||
46 | # Copyright - name for footer text | 48 | # Copyright - name for footer text |
47 | copyright: Homer dashboard | 49 | copyright: Homer dashboard |
@@ -76,6 +78,7 @@ markdown_extensions: | |||
76 | # Page tree | 78 | # Page tree |
77 | nav: | 79 | nav: |
78 | - Home: index.md | 80 | - Home: index.md |
81 | - Getting started: getting_started.md | ||
79 | - Configuration: configuration.md | 82 | - Configuration: configuration.md |
80 | - Custom services: customservices.md | 83 | - Custom services: customservices.md |
81 | - Tips & tricks: tips-and-tricks.md | 84 | - Tips & tricks: tips-and-tricks.md |