diff options
author | Wuzzy <almikes@aol.com> | 2016-11-28 15:00:55 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-11-28 15:00:55 +0100 |
commit | e2a06f122099a4a713445feba4e7cac24247e21e (patch) | |
tree | f3c9731c76646ae062745f5256034a2d42837988 | |
parent | 44f8110edc84b83b6efd1783a8dd28f3c06d29cf (diff) |
Add category descriptions
-rw-r--r-- | init.lua | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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"}, |