-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (54 loc) · 1.32 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
site_name: Audiocue Docs
repo_name: milk-studio/Audiocue
repo_url: https://github.com/milk-studio/Audiocue
site_author: MilkshakeSir
theme:
name: material
logo: assets/logo.svg
favicon: assets/Audiocue-Larger.svg
features:
- content.code.copy
- navigation.instant
- navigation.footer
- navigation.instant
- header.autohide
- navigation.tabs
- navigation.sections
icon:
repo: fontawesome/brands/github
font:
text: Figtree
code: JetBrains Mono
extra_css:
- "css/extra.css"
- "css/code.css"
plugins:
- search
copyright: Copyright © 2023 Milk's Studio/MilkshakeSir
nav:
- Quick Info:
- Intro: index.md
- History: Info/why.md
- Info:
- File Export: Info/ExportedFiles.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/milk-studio
name: Our GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/milkstudio72008
name: Not active
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- abbr
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg