diff options
Diffstat (limited to 'config.ld')
-rw-r--r-- | config.ld | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.ld b/config.ld new file mode 100644 index 0000000..69be224 --- /dev/null +++ b/config.ld @@ -0,0 +1,12 @@ +project = "WorldEdit" +title = "WorldEdit API Documentation" +description = "Minetest mod to mass-modify nodes" +format = "markdown" +file = {"worldedit"} +topics = { + "README.md", + "Tutorial.md", + "ChatCommands.md", + "LICENSE.txt" +} + |