-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdocs.sh
More file actions
13 lines (12 loc) · 795 Bytes
/
docs.sh
File metadata and controls
13 lines (12 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
markdown README.md >README.html
markdown docs/ShovelVmSpec.md >docs/ShovelVmSpec.html
markdown docs/ShovelScriptSpec.md >docs/ShovelScriptSpec.html
markdown common-lisp/docs/index.md >common-lisp/docs/index.html
markdown common-lisp/docs/ClGettingStarted.md >common-lisp/docs/ClGettingStarted.html
markdown common-lisp/docs/WebGuessNumber.md >common-lisp/docs/WebGuessNumber.html
markdown common-lisp/docs/ShovelApi.md >common-lisp/docs/ShovelApi.html
markdown docs/advanced.md >docs/advanced.html
markdown csharp/docs/index.md >csharp/docs/index.html
markdown csharp/docs/CsharpGettingStarted.md >csharp/docs/CsharpGettingStarted.html
markdown csharp/docs/CsharpWebGuessNumber.md >csharp/docs/CsharpWebGuessNumber.html
markdown csharp/docs/CsharpShovelApi.md >csharp/docs/CsharpShovelApi.html