-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
163 lines (150 loc) · 3.98 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
site_name: O Site do Pangaio
site_url: https://pangaio.com.br/
site_author: Leonardo Pangaio
theme:
name: material
custom_dir: overrides
language: pt
favicon: images/favicon.ico
logo: images/favicon.ico
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.tracking
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- search.share
- navigation.footer
- content.tooltips
- toc.follow
- content.code.copy
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: cyan
# accent: light green
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: indigo
# accent: green
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/leonardopangaio
name: Meu Github
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/leonardo-pangaio
name: Meu LinkedIn
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
name: Meu E-mail
- icon: fontawesome/solid/paper-plane
link: https://t.me/leonardo_pangaio
name: Meu Telegram
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Esta página foi útil?
ratings:
- icon: material/emoticon-happy-outline
name: Essa página foi útil.
data: 1
note: >-
Obrigado pelo feedback!
- icon: material/emoticon-sad-outline
name: Essa página pode ser melhorada.
data: 0
note: >-
Obrigado pelo feedback!
consent:
title: Cookie consent
description: >-
Usamos cookies para reconhecer suas visitas e preferências repetidas, bem como para medir a eficácia da nossa documentação e se os usuários encontram o que estão procurando. Com seu consentimento, você está nos ajudando a tornar nossa documentação melhor.
actions:
- accept
copyright: Copyright © 2024 - 2025 Leonardo Pangaio
plugins:
- search
- glightbox
- git-authors:
show_email_address: false
exclude:
- index.md
- blog:
archive_date_format: yyyy
archive_url_date_format: yyyy
post_url_format: "{slug}"
blog_toc: true
archive_toc: true
categories_toc: true
pagination: true
pagination_per_page: 10
- tags
- rss:
match_path: blog/posts/.*
pretty_print: true
date_from_meta:
as_creation: date.created
as_update: date.updated
categories:
- categories
- tags
- git-revision-date-localized:
type: date
fallback_to_build_date: false
enable_creation_date: true
enabled: true
exclude:
- index.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- tables
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.blocks.caption
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.betterem
- pymdownx.smartsymbols
- pymdownx.snippets
- abbr
- toc:
permalink: true