luadocs/content/lua.scripts.manual
Djkáťo 6ac163b207
fix windows require statement
The quotes would push 
```lua
"require 'tools/script_manager'"
```
instead of
```lua
require 'tools/script_manager'
```
to the file
2023-06-07 14:57:01 +02:00
..
scripts Fixed URL to git's home site 2023-05-07 09:46:36 +02:00
_index.html [lua scripts] created manual from script comments 2020-12-12 15:14:19 -05:00
installation.md fix windows require statement 2023-06-07 14:57:01 +02:00
overview.md [lua scripts] created manual from script comments 2020-12-12 15:14:19 -05:00
troubleshooting.md Update troubleshooting.md 2023-06-07 14:48:27 +02:00