forked from codaqui/institucional
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
119 lines (113 loc) · 3.35 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
site_name: CODAQUI.dev
site_author: codaqui // endersonmenezes
site_url: https://codaqui.dev/
site_description: "Queremos democratizar o aprendizado tecnológico, e aproximar novas gerações do conteúdo tecnico."
copyright: Codaqui © Copyright - 2022 - Todos os direitos reservados - CNPJ 44.593.429/0001-05
repo_url: https://github.com/codaqui
edit_uri: 'https://github.com/codaqui/institucional/tree/main/docs'
nav:
- Inicio:
- Página Inicial: index.md
- Roadmap: inicio/todo.md
- Sobre:
- Equipe: team.md
- Associação: ong.md
- Linha do Tempo: timeline.md
- Pais e Responsáveis: pais_responsaveis.md
- Projetos: projetos.md
- Código de Conduta: conduta.md
- Participe: #
- "#QueroEstudar": quero/estudar.md
- "#QueroApoiar": quero/apoiar.md
- Trilhas: #
- Python: trilhas/python.md
- Javascript: trilhas/javascript.md
- GitHub Start: trilhas/github-starter.md
- Blog:
- blog/index.md
- Contato: contact.md
theme:
name: material
custom_dir: overrides
language: pt
logo: assets/logo_blk.png
palette:
primary: black
favicon: assets/favicon.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- content.code.annotate
- content.tabs.link
# - announce.dismiss
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- meta
- tags
- social
# - privacy
# - git-authors
- blog:
post_url_date_format: YYYY/MM/dd
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
archive_name: Arquivo
categories_name: Categorias
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- git-committers:
repository: codaqui/institucional
token: !ENV GH_TOKEN
branch: main
# - git-revision-date-localized:
# enabled: !ENV [GIT_REVISION_DATE_LOCALIZED, false]
# enable_creation_date: true
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/codaqui
- icon: fontawesome/brands/twitter
link: https://twitter.com/codaquidev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/codaqui
- icon: fontawesome/brands/instagram
link: https://instagram.com/codaqui.dev
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCUySP8FaPF_IkM48zmwJr0A
consent:
title: LGPD Cookies
description: >-
Usamos cookies para reconhecer suas visitas e preferências repetidas, bem como
para medir a eficácia de nossa documentação e se os usuários encontrarem o que eles estão procurando. Com o seu consentimento, você está nos ajudando a
tornar nossa documentação melhor.
analytics:
provider: google
property: G-CL043JTTND