-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
85 lines (80 loc) · 1.98 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
83
84
85
site_name: 'Black MIDI Meta Docs'
site_description: 'Documentation of meta of Black MIDI and stuffs.'
site_author: 'Hans5958'
site_url: 'https://hans5958.github.io/Black-MIDI-Meta'
repo_name: 'GitHub'
repo_url: 'https://github.com/Hans5958/Black-MIDI-Meta'
theme:
name: 'material'
custom_dir: 'theme'
palette:
scheme: slate
primary: green
accent: light green
features:
- navigation.indexes
icon:
logo: material/book-music
extra_css:
- stylesheets/bmmetadocs.css
nav:
- Main Page: index.md
- Guide:
- Quick Start:
- Classic (PFA): guide/quick-start/pfa.md
- Minimal (Kiva): guide/quick-start/kiva.md
- Links: links.md
# - Discord Servers: discord.md
- List of Largest MIDIs:
- Info: large-list/index.md
- Release Notes: large-list/release-notes.md
- Changelog: large-list/changelog.md
- Macros: large-list/macros.md
- Domino Translations: domino-translations.md
- BMC Tags:
- Index: tags/index.md
- '#': tags/0.md
- A: tags/a.md
- B: tags/b.md
- C: tags/c.md
- D: tags/d.md
- E: tags/e.md
- F: tags/f.md
- G: tags/g.md
- H: tags/h.md
- I: tags/i.md
- J: tags/j.md
- K: tags/k.md
- L: tags/l.md
- M: tags/m.md
- 'N': tags/n.md
- O: tags/o.md
- P: tags/p.md
- Q: tags/q.md
- R: tags/r.md
- S: tags/s.md
- T: tags/t.md
- U: tags/u.md
- V: tags/v.md
- W: tags/w.md
- X: tags/x.md
- 'Y': tags/y.md
- Z: tags/z.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-MFXDVQ0WW7
consent:
title: Cookie consent
description: >-
Cookies are used to recognize your repeated visits, as well as to measure the effectiveness of the documentation. With your consent, you're helping to make this documentation better.
actions:
- accept
- reject
- manage