Skip to content

Commit 22fb4f0

Browse files
committed
update mkdocs config
1 parent 3289cde commit 22fb4f0

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

mkdocs.yml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
site_name: Task Badger Documentation
22
site_url: https://docs.taskbadger.net
3+
repo_url: https://github.com/taskbadger/taskbadger-docs/
34
theme:
45
name: material
56
logo: assets/logo_white.png
67
favicon: assets/favicon.ico
7-
palette:
8-
scheme: slate
9-
palette:
10-
primary: indigo
118
features:
9+
- header.autohide
10+
- navigation.expand
11+
- navigation.footer
12+
- navigation.indexes
13+
- navigation.instant
14+
- navigation.prune
15+
- navigation.sections
16+
# - navigation.tabs
17+
# - navigation.tabs.sticky
1218
- navigation.tracking
19+
- navigation.top
20+
- search.highlight
21+
- search.share
22+
- search.suggest
23+
- toc.follow
1324
- content.code.annotate
1425
- content.code.copy
1526
- content.tabs.link
16-
- search.highlight
17-
- navigation.instant
18-
- navigation.footer
27+
palette:
28+
- media: "(prefers-color-scheme: light)"
29+
scheme: default
30+
toggle:
31+
icon: material/brightness-7
32+
name: Switch to dark mode
33+
- media: "(prefers-color-scheme: dark)"
34+
scheme: slate
35+
primary: indigo
36+
toggle:
37+
icon: material/brightness-4
38+
name: Switch to light mode
1939
markdown_extensions:
2040
- admonition
2141
- tables
@@ -49,7 +69,7 @@ extra:
4969
link: https://twitter.com/@task_badger
5070
- icon: fontawesome/brands/github
5171
link: https://github.com/taskbadger
52-
copyright: Copyright © 2020 - 2023 Simon Kelly
72+
copyright: Copyright © 2020 - 2025 Simon Kelly
5373
nav:
5474
- 'index.md'
5575
- 'basics.md'

0 commit comments

Comments
 (0)