-
Notifications
You must be signed in to change notification settings - Fork 473
/
mkdocs.yml
101 lines (92 loc) · 2.3 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: Goss
site_description: Goss is a YAML based serverspec alternative tool for validating a server’s configuration.
site_author: Goss team
site_url: https://goss.readthedocs.io/
repo_url: https://github.com/goss-org/goss
repo_name: goss-org/goss
edit_uri: edit/master/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.action.edit
- content.code.copy
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
extra_css:
- style.css
plugins:
- search
- awesome-pages
- macros:
render_by_default: false
- exclude:
glob:
- requirements.txt
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- mdx_breakless_lists
- tables
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shortener: true
social_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
user: goss-org
repo: goss
- pymdownx.snippets:
base_path:
- .
- docs/snippets
check_paths: true
- pymdownx.superfences
copyright: Copyright © 2015 - 2024 Ahmed Elsabbahy
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/goss-org/goss
- icon: simple/travisci
link: https://travis-ci.org/goss-org/goss
- icon: fontawesome/brands/medium
link: https://medium.com/@aelsabbahy
watch:
- README.md
- LICENSE
- .github/CONTRIBUTING.md
- extras/dcgoss/README.md
- extras/dgoss/README.md
- extras/kgoss/README.md