Test
This commit is contained in:
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@@ -38,13 +38,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate Documentation
|
- name: Generate Documentation
|
||||||
run: |
|
run: |
|
||||||
if [ ! -f "config.ld" ]; then
|
|
||||||
echo 'project="Basalt2"; title="Basalt2 Documentation"; description="A powerful UI Framework for ComputerCraft"; dir="docs"; style="!pale"; format="markdown"; file="src"; all=true; template=true' > config.ld
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "LDoc Configuration:"
|
|
||||||
cat config.ld
|
|
||||||
|
|
||||||
echo "Available Lua-Files:"
|
echo "Available Lua-Files:"
|
||||||
find src -name "*.lua" -type f
|
find src -name "*.lua" -type f
|
||||||
|
|
||||||
|
|||||||
@@ -10,3 +10,7 @@ not_luadoc = true
|
|||||||
all = true
|
all = true
|
||||||
no_space_before_args = true
|
no_space_before_args = true
|
||||||
wrap = true
|
wrap = true
|
||||||
|
one = true -- Generiere eine Datei pro Modul
|
||||||
|
recurse = true -- Rekursiv durch Unterverzeichnisse gehen
|
||||||
|
shallow = true -- Behalte Verzeichnisstruktur bei
|
||||||
|
kind_names = {module = 'Modules', topic = 'Topics'}
|
||||||
|
|||||||
@@ -186,6 +186,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