forked from Bubobubobubobubo/sardine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (78 loc) · 2.43 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
site_name: Sardine
site_url: https://sardine.raphaelforment.fr
site_author: Raphaël Forment
nav:
- Home: index.md
- Showcase: showcase.md
- Installation / Configuration:
- Installing Sardine: 'technical/installation.md'
- Configuration tools: 'technical/configuration.md'
- Troubleshooting: 'technical/troubleshot.md'
- Documentation:
- Sardinopedia:
- Introduction: 'documentation/sardinopedia/introduction.md'
- Survival Kit: 'documentation/survival_kit.md'
- Learning:
- Timing and Scheduling: 'documentation/sardinopedia/basic_swimming_lessons.md'
- Senders & Handlers: 'documentation/sardinopedia/senders.md'
- The pattern system: 'documentation/sardinopedia/patterning.md'
- Sardine Pattern Language: 'documentation/sardinopedia/pattern_language.md'
- SuperCollider & SuperDirt: 'documentation/sardinopedia/supercollider.md'
- Clock: 'documentation/sardinopedia/clock.md'
- Demos:
- Solstice : 'documentation/demos/solstice.md'
- Zorba in Belleville : 'documentation/demos/zorba_in_belleville.md'
- Dumpster Dive: 'documentation/demos/dumpster_dive.md'
- Tribute to Jules Cipher: 'documentation/demos/PMA5.md'
- Artificial Life: 'documentation/demos/artificial_life.md'
- Old School Tutorial: 'documentation/tutorial.md'
- Reference: 'documentation/reference.md'
- About: about.md
theme:
palette:
primary: black
accent: orange
font:
code: Roboto Mono
text: Karla
name: material
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.prune
- navigation.top
logo: images/sardine_logo_single.svg
custom_dir: docs/overrides
extra:
generator: false
extra_css:
- stylesheets/extra.css
plugins:
- search
docs_dir: docs
markdown_extensions:
- tables
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Bubobubobubobubo/sardine
- icon: fontawesome/brands/twitter
link: https://twitter.com/RaphBubo
repo_url: https://github.com/Bubobubobubobubo/sardine