项目作者: Bedrock-OSS

项目描述 :
Technical Bedrock Knowledgebase
高级语言: HTML
项目地址: git://github.com/Bedrock-OSS/bedrock-wiki.git
创建时间: 2020-03-21T02:36:10Z
项目社区:https://github.com/Bedrock-OSS/bedrock-wiki

开源协议:MIT License

下载


Minecraft Bedrock Wiki

Welcome to the Bedrock Wiki!

🔗 View the Site 🔗

✉️ Join the Discord ✉️

This wiki is a knowledge-sharing website for Minecraft Bedrock Add-Ons, containing documentation, tutorials, and general how-to information.

Contributing

You’ve found a typo, couldn’t get along with a guide because it was too complicated or want to write your own guide to help other users create their own add-ons?
Then you’ve come to the right place!

Our Bedrock Wiki is fully open-source and is maintained by our lovely community. And this community grows every day! If you want to be part of this community,
get help on Add-Ons or just want to expand our wiki, you can join our Discord servers:

If you want to help us create more complex things, like adding a new page or fixing some typos yourself, we have a dedicated Contribute Page on our wiki,
which describes every step you need to follow. If you have some questions, there are some really nice people in our Discord Server.

Code and Platform

The wiki uses a custom VitePress theme, and is statically generated from the wiki branch into the generated branch.

If you are interested in helping us maintain the core platform, as opposed to the Markdown articles, join the discord!

Running Locally

  • npm install
  • npm run dev (run in dev mode)
  • npm run build (test a release mode bundle)