forked from ideoforms/isobar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (34 loc) · 922 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
site_name: isobar
theme:
name: material
features:
- navigation.tabs
repo_name: ideoforms/isobar
repo_url: https://github.com/ideoforms/isobar
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite
- pymdownx.tabbed
nav:
- 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
- MIDI files: devices/midifile.md
- OSC: devices/osc.md