Test
This commit is contained in:
24
config.ld
24
config.ld
@@ -1,17 +1,7 @@
|
||||
project = "Basalt 2"
|
||||
title = "Basalt Documentation"
|
||||
description = "A Basalt UI Framework Documentation"
|
||||
format = "markdown"
|
||||
dir = "docs"
|
||||
file = "src"
|
||||
one = true -- Eine Datei pro Modul
|
||||
not_luadoc = true -- Modernere Dokumentationsformat
|
||||
merge = true -- Zusammengehörige Dokumentation zusammenführen
|
||||
plain = true -- Keine HTML-Formatierung
|
||||
sort = true
|
||||
all = true
|
||||
backtick_references = false
|
||||
kind_names = {
|
||||
topic = "Manual",
|
||||
script = "Elements"
|
||||
}
|
||||
project = 'Basalt2'
|
||||
title = 'Basalt Documentation'
|
||||
description = 'A UI Framework for ComputerCraft'
|
||||
file = {'src'}
|
||||
dir = 'docs'
|
||||
format = 'markdown'
|
||||
all = true
|
||||
Reference in New Issue
Block a user