-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
96 lines (88 loc) · 3.19 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
site_name: Ballance Mapping Tutorial
site_description: 'The tutorial for Ballance mapping.'
site_author: 'Ballance Player Organization'
site_url: 'https://gameexpcombination.github.io/BallanceMappingTutorial/'
repo_name: 'GameExpCombination/BallanceMappingTutorial'
repo_url: 'https://github.com/GameExpCombination/BallanceMappingTutorial'
edit_uri: ''
copyright: 'Text is available under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>.'
nav:
- Index:
- 'Choose Language': 'index.md'
- 'Translation Keywords Table': 'translation_keywords.md'
- 'Contribution Guideline': 'contributing.md'
- 'Copyright and License': 'license.md'
- 简体中文:
- '前言': 'zh-hans/index.md'
- 'Virtools教程':
- '了解Virtools': 'zh-hans/virtools/basic.md'
- '物件与组': 'zh-hans/virtools/object_group.md'
- 'Virtools元素概述': 'zh-hans/virtools/elements.md'
- 'Virtools元素扩展': 'zh-hans/virtools/enhanced_elements.md'
- '游戏机制与制图': 'zh-hans/virtools/game.md'
- '3ds Max教程':
- '版本差异': 'zh-hans/max/version.md'
- '注册': 'zh-hans/max/register.md'
- '基本操作': 'zh-hans/max/basic.md'
- '建造路面与钢轨(入门)': 'zh-hans/max/road_rail.md'
- 'NMO文件导入Max': 'zh-hans/max/nmo_import.md'
- '直接制作路面教程(进阶)': 'zh-hans/max/enhanced_road_rail.md'
- '视频教程': 'zh-hans/video.md'
- English:
- 'Introduction': 'en/index.md'
- 'Virtools tutorial':
- 'Understand Virtools': 'en/virtools/basic.md'
- 'Object and group': 'en/virtools/object_group.md'
- 'Virtools elements': 'en/virtools/elements.md'
- 'Virtools enhanced elements': 'en/virtools/enhanced_elements.md'
- 'Game mechanism and mapping': 'en/virtools/game.md'
- '3ds Max tutorial':
- 'Version difference': 'en/max/version.md'
- 'Register': 'en/max/register.md'
- 'Basic operation': 'en/max/basic.md'
- 'Build road and rail': 'en/max/road_rail.md'
- 'Import NMO file': 'en/max/nmo_import.md'
- 'Enhanced build road and rail': 'en/max/enhanced_road_rail.md'
- 'Video tutorial': 'en/video.md'
theme:
name: 'material'
font: false
palette:
primary: blue
accent: blue
language: 'en'
favicon: './img/favicon.ico'
feature:
tabs: true
logo:
icon: 'book'
plugins: []
extra:
social:
- type: 'github'
link: 'https://github.com/GameExpCombination'
- type: 'discord'
link: 'https://discord.gg/hyarMPm'
markdown_extensions:
- toc:
permalink: true
- footnotes
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- ./javascript/website.js