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