-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
156 lines (147 loc) · 4.2 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
site_name: SAR Doc
site_url: https://gabrielmacedoanac.github.io/sardoc
site_author: ANAC
site_description: Site estático da Superintendência de Aeronavegabilidade (SAR), Agência Nacional de Aviação Civil (ANAC), construído a partir de um conjunto de arquivos em Markdown para hospedar a documentação de interesse da superintendência. Conteúdo personalizável, pesquisável e compatível com dispositivos móveis (responsivo).
# Repository
repo_name: Github
repo_url: https://github.com/gabrielmacedoanac/sardoc
edit_uri: "edit/main/docs/"
theme:
name: material
shortcuts:
help: 191 # ?
# next: 78 # n
# previous: 80 # p
previous: 37 # ArrowLeft
next: 39 # ArrowRight
# https://keycode.info/
# https://www.mkdocs.org/user-guide/styling-your-docs/
search: 83 # s
# Necessary for search to work properly
include_search_page: false
search_index_only: true
highlightjs: true
hljs_languages:
- yaml
sticky_navigation: true
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Trocar para modo escuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: light blue
toggle:
icon: material/weather-sunny
name: Trocar para modo claro
language: 'pt-BR'
icon:
logo: material/book-open-page-variant
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- navigation.footer
- navigation.tabs
- navigation.instant
# - navigation.expand
# - navigation.top
# - navigation.sections
- navigation.tracking
- search.suggest
- search.highlight
- search.share
# 404 page
static_templates:
- 404.html
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: '✈'
# permalink: '#'
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: gabrielmacedoanac
repo: sardoc
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- tables
plugins:
- search
# lang: pt
# Padrão do separador de busca: separator: '[\s\-\.]+' substituído por "\s"
# separator: '[\s]+'
# 3 já é o padrão min_search_length: 3
- git-revision-date
- charts
- macros
- mermaid2:
arguments:
securityLevel: 'loose'
theme: |
^(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) ? 'dark' : 'light'
- tags:
tags_file: tags.md
- minify:
minify_html: true
extra:
disqus: sardoc
analytics:
provider: google
property: G-V7P0PR3LM2
feedback:
title: Esta página foi útil?
ratings:
- icon: material/emoticon-happy-outline
name: Essa página está boa!
data: 1
note: >-
Obrigado pelo seu feedback!
- icon: material/emoticon-sad-outline
name: Essa página deve ser melhorada!
data: 0
note: >-
Obrigado pelo seu feedback! Nos ajude a melhorar essa página
preenchendo nosso <a href="..." target="_blank" rel="noopener">formulário de feedback</a>.
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6