diff --git a/_data/links_en.yml b/_data/links_en.yml index 73fac91..08cec0f 100644 --- a/_data/links_en.yml +++ b/_data/links_en.yml @@ -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 diff --git a/sitemap.json b/sitemap.json index 15201d9..c7100a6 100644 --- a/sitemap.json +++ b/sitemap.json @@ -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 },