summaryrefslogtreecommitdiff
path: root/tools/docs.py
AgeCommit message (Collapse)Author
2019-09-10Minor fixes in tools/ (#2906)Ryan Dahl
* Fix tools/docs.py * Remove dead code: sync_rust_crates.py
2019-04-21Refactor CLI entry point (#2157)Bartek IwaƄczuk
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
2019-04-06Fix tools/docs.py (#2055)Ryan Dahl
2019-03-22Website updates (#1984)Ryan Dahl
2019-03-18Fix entry point for tools/docs.pyRyan Dahl
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-11-14Add a simple doc generation tool.Ryan Dahl
And website upload tool.