diff --git a/app/flatpages/about.md b/app/flatpages/about.md index cf55c767..35fae4f5 100644 --- a/app/flatpages/about.md +++ b/app/flatpages/about.md @@ -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. diff --git a/app/flatpages/help/faq.md b/app/flatpages/help/faq.md index 1e72752e..2035fa8d 100644 --- a/app/flatpages/help/faq.md +++ b/app/flatpages/help/faq.md @@ -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?