aboutsummaryrefslogtreecommitdiff
path: root/config.ld
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2025-12-27 17:21:49 -0600
committerAlexander M Pickering <alex@cogarr.net>2025-12-27 17:21:49 -0600
commit0c6a674999333a10317ee8a2b43f72bde03068c5 (patch)
tree71e1839fafaba516d2472d02847fe65d469a5550 /config.ld
parentaacf5fbcfe1e6f2cdb0c6ab19b3e8dd87e3fd488 (diff)
downloadartery-master.tar.gz
artery-master.tar.bz2
artery-master.zip
Update for documentationHEADmaster
Diffstat (limited to 'config.ld')
-rw-r--r--config.ld31
1 files changed, 14 insertions, 17 deletions
diff --git a/config.ld b/config.ld
index 9fc7140..547d473 100644
--- a/config.ld
+++ b/config.ld
@@ -37,7 +37,7 @@ custom_display_name_handler = function(item,default_handler)
for k,v in pairs(item) do
print(k,":",v)
end
- decorators["reqadmin"] = true
+ decorators["reqadmin"] = true
end
end
if item.tags.domain then
@@ -50,20 +50,17 @@ custom_display_name_handler = function(item,default_handler)
return s
end
style = "doc"
-readme = {"README.md"}
-
---[[
-examples = {
- "tutorials/tut000_setup.md",
- "tutorials/tut010_first_addon.md",
- "tutorials/tut020_nrequire.md",
- "tutorials/tut021_detouring.md",
- "tutorials/tut030_inventories.md",
- "tutorials/tut031_metatables.md",
- "tutorials/tut032_more_fields.md",
- "tutorials/tut040_items.md",
- "tutorials/tut041_not_enough_items.md",
- "tutorials/tut042_too_many_items.md",
- "tutorials/tut050_entities.md",
+readme = {
+ "README.md",
+ "./tutorials/tut000_setup.md",
+ "./tutorials/tut010_first_addon.md",
+ "./tutorials/tut020_nrequire.md",
+ "./tutorials/tut021_detouring.md",
+ "./tutorials/tut030_inventories.md",
+ "./tutorials/tut031_metatables.md",
+ "./tutorials/tut032_more_fields.md",
+ "./tutorials/tut040_items.md",
+ "./tutorials/tut041_not_enough_items.md",
+ "./tutorials/tut042_too_many_items.md",
+ "./tutorials/tut050_entities.md",
}
-]]