-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
175 lines (162 loc) · 4.32 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
164
165
166
167
168
169
170
171
172
173
174
175
site_name: My First Awesome DaC Site
site_description: A site build with Material for MKDocs
site_url: https://leonardopangaio.github.io/MKDocs/
site_author: leonardo
repo_url: https://github.com/leonardopangaio/MKDocs
repo_name: leonardopangaio/MKDocs
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
language: pt
favicon: images/favicon.ico
logo: images/favicon.ico
icon:
repo: fontawesome/brands/github
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.action.view
- content.action.edit
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
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/leonardo-pangaio
analytics:
provider: google
property: G-0XMGLZ0BX9
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
copyright: Copyright © 2024 - 2025 Leonardo Pangaio
plugins:
- search
- blog:
archive_date_format: yyyy
archive_url_date_format: yyyy
categories_allowed:
- Tech
- Life
post_url_format: "{slug}"
blog_toc: true
archive_toc: true
categories_toc: true
pagination: false
pagination_per_page: 5
- tags:
tags_file: tags.md
# Needs to be restarted manually
# http://127.0.0.1:8000/MKDocs/feed_rss_created.xml
# http://127.0.0.1:8000/MKDocs/feed_rss_updated.xml
- rss:
match_path: blog/posts/.*
# enable: true
pretty_print: true
date_from_meta:
as_creation: date.created
as_update: date.updated
categories:
- categories
- tags
# - git-committers:
# enabled: true
# repository: leonardopangaio/MKDocs
# branch: main
# docs_path: docs/blog/
# exclude:
# - docs/glossary/*
# token: !ENV GH_TOKEN
# The language must be only pt, not pt-BR
- git-revision-date-localized:
type: date
fallback_to_build_date: false
enable_creation_date: true
enabled: true
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