-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproperdocs.yml
More file actions
51 lines (48 loc) · 1.16 KB
/
properdocs.yml
File metadata and controls
51 lines (48 loc) · 1.16 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
site_name: gitlab-ci-verify
repo_url: https://github.com/timo-reymann/gitlab-ci-verify
use_directory_urls: false
theme:
name: material
favicon: images/logo.png
logo: images/logo.png
icon:
repo: material/github
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.tabs
- navigation.path
- navigation.collapse
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
primary: green
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: green
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
primary: green
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
plugins:
- decision-records
- awesome-nav