This commit is contained in:
Robert Jelic
2025-02-09 16:46:34 +01:00
parent a7242d08c0
commit 5af0d9e446

View File

@@ -1,10 +1,13 @@
project = 'Basalt2' project = "Basalt 2"
title = 'Basalt2 Documentation' title = "Basalt documentation"
description = 'A powerful UI Framework for ComputerCraft' description = "A Basalt UI Framework Documentation"
format = 'markdown' format = "discount"
dir = 'docs' backtick_references = false
file = {'src'} file = "ldoc.lua"
style = '!pale' dir = "docs"
sort = true readme = "manual.md"
all = true style = "!new"
topics = {'README.md'} kind_names = {
topic = "Manual",
script = "Programs"
}