Skip to content

Commit 9297271

Browse files
authored
Merge pull request #100 from bcdev/clarasb-xxx-update_docs
Update documentation
2 parents 0295609 + f587cc8 commit 9297271

File tree

1 file changed

+45
-44
lines changed

1 file changed

+45
-44
lines changed

mkdocs.yml

+45-44
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,58 @@
11
site_name: zappend
2+
repo_url: https://github.com/bcdev/zappend
3+
repo_name: bcdev/zappend
24

35
copyright: Copyright © 2024 Brockmann Consult
46

57
nav:
6-
- Overview: index.md
7-
- Getting Started: start.md
8-
- User Guide: guide.md
9-
- How do I ...: howdoi.md
10-
- Configuration: config.md
11-
- CLI Reference: cli.md
12-
- API Reference: api.md
13-
- About: about.md
8+
- Overview: index.md
9+
- Getting Started: start.md
10+
- User Guide: guide.md
11+
- How do I ...: howdoi.md
12+
- Configuration: config.md
13+
- CLI Reference: cli.md
14+
- API Reference: api.md
15+
- About: about.md
1416

1517
theme:
16-
name: material
17-
logo: assets/logo.png
18-
favicon: assets/logo-small.png
19-
palette:
20-
# Palette toggle for light mode
21-
- scheme: default
22-
primary: blue grey
23-
toggle:
24-
icon: material/brightness-7
25-
name: Switch to dark mode
26-
# Palette toggle for dark mode
27-
- scheme: slate
28-
primary: blue grey
29-
toggle:
30-
icon: material/brightness-4
31-
name: Switch to light mode
18+
name: material
19+
logo: assets/logo.png
20+
favicon: assets/logo-small.png
21+
palette:
22+
# Palette toggle for light mode
23+
- scheme: default
24+
primary: blue grey
25+
toggle:
26+
icon: material/brightness-7
27+
name: Switch to dark mode
28+
# Palette toggle for dark mode
29+
- scheme: slate
30+
primary: blue grey
31+
toggle:
32+
icon: material/brightness-4
33+
name: Switch to light mode
3234

3335
markdown_extensions:
34-
- admonition
35-
- pymdownx.details
36-
- pymdownx.superfences
36+
- admonition
37+
- pymdownx.details
38+
- pymdownx.superfences
3739

3840
extra:
39-
social:
40-
- icon: fontawesome/brands/github
41-
link: https://github.com/bcdev/zappend
42-
- icon: fontawesome/brands/python
43-
link: https://pypi.org/project/zappend/
41+
social:
42+
- icon: fontawesome/brands/github
43+
link: https://github.com/bcdev/zappend
44+
- icon: fontawesome/brands/python
45+
link: https://pypi.org/project/zappend/
4446

4547
plugins:
46-
- search
47-
- autorefs
48-
- mkdocstrings:
49-
handlers:
50-
python:
51-
options:
52-
show_root_toc_entry: false
53-
show_root_heading: false
54-
show_source: false
55-
heading_level: 3
56-
annotations_path: brief
57-
48+
- search
49+
- autorefs
50+
- mkdocstrings:
51+
handlers:
52+
python:
53+
options:
54+
show_root_toc_entry: false
55+
show_root_heading: false
56+
show_source: false
57+
heading_level: 3
58+
annotations_path: brief

0 commit comments

Comments
 (0)