minetest_docs
minetest_docs copied to clipboard
Sprint 1
As proposed in the IRC channel and suggested by benrob, going to start a 2 week sprint for getting some docs done.
- [x] before 8/19/2022 - pick a topic you will be covering
- [ ] 8/19/2022 ~~or before~~ to 8/26/2022 - work on the doc, get it ready for review
- [ ] 8/26/2022 to 9/2/2022 - get your PR reviewed, and review someone else's
List of topics taken:
Settings (which assumedly would also include minetest.settings)
MetaDataRef and all subclasses (StorageRef, NodeMetaRef, ItemStackMetaRef,
and PlayerMetaRef)
graph LR;
sound["sound and music backend"]
ExeVirus-->|wants to document|sound
sound <--> loading
sound <--> randomization
file["supported file types"]
sound <--> file
API["sound lua API"]
sound <--> API
https://github.com/minetest/minetest_docs/pull/40
For the record (and if we choose to organize future sprints this way): We can edit your issue, so there's no need for you to update or us to comment.
I am aware of editing, but that iirc doesnt notify people while a comment does.
Reminder to tick the checkboxes of the mega tracker as your PRs get merged.