From e2a06f122099a4a713445feba4e7cac24247e21e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 28 Nov 2016 15:00:55 +0100 Subject: Add category descriptions --- init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index d2b0016..4d7da2c 100644 --- a/init.lua +++ b/init.lua @@ -1,14 +1,16 @@ doc.new_category("basics", { - name="Basics", + name="Basics (WIP)", build_formspec = doc.entry_builders.text, + description = "Everything you need to know about Minetest to get started with playing", sorting = "custom", sorting_data = {"minetest", "controls", "sneak", "cam", "minimap", "players", "inventory", "tools", "blocks", "liquids", "craft", "groups", "glossary", "online"}, }) doc.new_category("online", { - name="Online multiplayer", + name="Online multiplayer (WIP)", + description = "Help about playing online with other players", build_formspec = doc.entry_builders.text, sorting = "custom", sorting_data = {"intro", "commands", "privs"}, -- cgit v1.2.3