-
Notifications
You must be signed in to change notification settings - Fork 51
/
mkdocs.yml
44 lines (41 loc) · 1.11 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
site_name: isobar
theme:
name: material
features:
- navigation.tabs
repo_name: ideoforms/isobar
repo_url: https://github.com/ideoforms/isobar
markdown_extensions:
- admonition
- attr_list
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.highlight
nav:
- Home:
- Home: index.md
- Getting started: getting-started.md
- Examples: examples.md
- Source code: source-code.md
- About the project: about.md
- Contributing: contributing.md
- License: license.md
- Timelines:
- About timelines: timelines/index.md
- Patterns:
- About patterns: patterns/index.md
- Pattern library reference: patterns/library.md
- Events:
- Events: events/index.md
- Note events: events/note.md
- Control events: events/control.md
- Action events: events/action.md
- Devices and I/O:
- Devices and I/O: devices/index.md
- MIDI: devices/midi.md
- Virtual MIDI devices: devices/virtual-midi-devices.md
- MIDI files: devices/midifile.md
- OSC: devices/osc.md
- SignalFlow: devices/signalflow.md
- SuperCollider: devices/supercollider.md
- FluidSynth: devices/fluidsynth.md