Skip to content

Bedrock-OSS/bedrock-wiki

Repository files navigation

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)