summaryrefslogtreecommitdiff
path: root/config.ld
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2023-11-09 23:03:21 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2023-11-15 19:17:57 +0100
commitd45768de3e6f7b28bfecf4d19b192ccac9ce5dc2 (patch)
tree2d4f86ec87eb87a77f6663924aaaa9286756ce3e /config.ld
parentd4222ce6da2a2d7179fc79f9d0cc65fd6c09a686 (diff)
downloadluasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.zip
feat(*): add environment variable and random functions
Diffstat (limited to 'config.ld')
-rw-r--r--config.ld16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.ld b/config.ld
new file mode 100644
index 0000000..c13936d
--- /dev/null
+++ b/config.ld
@@ -0,0 +1,16 @@
+project='Lua-System'
+title='Lua-System docs'
+description='Platform independent system calls for Lua'
+
+format='markdown'
+use_markdown_titles = true
+style="./doc_topics/"
+
+file={'./src/', './system/'}
+topics={'./doc_topics/', './LICENSE.md', './CHANGELOG.md'}
+-- examples = {'./examples'}
+
+dir='docs'
+sort=true
+sort_modules=true
+all=false