From 37f38e6050438cce58f509d819d29de2a0382cc3 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sun, 23 Aug 2026 11:54:15 +0200 Subject: [PATCH] update docs --- doc_topics/01-introduction.md | 5 +- docs/examples/example1.lua.html | 16 +++- docs/index.html | 117 +++++++++++----------------- docs/modules/project.html | 86 ++++++++++++++++++++ docs/scripts/module-name.html | 86 ++++++++++++++++++++ docs/topics/01-introduction.md.html | 30 ++++--- docs/topics/02-advanced.md.html | 12 ++- docs/topics/CHANGELOG.md.html | 35 ++++++++- docs/topics/LICENSE.md.html | 12 ++- 9 files changed, 302 insertions(+), 97 deletions(-) create mode 100644 docs/modules/project.html create mode 100644 docs/scripts/module-name.html diff --git a/doc_topics/01-introduction.md b/doc_topics/01-introduction.md index 621375e..2193769 100644 --- a/doc_topics/01-introduction.md +++ b/doc_topics/01-introduction.md @@ -33,12 +33,11 @@ Here's a list of things to do when using this template: - Lua (`project`): "local prj = require '`project`'" -* [Go to the template on Github and create a new repo from it](https://github.com/Tieske/project.lua/generate), - set the "`[short-description]`". +* [Go to the template on Github and create a new repo from it](https://github.com/Tieske/project.lua/generate) * In the new repo settings, go to "Pages", and select branch "`main`" and folder "`/docs`". -* On the main repo page edit the project details; add the link to the documentation. +* On the main repo page edit the project details; set the "short-description" and add the link to the documentation. * Clone the repo locally. diff --git a/docs/examples/example1.lua.html b/docs/examples/example1.lua.html index 7543353..dc5f0af 100644 --- a/docs/examples/example1.lua.html +++ b/docs/examples/example1.lua.html @@ -27,6 +27,9 @@

[repo-name]

+ @@ -36,7 +39,11 @@

Examples

Modules

+

Scripts

+

Topics