summaryrefslogtreecommitdiff
path: root/docs/toc.json
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-18docs: add npm-Node.js chapter (#11419)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-07-10docs(manual): split testing into multiple chapters (#11067)Casper Beyer
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-05-15docs(runtime): add WebStorage API (#10593)crowlKats
2021-04-22docs: document Deno's HTTP Server API (#10280)Kitson Kelly
Co-authored-by: Satya Rohith <me@satyarohith.com>
2021-03-26docs: Add help community section (#9882)Yasser A.Idrissi
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
Closes #5239
2021-01-30refactor: rewrite Blob implementation (#9309)Luca Casonato
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-01-19docs: Move release schedule section (#9178)Nayeem Rahman
2021-01-20docs: improve manual around typescript (#8139)Kitson Kelly
Fixes #9054
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2020-12-06docs(examples): Synchronize links in TOC and index (#8635)Justin Mayhew
2020-12-05docs(tools): add documentation for deno compile cmd (#8615)fabiante
2020-11-30docs: add info about release schedule (#8546)Luca Casonato
2020-11-25docs: document the spec deviations in web apis (#8489)Luca Casonato
2020-11-02docs: Update toc.json (#8208)tokiedokie
2020-09-21docs: titles in examples should be sentence case (#7609)Rob Waller
2020-09-12doc: improve Examples (#7428)Chris Knight
2020-09-11docs: move “Debugger” to “Debugging your code” in “Getting ↵tokiedokie
started” (#7421)
2020-08-26docs: add fetch and read/write examples (#7186)Rob Waller
2020-08-18refactor: permissions (#7074)Nayeem Rahman
2020-08-06docs: Improve examples (#6958)Rob Waller
2020-06-18Feature testing assertions documentation (#6332)Rob Waller
2020-06-12docs(lint): add entry in manual (#6258)Bartek Iwańczuk
2020-06-08doc: Add a CLI section (#6164)Nayeem Rahman
2020-05-13docs: standard library (#5274)Bartek Iwańczuk
2020-05-10Docs for deno test + minor other changes (#5185)Luca Casonato
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links.
2020-05-09std/0.50.0Ryan Dahl
Add std/version.ts and document unstableness of std.
2020-05-09Move style guide to docs dir (#5174)Ryan Dahl
2020-05-07BREAKING: make Worker.deno unstable (#5128)Bartek Iwańczuk
This commit makes "Worker.deno" option unstable. Added new manual entry "docs/runtime/workers.md". Removed stale workers tests.
2020-05-06Multi page manual (#5110)Luca Casonato