Test
This commit is contained in:
26
config.ld
26
config.ld
@@ -1,19 +1,9 @@
|
|||||||
project = "Basalt2"
|
project="Basalt2";
|
||||||
|
title="Basalt2 Documentation";
|
||||||
title = "Basalt2 Documentation"
|
description="A powerful UI Framework for ComputerCraft";
|
||||||
|
dir="docs";
|
||||||
description = "A powerful UI Framework for ComputerCraft"
|
style="!pale";
|
||||||
|
format="markdown";
|
||||||
dir = "docs"
|
file="src";
|
||||||
|
all=true;
|
||||||
style = "!pale"
|
|
||||||
|
|
||||||
format = "markdown"
|
|
||||||
|
|
||||||
file = "src"
|
|
||||||
|
|
||||||
all = true
|
|
||||||
|
|
||||||
template=true
|
template=true
|
||||||
|
|
||||||
pretty = true
|
|
||||||
|
|||||||
@@ -112,6 +112,5 @@ function basalt.run(isActive)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
basalt.autoUpdate = basalt.run
|
|
||||||
|
|
||||||
return basalt
|
return basalt
|
||||||
Reference in New Issue
Block a user