-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
171 lines (147 loc) · 5.29 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
# INITIAL CONFIGS
site_name: 'ManTAU'
site_url: 'https://ecopraxis.com.br/floresta-urbana-ivoti.bio.br/mantau-pro/index.html'
site_dir: 'D:\HDD_Documents\Code_workspace\MkDocs_projects\Active_projects\mantau-pro'
repo_url: 'https://github.com/biofsphere/mantau.git'
repo_name: 'mantau'
site_description: 'This website was developed to serve as a technical manual about urban trees for people that live or visit the city of Ivoti in the state of Rio Grande do Sul'
site_author: 'Fernando J. Soares'
copyright: 'Copyright © 2021, Quadrat Assessoria e Desenvolvimento Socioambiental Ltda., todos os direitos reservados'
# PLUGINS
#plugins:
# - tags:
# tags_file: palavras-chave.md
# - search:
# lang: 'pt'
# EXTENSIONS
markdown_extensions:
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.tabbed
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- pymdownx.snippets
- attr_list
- def_list
- footnotes
- meta
- toc:
permalink: true
permalink_title: 'Siga para este conteúdo'
title: 'Conteúdos desta página'
toc_depth: 4
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
# THEME CONFIGS
theme:
name: 'material'
custom_dir: 'overrides'
## Theme pallete configs
palette:
- scheme: default
primary: blue grey
accent: orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
## Theme font, icon, logo, nav and other configs
font:
text: 'Roboto'
icon:
admonition:
info: 'fontawesome/solid/info-circle'
nav_style: 'dark'
locale: 'pt'
logo: 'img\Logo_prefeitura__2_-removebg-preview.png'
favicon: 'img\favicon.ico'
features:
- 'navigation.top'
- 'navigation.instant'
- 'header.autohide'
- 'navigation.tracking'
# - 'navigation.tabs'
- 'navigation.sections'
- 'navigation.expand'
# EXTRA CONFIGS
extra_css:
- 'stylesheets/extra.css'
extra_javascript:
- 'javascripts/extra.js'
extra:
extra.logo:
extra.version: 1.0.0
social:
- icon: 'fontawesome/brands/instagram'
link: https://www.instagram.com/prefeituradeivoti/
name: Ivoti no Instagram
- icon: 'fontawesome/brands/github'
link: https://github.com/biofsphere/mantau
name: ManTAU Ivoti no GitHub
generator: true
# NAVIGATION STRUCTURE
nav:
- 1. INÍCIO: 'index.md'
- 2. AGRADECIMENTOS:
- 2.1. À Ivoti: '021-agradecemos-a-ivoti.md'
- 2.2. À Administração Pública: '022-agradecemos-a-admin.md'
# - 2.3. Às Instituições Parceiras: '023-agradecemos-as-instituicoes.md'
- 2.4. Créditos: '024-creditos.md'
- 3. PREFÁCIO:
- 3.1. Bem vindo à Cidade das Flores: '031-pref-cidade-das-flores.md'
- 3.2. Gestão pública ambiental: '032-pref-gestao-publica-ambiental.md'
- 3.3. Cidadania e arborização urbana: '033-pref-cidadania-e-arborizacao.md'
- 4. APRESENTAÇÃO:
- 4.1. Sobre o projeto: '041-apres-sobre-o-projeto.md'
- 4.2. Como participar: '042-apres-como-participar.md'
- 4.3. Como usar este manual: '043-apres-como-usar-o-manual.md'
- 5. INTRODUÇÃO:
- 5.1. Arborização urbana: '051-o-que-e-arborizacao.md'
- 5.2. Benefícios da arborização: '052-beneficios-da-arborizacao.md'
- 5.3. Dificuldades de convívio: '053-dificuldades-de-convivio.md'
- 5.4. Árvores são seres vivos: '054-arvores-sao-seres-vivos.md'
- 6. PLANEJAMENTO:
- 6.1. Importância do planejamento: '061-importancia-do-planejamento.md'
- 6.2. Localização genérica: '062-localizacao-generica.md'
- 6.3. Posicionamento específico: '063-posicionamento-especifico.md'
- 6.4. Diversidade arbórea: '064-diversidade-arborea.md'
- 6.5. Condições ambientais: '065-condicoes-ambientais.md'
- 7. MANEJO:
- 7.1. Plantio: '071-plantio.md'
- 7.2. Podas: '072-podas.md'
- 7.3. Cuidados: '073-cuidados.md'
- 7.4. Remoção: '074-remocao.md'
- 8. LEGISLAÇÃO:
- 8.1. Federal: '081-federal.md'
- 8.2. Estadual: '082-estadual.md'
- 8.3. Municipal: '083-municipal.md'
- 9. CATÁLOGO DE ESPÉCIES:
- 9.1. O que plantar onde: '091-o-que-plantar-onde.md'
- 9.2. O que não plantar: '092-o-que-nao-plantar.md'
- 10. REFERÊNCIAS:
- 10.1. Citadas: '101-referencias-citadas.md'
- 10.2. Consultadas: '102-referencias-consultadas.md'
- 11. ANEXOS:
- 11.1. Lista de variáveis: '111-variaveis.md'
- 11.2. Análise de risco: '112-risco.md'
- 11.3. Glossário de termos técnicos: '113-glossario.md'
- 11.4. Lista de palavras-chave: '114-palavras-chave.md'