https://github.com/solveddev/mcbe-documentation
https://github.com/solveddev/mcbe-documentation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solveddev/mcbe-documentation
- Owner: solvedDev
- Created: 2018-08-19T16:53:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T16:54:22.000Z (over 7 years ago)
- Last Synced: 2025-09-16T03:55:08.498Z (7 months ago)
- Language: HTML
- Size: 1.92 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCBE Documentation
An attempt to create a better & reliable MCBE addon documentation which is easy to parse and offers everything the default vanilla documentation offers. This project is a heavy WIP.
### Adding a new component
The documentation data can be found inside the "documentation" folder of this repository.
#### (1) Modify ```components.json```
Add the new component to the ```components.json``` file. You must define both: name & path to the component file.
#### (2) Add the component
Take a look at the file ```example.json``` to see how to build a component page.