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

View File

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