-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yaml
37 lines (37 loc) · 1000 Bytes
/
mkdocs.yaml
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
docs_dir: wiki
site_name: PSForever Wiki
site_url: https://psforever.github.io/wiki/
repo_url: https://github.com/psforever/wiki
repo_name: GitHub
edit_uri: blob/main/wiki/
theme:
name: material
logo: res/logo.png
favicon: res/favicon.png
palette:
primary: black
features:
- navigation.indexes
- navigation.instant
- search.suggest
markdown_extensions:
- attr_list
- md_in_html
- figure
- toc:
toc_depth: "1-4"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/0nRe5TNbTYoUruA4
- icon: fontawesome/brands/github
link: https://github.com/psforever
extra_javascript:
- https://unpkg.com/jquery@3/dist/jquery.min.js
- https://unpkg.com/featherlight@1/release/featherlight.min.js
extra_css:
- https://unpkg.com/featherlight@1/release/featherlight.min.css
- res/figure.css