forked from praxis-live/support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (32 loc) · 1.1 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
site_name: Praxis LIVE documentation
pages:
- 'index.md'
- 'Getting started':
- 'Installation': 'installation.md'
- 'Example projects': 'examples.md'
- 'Architecture & terminology': 'architecture.md'
- 'Main interface': 'main-interface.md'
- 'Projects': 'projects.md'
- 'Editors': 'editors.md'
- 'Component editors': 'component-editors.md'
- 'Custom components': 'custom-components.md'
- 'Built-in components':
- 'Core components': 'components-core.md'
- 'Audio components': 'components-audio.md'
- 'Video components': 'components-video.md'
- 'GUI components': 'components-gui.md'
- 'Creating custom components':
- 'Coding in Praxis LIVE': 'coding.md'
- 'Annotations': 'annotations.md'
- 'Additional annotations': 'annotations-additional.md'
- 'Advanced usage':
- 'Command line player': 'cli-player.md'
- 'Distributed hubs': 'distributed-hubs.md'
- 'Terminal': 'terminal.md'
theme: readthedocs
site_author: ""
repo_url: https://github.com/praxis-live/support
include_search: true
extra_css:
- custom.css
#use_directory_urls: false