summaryrefslogtreecommitdiff
path: root/tools/upload_website.py
AgeCommit message (Collapse)Author
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-06-11feat: default output filename for deno bundle (#2484)Ryan Dahl
And improve bundle docs
2019-02-21Improve readme (#1822)Ryan Dahl
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-11-14Add a simple doc generation tool.Ryan Dahl
And website upload tool.