完整版BedrockWiki镜像!
This commit is contained in:
72
docs/wiki/index.md
Normal file
72
docs/wiki/index.md
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
prev: false
|
||||
next: false
|
||||
---
|
||||
|
||||
# 欢迎来到 Wiki
|
||||
|
||||
由于中国版官网的教程写的过于冗长,因此我们计划使用简洁清晰的风格,重新编写基础教程,方便大家查询和学习哦!
|
||||
|
||||
除了原创内容,我们经过授权,从 [Bedrock Wiki](https://wiki.bedrock.dev) 镜像且翻译了一批教程,希望能够帮助到大家。
|
||||
|
||||
<MyFeatures :items="[
|
||||
{
|
||||
title: '新手指南',
|
||||
desc: '📚 适合新手的绝佳入门方式',
|
||||
link: '/wiki/guide/introduction'
|
||||
},
|
||||
{
|
||||
title: 'Mod脚本开发',
|
||||
desc: '🚀 快速入门我的世界 Mod 开发',
|
||||
link: '/wiki'
|
||||
},
|
||||
{
|
||||
title: '方块',
|
||||
desc: '🧱 方块的定义、行为和特性',
|
||||
link: '/wiki/blocks/blocks-intro'
|
||||
},
|
||||
{
|
||||
title: '物品',
|
||||
desc: '🎒 物品的定义、行为和特性',
|
||||
link: '/wiki/items/items-intro'
|
||||
},
|
||||
{
|
||||
title: '实体',
|
||||
desc: '🐾 实体的定义、行为和特性',
|
||||
link: '/wiki/entities/entity-intro-bp'
|
||||
},
|
||||
{
|
||||
title: 'Json UI',
|
||||
desc: '📱 Json UI 的基础知识和最佳实践',
|
||||
link: '/wiki/json-ui/json-ui-intro'
|
||||
}
|
||||
]" />
|
||||
|
||||
::: tip <span style="font-size: 18px;">🥰 期待你的贡献</span>
|
||||
|
||||
1. Fork [本项目](https://github.com/EaseCation/netease-modsdk-wiki)
|
||||
2. 在 `docs/wiki` 目录下创建新的 Markdown 文件
|
||||
3. 编写你的教程内容
|
||||
4. 提交 PR
|
||||
|
||||
:::
|
||||
|
||||
## 阅读官方文档镜像
|
||||
|
||||
<MyFeatures :items="[
|
||||
{
|
||||
title: 'API文档',
|
||||
desc: '查看官方API文档',
|
||||
link: '/mcdocs/0-欢迎'
|
||||
},
|
||||
{
|
||||
title: '开发指南',
|
||||
desc: '查看官方开发指南',
|
||||
link: '/mcguide/0-欢迎'
|
||||
},
|
||||
{
|
||||
title: '教学课程',
|
||||
desc: '查看官方教学课程',
|
||||
link: '/mconline/0-欢迎'
|
||||
}
|
||||
]" />
|
||||
Reference in New Issue
Block a user