docs: [ci] generate new docs

insensitive-tab^2
TorchedSammy 1 year ago committed by TorchedSammy
parent 9e596dc271
commit 3db6334445
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

@ -1,3 +1,5 @@
abs(path) > Gives an absolute version of `path`.
cd(dir) > Changes directory to `dir`
mkdir(name, recursive) > Makes a directory called `name`. If `recursive` is true, it will create its parent directories.

@ -2,6 +2,10 @@
local fs = {}
--- Gives an absolute version of `path`.
--- @param path string
function fs.abs(path) end
--- Changes directory to `dir`
--- @param dir string
function fs.cd(dir) end

Loading…
Cancel
Save