-
Notifications
You must be signed in to change notification settings - Fork 37
/
mkdocs.yml
98 lines (98 loc) · 2.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
docs_dir: docs/zh
site_name: x-studio
repo_url: https://github.com/simdsoft/x-studio.github.io
repo_name: GitHub
edit_uri: edit/master/docs/zh
copyright: Copyright © 2014 - 2023 Simdsoft Limited.
theme:
name: material
language: zh
palette:
scheme: preference
primary: indigo
logo: assets/images/logo.png
favicon: assets/images/logo.png
features:
- content.action.edit
- content.action.view
- content.code.copy
- navigation.footer
icon:
edit: material/pencil
view: material/eye
repo: fontawesome/brands/github
nav:
- 主页: index.md
- x-studio - 代码编辑篇: coding/index.md
- x-studio - Lua调试:
- 前言: lua-dbg/index.md
- Unity3D Lua调试: lua-dbg/01_unity3d.md
- 虚幻引擎 Lua调试: lua-dbg/02_unreal.md
- Cocos2d-x Lua调试: lua-dbg/03_cclua.md
- 标准Lua调试: lua-dbg/04_olua.md
- 常见问题: lua-dbg/05_faq.md
- x-studio - UI编辑:
- CSD恢复: ui-editing/02_csd-recov.md
- 常见问题: ui-editing/03_faq.md
- x-studio - 高级篇:
- 加密解决方案: advanced/01_encrypt.md
- 软件升级: advanced/02_upgrade.md
- Lua字节码编译: advanced/03_luac.md
- x-studio - 使用技巧: use-skills.md
- x-studio - 软件快捷键: shortcuts.md
- x-studio - 软件设置: settings.md
- x-studio - 常见问题: faq.md
- x-studio - 版本更新: changelog.md
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: simdsoft
repo: x-studio
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
separator: '[\s\-\,\。]+'
- pdf-export:
verbose: false
media_type: print
combined: true
combined_output_path: pdf/x-studio-latest.pdf
enabled_if_env: DOCS_CI
- minify:
minify_html: true
extra_css:
- 'assets/stylesheets/extra.css'