Add description

This commit is contained in:
rubenwardy 2018-06-27 23:14:43 +01:00
parent 82fa2272fe
commit 3aa6a8edf5
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
2 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@
link: chapters/node_metadata.html
- title: Lua Voxel Manipulators
description: Learn how to use LVMs to speed up map operations.
num: 9
link: chapters/lvm.html

View File

@ -7,6 +7,9 @@
{
"title": "{{ link.title }}",
"loc": "https://rubenwardy.com/minetest_modding_book/en/{{ link.link }}",
{% if link.description %}
"description": "{{ link.description }}",
{% endif %}
"priority": 1
{% if link.num %}, "chapter_number": {{ link.num }}{% endif %}
},
@ -16,6 +19,7 @@
{
"title": "Lua Modding API Reference",
"loc": "https://rubenwardy.com/minetest_modding_book/lua_api.html",
"description": "lua_api.html is an HTML version of lua_api.txt",
"priority": 0.75
},