This commit is contained in:
Robert Jelic
2025-02-09 19:09:41 +01:00
parent 77fe21e759
commit c9b39207e7
2 changed files with 9 additions and 17 deletions

View File

@@ -1,7 +1,9 @@
project = 'Basalt2'
title = 'Basalt Documentation'
description = 'A UI Framework for ComputerCraft'
file = {'src'}
dir = 'out'
file = 'src' -- Einzelner String statt Table
dir = 'out' -- Ausgabeverzeichnis
one = true -- Eine Datei pro Modul
format = 'markdown'
ext = '.md' -- Explizite Dateierweiterung
all = true