-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
78 lines (70 loc) · 2.28 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
site_name: PraxisLIVE documentation
nav:
- 'PraxisLIVE': 'index.md'
- 'Getting started':
- 'Installation': 'installation.md'
- 'Example projects': 'examples.md'
- 'Architecture & terminology': 'architecture.md'
- 'Main interface': 'main-interface.md'
- 'Visual project building':
- 'Projects': 'projects.md'
- 'Editors': 'editors.md'
- 'Graph editor': 'editors-graph.md'
- 'GUI editor': 'editors-gui.md'
- 'Component editors': 'component-editors.md'
- 'Custom components': 'custom-components.md'
- 'Code editing':
- 'Coding in PraxisLIVE': 'coding.md'
- 'Coding core components': 'coding-core.md'
- 'Coding audio components': 'coding-audio.md'
- 'Coding video components': 'coding-video.md'
- 'Coding OpenGL video components': 'coding-video-gl.md'
- 'Properties & animation': 'coding-properties.md'
- 'Annotations': 'coding-annotations.md'
- 'Additional annotations': 'coding-annotations-extra.md'
- 'Linkables': 'coding-linkables.md'
- 'References': 'coding-ref.md'
- 'Data Pipes': 'coding-data-pipes.md'
- 'Shared code': 'coding-shared.md'
- 'Third-party libraries': 'coding-libraries.md'
- 'Built-in components':
- 'Core components': 'components-core.md'
- 'Audio components': 'components-audio.md'
- 'Video components': 'components-video.md'
- 'GUI components': 'components-gui.md'
- 'Advanced usage':
- 'Command line usage': 'cli-usage.md'
theme:
name: 'material'
palette:
- scheme: default
primary: 'indigo'
accent: 'indigo'
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: 'blue grey'
accent: 'blue'
toggle:
icon: material/brightness-3
name: Switch to light mode
logo: 'img/praxislive-icon.png'
favicon: 'img/favicon.ico'
site_author: ""
extra_css:
- custom.css
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/praxis-live'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/praxislive'
markdown_extensions:
- admonition
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
#repo_url: https://github.com/praxis-live/support