-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
132 lines (109 loc) · 3.16 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
# dddd
site_name: Brazilian Holidays
site_author: Michel Metran
site_url: https://brazilian-holidays.readthedocs.io/
copyright: |
© 2024 <a href="https://github.com/michelmetran" target="_blank" rel="noopener">Michel Metran</a>
# GitHub Repo Link
repo_url: https://github.com/michelmetran/brazilian-holidays
docs_dir: 'docs' # Default docs
site_dir: 'site' # Default site
# NavBar
# Opcional
nav:
- Home: index.md
- Como Instalar?: pages/install.md
- Como Usar?: scripts/01_pacote.ipynb
- Meus Feriados: scripts/02_meus_feriados.ipynb
- "Calendário: múltiplos anos?": scripts/03_calendario.ipynb
- Referências: pages/refs.md
- Pacotes Alternativos:
- Holidays: scripts/04_holidays.ipynb
- Dateutil: scripts/05_dateutil.ipynb
# - Documentation:
# - Docs: pages/docs.md
# - Write: pages/write.md
# Theme
# Opcional
# https://squidfunk.github.io/mkdocs-material/
theme:
# Breadcrumbs
features:
#- navigation.path
- navigation.top
#- navigation.tabs
- navigation.sections
- navigation.instant
- navigation.instant.prefetch
- search.suggest
- search.highlight
- toc.follow
#- toc.integrate
- content.code.annotation
- content.code.copy
language: pt-BR
icon:
repo: fontawesome/brands/github
name: material
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
# https://facelessuser.github.io/pymdown-extensions/
markdown_extensions:
- pymdownx.emoji # Suporte a emojis
- pymdownx.tasklist # Suporte à tarefas
- pymdownx.mark # Marcado
- pymdownx.tilde # Realçado
- pymdownx.highlight # Código
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Referências
# https://github.com/facelessuser/pymdown-extensions/blob/main/docs/src/mkdocs.yml
- toc:
permalink: true
separator: '_'
plugins:
- social
- search
- mkdocs-jupyter:
ignore_h1_titles: True
include_source: True
execute: true
show_input: True # Default True
no_input: False # Default False
ignore: ['1*.ipynb']
include: ['*.ipynb'] # Default: ["*.py", "*.ipynb"]
# execute_ignore:
# - "my-secret-files/*.ipynb"
# allow_errors: false
# kernel_name: python3
extra:
analytics:
provider: google
property: G-HSMVSKGX7H
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/michelmetran
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/michelmetran/
- icon: fontawesome/brands/twitter
link: https://twitter.com/michelmetran