Test
This commit is contained in:
23
config.ld
23
config.ld
@@ -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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user