-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathmkdocs.yml
67 lines (58 loc) · 2.06 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
site_name: Faust Libraries
site_description: Faust Libraries Documentation.
copyright: Copyright © 2019-2025 <a href="https://www.grame.fr">Grame-CNCM</a>
nav:
- Overview:
- ' Organization ': organization.md
- ' Standard Functions ': standardFunctions.md
- ' Contributing ': contributing.md
- ' Community ': community.md
- ' Copyright/License ': about.md
- Index: libs/index.md
- Libraries:
- ' antialiased ': libs/aanl.md
- ' analyzers ': libs/analyzers.md
- ' basics ': libs/basics.md
- ' compressors ': libs/compressors.md
- ' delays ': libs/delays.md
- ' demos ': libs/demos.md
- ' dx7 ': libs/dx7.md
- ' envelopes ': libs/envelopes.md
- ' fds ': libs/fds.md
- ' filters ': libs/filters.md
- ' hoa ': libs/hoa.md
- ' interpolators ': libs/interpolators.md
- ' linearalgebra ': libs/linearalgebra.md
- ' maths ': libs/maths.md
- ' mi ': libs/mi.md
- ' misceffects ': libs/misceffects.md
- ' noises ': libs/noises.md
- ' oscillators ': libs/oscillators.md
- ' phaflangers ': libs/phaflangers.md
- ' physmodels ': libs/physmodels.md
- ' quantizers ': libs/quantizers.md
- ' reducemaps ': libs/reducemaps.md
- ' reverbs ': libs/reverbs.md
- ' routes ': libs/routes.md
- ' signals ': libs/signals.md
- ' soundfiles ': libs/soundfiles.md
- ' spats ': libs/spats.md
- ' synths ': libs/synths.md
- ' vaeffects ': libs/vaeffects.md
- ' version ': libs/version.md
- ' wdmodels ': libs/wdmodels.md
- ' webaudio ': libs/webaudio.md
- About: about.md
theme:
name: mkdocs
custom_dir: 'theme'
navigation_depth: 3
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- toc:
baselevel: 1
site_dir: ../docs
extra_css:
- css/extra.css