-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
69 lines (63 loc) · 1.62 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
site_name: Ansible lab
repo_url: https://github.com/dunossauro/ansible-lab
repo_name: dunossauro/ansible-lab
docs_dir: docs
edit_uri: tree/main/docs
theme:
name: material
custom_dir: docs/overrides
language: pt
logo: images/ansible_logo.png
favicon: images/ansible_logo.png
features:
- content.tabs.link
icon:
repo: fontawesome/brands/git-alt
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.critic
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- footnotes
- admonition
- markdown.extensions.attr_list
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dunossauro
- icon: fontawesome/brands/twitter
link: https://twitter.com/dunossauro
- icon: fontawesome/brands/youtube
link: https://youtube.com/dunossauro
- icon: fontawesome/brands/instagram
link: https://instagram.com/dunossauro
- icon: fontawesome/brands/tiktok
link: https://www.tiktok.com/@dunossauro
plugins:
- search:
lang: pt
- git-authors:
show_email_address: false
show_line_count: true
- mkdocs-video