-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (42 loc) · 1.52 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
# If you add a page, you must add it to the index here
pages:
- Home: 'index.md'
- 문서 스타일 가이드: 'styleguide.md'
- 시작하기:
- Home: 'gettingstarted/index.md'
- 모드 기본구조 작성하기: 'gettingstarted/structuring.md'
- Forge 내장 업데이트 표시기: 'gettingstarted/autoupdate.md'
- 블록(Block):
- Home: 'blocks/blocks.md'
- 상호작용: 'blocks/interaction.md'
- 블록 상태(Blockstate):
- 블록 상태(Blockstate) 소개: 'blockstates/states.md'
- Blockstate JSON 소개: 'blockstates/introduction.md'
- Forge 전용 Blockstate JSON 형식: 'blockstates/forgeBlockstates.md'
- 이벤트:
- 사용 방법: 'events/intro.md'
- 네트워크:
- Home: 'networking/index.md'
- 개관: 'networking/overview.md'
- SimpleImpl 사용법: 'networking/simpleimpl.md'
- 데이터 관리:
- Capabilities: 'datastorage/capabilities.md'
- World Saved Data: 'datastorage/worldsaveddata.md'
- Extended Entity Properties: 'datastorage/extendedentityproperties.md'
- 효과:
- 음향: 'effects/sounds.md'
- 관례:
- 버전 관리: 'conventions/versioning.md'
- 파일 위치: 'conventions/locations.md'
- 로딩 단계(Loading Stage) 관련: 'conventions/loadstages.md'
- 기본 개념:
- 측(서버와 클라이언트): 'concepts/sides.md'
# Do not edit in PRs below here
site_name: Forge 한글 설명서
markdown_extensions:
- admonition
- smarty
- sane_lists
extra_css:
- css/style_fixes.css
theme: readthedocs