Link to Minetest Modding Book in help pages

This commit is contained in:
rubenwardy 2023-05-08 01:45:36 +01:00
parent 3ccb165522
commit fb329cd76e
2 changed files with 12 additions and 0 deletions

@ -23,3 +23,9 @@ ContentDB isn't just about supporting the in-game content downloader; it's commo
and review packages using the ContentDB website, but install using Git rather than the in-game installer.
**ContentDB's purpose is to be a well-formatted source of information about mods, games,
and texture packs for Minetest**.
## How do I learn how to make mods and games for Minetest?
You should read
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
for a guide to making mods and games using Minetest.

@ -47,6 +47,12 @@ There are a number of methods:
* [Webhooks](/help/release_webhooks/): you can configure your Git host to send a webhook to ContentDB, and create an update immediately.
* the [API](/help/api/): This is especially powerful when combined with CI/CD and other API endpoints.
### How do I learn how to make mods and games for Minetest?
You should read
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
for a guide to making mods and games using Minetest.
## How do I get help?