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