Add description
This commit is contained in:
parent
82fa2272fe
commit
3aa6a8edf5
@ -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
|
||||
|
||||
|
@ -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
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user