|
1 | 1 | site_name: zappend
|
| 2 | +repo_url: https://github.com/bcdev/zappend |
| 3 | +repo_name: bcdev/zappend |
2 | 4 |
|
3 | 5 | copyright: Copyright © 2024 Brockmann Consult
|
4 | 6 |
|
5 | 7 | 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 |
14 | 16 |
|
15 | 17 | 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 |
32 | 34 |
|
33 | 35 | markdown_extensions:
|
34 |
| - - admonition |
35 |
| - - pymdownx.details |
36 |
| - - pymdownx.superfences |
| 36 | + - admonition |
| 37 | + - pymdownx.details |
| 38 | + - pymdownx.superfences |
37 | 39 |
|
38 | 40 | 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/ |
44 | 46 |
|
45 | 47 | 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