-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (39 loc) · 1019 Bytes
/
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
site_name: PyForge
site_description: "The Python Language Provider for Minecraft Forge"
site_url: "https://pyforge-mc.readthedocs.io/"
repo_url: "https://github.com/rickaym/pyforge"
watch: ["README.md"]
repo_name: "rickaym/pyforge"
site_dir: "site"
copyright: Copyright © 2024 Pyae Sone Myo
nav:
- Home: index.md
- Contributions: contributions.md
- Internals: internals.md
- Painpoints: painpoints.md
- Jamboard: jamboard.md
theme:
name: material
palette:
primary: custom
features:
- navigation.footer
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/UmnzdPgn6g
- icon: fontawesome/brands/github
link: https://github.com/rickaym/pyforge
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
- admonition
- pymdownx.details
extra_css:
- stylesheets/extra.css