-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (55 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
58 lines (55 loc) · 1.13 KB
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
site_name: apkg
site_url: https://pkg.labs.nic.cz/pages/apkg/
repo_url: https://gitlab.nic.cz/packaging/apkg
edit_uri: ""
nav:
- index.md
- intro.md
- news.md
- platforms.md
- install.md
- guide.md
- users.md
- commands.md
- config.md
- cache.md
- compat.md
- distro.md
- pkgstyles.md
- templates.md
- templatevars.md
- test.md
- errors.md
markdown_extensions:
- abbr
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: True
plugins:
- macros:
module_name: docs
theme:
name: material
logo: img/apkg.png
features:
- content.code.copy
- content.tabs.link
- content.tooltips
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: switch to dark mode