Skip to content

Commit ae7eb24

Browse files
committed
Add docs generation to rakefile
1 parent fbe5618 commit ae7eb24

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.luarc.json

Whitespace-only changes.

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ task :build do
1111
ruby 'lib/generate.rb'
1212
end
1313

14+
task :docs do
15+
sh 'lua-language-server --configpath=.luarc.json --doc_out_path=docs --doc=dist/library'
16+
ruby 'lib/json.rb'
17+
end
18+
1419
task :debug do
1520
ruby 'lib/generate.rb --debug'
1621
end

0 commit comments

Comments
 (0)