forked from ro-py/ro.py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (70 loc) · 1.62 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
# Source file: https://github.com/Elttob/Fusion/blob/main/mkdocs.yml
site_name: ro.py
site_url: https://ro.py.jmk.gg/
repo_name: ro-py/ro.py
repo_url: https://github.com/ro-py/ro.py
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.svg
favicon: assets/logo.svg
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: black
accent: blue
extra_css:
- assets/theme.css
plugins:
- search
- gen-files:
scripts:
- docs/gen_doc_stubs.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
watch:
- roblox
handlers:
python:
setup_commands:
- import sys
- sys.path.append("docs")
selection:
new_path_syntax: yes
rendering:
show_if_no_docstring: yes
show_signature_annotations: yes
show_root_heading: yes
markdown_extensions:
- admonition
- attr_list
- meta
- pymdownx.betterem
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.highlight:
guess_lang: false
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ro-py/ro.py
name: ro.py on GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/N8yUdkSJwA
name: RoAPI Discord
- icon: fontawesome/brands/twitter
link: https://twitter.com/jmkdev
name: jmkdev on Twitter