This commit is contained in:
Robert Jelic
2025-02-09 16:05:45 +01:00
parent 89a3365091
commit 56b71bb5e7
2 changed files with 9 additions and 20 deletions

View File

@@ -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

View File

@@ -112,6 +112,5 @@ function basalt.run(isActive)
end
end
end
basalt.autoUpdate = basalt.run
return basalt