-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
111 lines (101 loc) · 2.5 KB
/
mkdocs.yaml
File metadata and controls
111 lines (101 loc) · 2.5 KB
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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
#######
# General metadata
#######
site_name: Cumbuca Docs
site_url: https://docs.cumbuca.dev
repo_url: http://github.com/cumbucadev/comunidade
site_author: cumbuca.dev
copyright: "2026, cumbuca.dev"
site_description: Documentação oficial da comunidade da Cumbuca Dev
#######
# Theme settings
#######
theme:
name: material
logo: assets/img/logo-transparent.png
favicon: assets/img/logo-transparent.png
language: pt-BR
features:
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.top
- navigation.sections
- search.share
- search.suggest
- toc.follow
palette:
- scheme: cumbuca-light
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Dark mode
- scheme: cumbuca-dark
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Light mode
#######
# Docs settings
#######
nav:
- Cumbuca Docs:
- cumbuca-docs/intro.md
- Como contribuir:
- Sei programar: cumbuca-docs/contribuir/contribuir.md
- NÃO sei programar:
- cumbuca-docs/contribuir/editar-pagina.md
- cumbuca-docs/contribuir/adicionar-pagina.md
- cumbuca-docs/contribuir/remover-pagina.md
#######
# Development settings
#######
watch:
- docs
#######
# Docs settings
#######
use_directory_urls: true
#######
# Plugins/extensions settings
#######
plugins:
- search:
lang: pt
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- attr_list
- def_list
- meta
- sane_lists
- smarty
- toc:
toc_depth: 2-4
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- assets/css/theme.css
- assets/css/cards.css
# custom scripts loaded on every page
extra_javascript:
- assets/js/sidebar.js
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/cumbucadev/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/cumbucadev/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@cumbucadev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/cumbucadev/
- icon: fontawesome/solid/paper-plane
link: mailto:contato@cumbuca.dev