-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
125 lines (125 loc) · 3.32 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
---
site_name: pd4web
docs_dir: Documentation
copyright: Copyright © 2024 | Charles K. Neimog | University of São Paulo.
theme:
language: en
logo: assets/icon-light.svg
custom_dir: Documentation/overrides
logo_dark_mode: assets/icon-dark.svg
logo_light_mode: assets/icon-light.svg
favicon: assets/favicon.svg
name: material
features:
- navigation.top
- navigation.sections
- content.code.annotate
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.suggest
- toc.integrate
- toc.follow
- navigation.instant
- header.autohide
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: white
accent: light blue
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
accent: light blue
primary: black
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.extra
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tasklist
- pymdownx.magiclink
- pymdownx.highlight
- abbr
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.superfences
- footnotes
- pymdownx.keys
- def_list
- pymdownx.tasklist:
custom_checkbox: true
repo_url: https://github.com/charlesneimog/pd4web
extra_css: [extra/extra.css]
# extra_javascript: [js/index_slider.js]
nav:
- Home: index.md
- Compile your patch:
- Installation: patch/install.md
- Gui Objects: [patch/gui.md]
- Compilation: [patch/compile.md]
- Website Templates:
- patch/templates/index.md
- Website Templates List:
- patch/templates/1-score.md
- patch/templates/2-hands.md
- patch/templates/3-choir.md
- patch/templates/4-p5js.md
- patch/templates/5-tutorial.md
- Problems:
- patch/problems/where-they-live.md
- patch/problems/memory.md
- patch/problems/compilation.md
- patch/problems/flutex.md
- Uploading your patch:
- patch/upload/github.md
- patch/upload/cloudflare.md
- patch/upload/others.md
- libraries.md
- Pd4Web JavaScript Module:
- JavaScript Module: js/js.md
- js/requirements.md
- js/engine.md
- js/receive.md
- js/send.md
- js/midi.md
- devs.md
# - Examples: tests/
plugins:
- search
- exclude:
glob: [tests/**/Pd4Web/**]
extra:
# alternate:
# - name: English
# link: /en
# lang: en
# - name: Português
# link: /pt/
# lang: pt
analytics:
provider: google
property: G-E81RWT6R4V
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/charlesneimog/
- icon: fontawesome/brands/github
link: https://www.github.com/charlesneimog/
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]