-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (61 loc) · 1.64 KB
/
mkdocs.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: KBRE
repo_name: kbre
repo_url: https://github.com/stepin/kbre
site_description: "Automates generation and update of project files for Gradle and other tools."
site_author: Igor Stepin
remote_branch: gh-pages
copyright: 'Copyright © 2024 Igor Stepin'
theme:
name: 'material'
logo: img/chair-logo.png
favicon: img/chair-logo-64.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- css/custom.css
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- admonition
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- admonition
nav:
- 'Getting Started': index.md
- 'Why kbre?': why.md
- 'Installation': installation.md
- 'Usage': usage.md
- 'Configuration Dir Format': configDirFormat.md
- 'Kbre.yaml File Format': kbreFileFormat.md
- 'Limitations': limitations.md
- 'Releases': changelog.md