summaryrefslogtreecommitdiff
path: root/tools/docs.py
AgeCommit message (Collapse)Author
2020-05-16chore: remove typedoc (#5497)Bartek Iwańczuk
2020-03-02fix tools/docs.py (#4210)Ryan Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-10-24Remove old website (#3194)Ry Dahl
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com>
2019-10-16Fix tools/docs.py (#3135)Ryan Dahl
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.