-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
87 lines (78 loc) · 1.9 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
86
87
site_name: Anvil Documentation
site_description: Anvil documentation.
site_author: StarkTMA
site_url: https://anvil.starktma.net
repo_url: https://github.com/StarkTMA/Anvil
remote_branch: generated
copyright: Copyright © 2024 StarkTMA
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.ico
palette:
scheme: slate
primary: black
features:
- search.suggest
- navigation.tabs
- navigation.sections
- navigation.footer
- content.code.copy
extra:
homepage: https://starktma.net
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/starktma
- icon: fontawesome/brands/discord
link: https://discord.com/invite/qKsKWbB
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/yasser-benfoughal
- icon: fontawesome/brands/twitter
link: https://x.com/@starktma_
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_symbol_type_toc: true
show_symbol_type_heading: true
show_source: false
show_root_heading: true
inherited_members: true
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
nav:
- Home: index.md
- API:
- Core:
- api/core.md
- api/lib.md
- Features:
- api/actors.md
- api/blockbench.md
- api/blocks.md
- api/commands.md
- api/components.md
- api/enums.md
- api/features.md
- api/items.md
- api/molang.md
- api/texture_pack.md
- api/types.md
- api/ui.md
- api/vanilla.md
- Docs:
- Config: guide/config.md
- Adding Entity: guide/adding_entity.md