From 3aa6a8edf52e4bf08ffd6e7fb11744a851d8ff8e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 27 Jun 2018 23:14:43 +0100 Subject: [PATCH] Add description --- _data/links_en.yml | 1 + sitemap.json | 4 ++++ 2 files changed, 5 insertions(+) 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 },