init documentation

This commit is contained in:
nobohan
2021-10-21 17:21:23 +02:00
parent 66893bb39d
commit 6ed52886c3
9 changed files with 773 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
function fix_path (path)
return '../../sncf-qa.wiki/' .. path
end
function Image (element)
element.src = fix_path(element.src)
return element
end