-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
157 lines (151 loc) · 4.23 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
site_name: Handbook Diretoria Central de Desburocratização
# Repository
repo_name: automatiza-mg/handbook
repo_url: https://github.com/automatiza-mg/handbook
edit_uri: edit/main/docs/
# --8<-- [start:nav]
nav:
- index.md
- Cursos:
- cursos/index.md
- Pythomatiza:
- cursos/python_w3schools/index.md
- Aula 001: cursos/python_w3schools/001.md
- Aula 002: cursos/python_w3schools/002.md
- Aula 003: cursos/python_w3schools/003.md
- Aula 004: cursos/python_w3schools/004.md
- Aula 005: cursos/python_w3schools/005.md
- Aula 006: cursos/python_w3schools/006.md
- Aula 007: cursos/python_w3schools/007.md
- Aula 008: cursos/python_w3schools/008.md
- Aula 009: cursos/python_w3schools/009.md
- Blog:
- blog/index.md
- Linha do Tempo:
- linha_do_tempo/index.md
- AutomatizaMG: linha_do_tempo/automatiza_mg.md
- Mapa de Transformação: linha_do_tempo/mapa_transformacao.md
- Projeto FHEMIG: linha_do_tempo/projeto_fhemig.md
- Projeto SEPLAG - CET: linha_do_tempo/projeto_seplag_cet.md
- Projeto SEJUSP: linha_do_tempo/projeto_sejusp_sulot.md
- Projeto SEPLAG - SCAP: linha_do_tempo/projeto_seplag_scap.md
- Projeto SCPMSO: linha_do_tempo/projeto_seplag_scpmso.md
- Projeto SEE: linha_do_tempo/projeto_see_fgts.md
# --8<-- [end:nav]
# Configuration
theme:
name: material
language: pt
custom_dir: overrides
features:
# - announce.dismiss
- content.action.edit
- content.action.view
- navigation.footer
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
# - navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
markdown_extensions:
- admonition
- pymdownx.details
- abbr
- footnotes
- attr_list
- pymdownx.tasklist # Lista de tarefas
- pymdownx.emoji # Emojis
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- md_in_html
- toc:
permalink: ⚓︎
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
url_download: true
auto_append:
- abbreviations.md
extra_css:
- assets/style.css
- https://unpkg.com/[email protected]/dist/mermaid.css
extra_javascript:
- assets/style.js
- https://unpkg.com/[email protected]/dist/mermaid.min.js
version:
provider: mike
extra:
social: # Footer
- icon: fontawesome/solid/diagram-project
name: Projeto Automatiza-MG
link: https://automatiza-mg.github.io/automatizacoes/
- icon: fontawesome/brands/youtube
name: Canal automatiza-mg no YouTube.
link: https://www.youtube.com/@automatiza-mg
- icon: fontawesome/solid/flag
name: Material for MkDocs Icons, Emojis.
link: https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#search
plugins:
- git-revision-date-localized:
enable_creation_date: true
type: datetime
enable_creation_date: true
- search:
lang: pt
- blog:
post_url_format: "{slug}"
archive: false
categories_toc: true
post_excerpt: required
- tags:
tags_file: index.md
- mkdocs-video:
video_muted: True
video_controls: True
video_autoplay: False
- mike:
version_selector: true