-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
103 lines (96 loc) · 3.29 KB
/
mkdocs.yml
File metadata and controls
103 lines (96 loc) · 3.29 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
site_name: Colorify Docs
repo_url: https://github.com/ComeixAlpha/comeixalpha.github.io
repo_name: ComeixAlpha/comeixalpha.github.io
site_author: Comeix Alpha
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
# Customization
extra_css:
- 'assets/css/extra.css?v=14'
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- 主页: index.md
- 参数表:
- 粒子画:
- 裁剪: arguments_table/common/clips.md
- 裁剪插值法: arguments_table/common/interpolation.md
- 高度: arguments_table/particles/height.md
- 平面: arguments_table/particles/plane.md
- 模式: arguments_table/particles/mode.md
- 旋转: arguments_table/particles/rotate.md
- 像素画:
- 裁剪: arguments_table/common/clips.md
- 裁剪插值法: arguments_table/common/interpolation.md
- 平面: arguments_table/blocks/plane.md
- 色差公式: arguments_table/blocks/distance.md
- 阶梯式: arguments_table/blocks/staircase.md
- 使用结构: arguments_table/blocks/structure.md
- 颜色抖动: arguments_table/blocks/dither.md
- 仅地毯: arguments_table/blocks/carpet_only.md
- 去除玻璃: arguments_table/blocks/rm_glasses.md
- 去除沙子与混凝土粉末: arguments_table/blocks/rm_sands.md
- 版本-扁平化: arguments_table/blocks/flattening.md
- 基础偏移: arguments_table/blocks/basic_offset.md
- 阶梯式竖向间隔: arguments_table/blocks/staircase_gap.md
- Floyd-Steinberg 系数: arguments_table/blocks/fscoe.md
- WebSocket 通信间隔: arguments_table/blocks/wsdelay.md
- 参考:
- 基岩版地图基色表: ref/mapcolors.md
- SAPI-Minecraft 版本映射表: ref/sapi_versions.md
- 使用示例与教程:
- 粒子画使用教程: tutorials/particle.md
- 粒子画-映射表: tutorials/mappings.md
- 像素画使用教程: tutorials/block.md
- 常见问题: common_issues.md
- 特别鸣谢: acknowledgement.md