-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (51 loc) · 1.54 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
INHERIT: docs/common/config.yml
site_description: "sfizz wiki"
site_name: "sfizz-wiki"
site_url: "https://sfz.tools/sfizz-wiki"
#copyright: "Copyright © 2019-2023 SFZTools Organization"
repo_name: "GitHub"
repo_url: "https://github.com/sfztools/sfizz-wiki"
extra:
homepage: "/"
copyright_auto: true
copyright_since: 2019
site_owner: "SFZTools Organization"
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/sfztools/sfizz/"
name: "sfizz on GitHub"
- icon: "fontawesome/solid/hashtag"
link: "https://kiwiirc.com/nextclient/#irc://irc.libera.chat:+6697/#sfztools"
name: "sfizz on IRC"
- icon: "fontawesome/brands/discord"
link: "https://discord.gg/3ArE9Mw"
name: "sfizz on Discord"
- icon: "fontawesome/solid/at"
link: "https://sfz.tools/sfizz-wiki/contacts"
name: "EMail"
- icon: "fontawesome/solid/rss"
link: "https://sfz.tools/atom.xml"
name: "News Atom Feed"
nav:
- External Links:
- "SFZ Format": "https://sfzformat.com/"
- "SFZ Instruments": "https://github.com/sfzinstruments/"
- "FreePats Instruments": "https://freepats.zenvoid.org/"
- "LinuxAudio": "https://linuxaudio.org/"
- "LinuxMAO": "https://linuxmao.org/"
- "index.md"
- "contacts.md"
- Developer notes:
- "Filters.md"
- "Resampling.md"
- "OBS-builds.md"
- "Rolling-out-new-versions.md"
- "To-deprecate-on-next-API-ABI-break.md"
- Analysis:
- "Effect-routing.md"
- "Effects.md"
- "Curves.md"
- "EQ-and-filters.md"
- Project Perspective / WIP:
- "Ideas-for-longer-term.md"
- "UI-themes.md"