-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathmkdocs.yml
40 lines (34 loc) · 819 Bytes
/
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
site_name: Notas musicais
repo_url: https://github.com/dunossauro/notas-musicais
repo_name: dunossauro/notas-musicais
edit_uri: tree/main/docs
theme:
name: material
language: pt-BR
logo: assets/logo.png
favicon: assets/logo.png
markdown_extensions:
- attr_list
- admonition
- pymdownx.tasklist
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css
watch:
- notas_musicais
plugins:
- macros
- mkdocstrings:
handlers:
python:
paths: [notas_musicais]
extra:
commands:
run: notas-musicais