Go to file
rubenwardy 7e9c206baf Changes 2014-12-11 19:40:58 +00:00
_includes Changes 2014-12-11 19:40:58 +00:00
_layouts Initial Commit 2014-12-11 19:27:40 +00:00
chapters Changes 2014-12-11 19:40:58 +00:00
static Initial Commit 2014-12-11 19:27:40 +00:00
.gitignore Initial Commit 2014-12-11 19:27:40 +00:00
README.md Changes 2014-12-11 19:40:58 +00:00
_config.yml Modify read me and correct settings 2014-12-11 19:31:54 +00:00
index.md Changes 2014-12-11 19:40:58 +00:00

README.md

Minetest Doc

This online book will teach you how to create mods in easy chapters.\ The chapters will explain a concept, give examples, and set tasks for you to complete.

This documentation was created by the Minetest community in order to\ help new modders gain a foothold.

You can contribute to this project on GitHub.\ It uses Jekyll to turn Markdown into a website.

Book written by rubenwardy and contributers.\ License: CC-BY-NC-SA 3.0

Running

$ jekyll serve -b /minetest_doc

Commits

If you are editing or creating a particular chapter, then use commit messages like this:

Getting Started - corrected typos
Entities - created chapter

Just use a normal style commit message otherwise.