镜像自地址
https://github.com/sammy-ette/Hilbish
已同步 2025-08-10 02:52:03 +00:00
fix(commands/doc): ignore index.md for old installs
这个提交包含在:
父节点
40c8593abd
当前提交
c66a99c515
@ -45,7 +45,7 @@ Available sections: ]] .. table.concat(modules, ', ')
|
||||
end
|
||||
end
|
||||
funcdocs = f:read '*a':gsub('-([%d]+)', '%1')
|
||||
local moddocs = table.filter(fs.readdir(moddocPath), function(f) return f ~= '_index.md' end)
|
||||
local moddocs = table.filter(fs.readdir(moddocPath), function(f) return f ~= '_index.md' or f ~= 'index.md' end)
|
||||
local subdocs = table.map(moddocs, function(fname)
|
||||
return lunacolors.underline(lunacolors.blue(string.gsub(fname, '.md', '')))
|
||||
end)
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户