summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-12-05chore: move/remove some repo top level files (#16951)David Sherret
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-19docs: fix npm_nodejs FAQ link (#11444)TED@Hexaflow
2021-07-19docs: fix bash code blocks tagged as ts (#11439)Casper Beyer
2021-07-19docs: tag bundler code blocks as bash (#11440)Casper Beyer
2021-07-18docs: add npm-Node.js chapter (#11419)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-07-17docs: Document the WASM streaming APIs. (#11430)Andreu Botella
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-07-12docs(manual/typescript): use consistent tenses in discussing cross-lang ↵Josh McSavaney
imports (#11361)
2021-07-10chore: fix broken url in first_steps.md (#11341)Ryan Pivovar
Co-authored-by: Satya Rohith <me@satyarohith.com>
2021-07-10docs(manual): split testing into multiple chapters (#11067)Casper Beyer
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-07-08docs(runtime): fix link to API docs (#11328)Yoshiya Hinosawa
2021-07-07fix(docs): update contributing instructions to mention installing python 3 ↵David Sherret
instead of 2. (#11319)
2021-07-02doc: fix duplicated words 'use of use of' (#11230)TED@Hexaflow
2021-06-25docs(lsp): Add Emacs eglot lsp configuration example (#10006)Daniel Perez Alvarez
Co-authored-by: John Spurlock <john.spurlock@gmail.com>
2021-06-24docs: fixed spelling mistake (#11096)Nick Williams
2021-06-22docs: fix typo (#11044)Luke Ingalls
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
Fixes #10677
2021-06-19docs(runtime): fix HTTP server example (#11047)vwkd
2021-06-19docs(installation): Add official docker images link (#11027)Michael Tyson
2021-06-16docs: remove mentions of `cli/js` (#11006)grian
2021-06-15docs: Add localStorage example (#10973)Yasser A.Idrissi
2021-06-14docs: fix typo (#10952)迷渡
2021-06-10docs: specify that allow-env and allow-run can have allow lists (#10918)grian
2021-06-09docs: improve TypeScript docs around use of libs (#10889)Kitson Kelly
Closes #10881
2021-05-31Update release dates (#10800)Ryan Dahl
2021-05-28docs(runtime): fix fetch API usage of HTTP server (#10777)Takeshi Kurosawa
2021-05-27docs(permissions): fix grammatical error in permissions docs (#10755)Jonathan Svenheden
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-05-19docs: fix misspelling (#10683)Raika Toriyama
2021-05-19docs: update getting started for clarity (#10694)Kitson Kelly
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com>
2021-05-19docs(typescript): fix typo in faqs (#10682)Raika Toriyama
2021-05-15docs(lint): update available rules (#10638)Yusuke Tanaka
2021-05-15docs(runtime): add WebStorage API (#10593)crowlKats
2021-05-11docs: fix issue in manual regarding how to reference types in JavaScript ↵Kitson Kelly
(#10573) Fixes: #10561
2021-05-10feat: support workspace folders configuration (#10488)Kitson Kelly
Ref #8643
2021-05-06docs(runtime): fix HTTP server example (#10497)vwkd
2021-05-05docs(examples): improve cat example (#10498)vwkd
2021-05-02docs: remove wasm and wasi as prerequisites (#10465)Casper Beyer
ref: #7512
2021-05-01fix(core): fix typo in error message of print function (#10456)Aditya Pandit
2021-04-29docs: update configuration to include noUncheckedIndexedAccess (#10324)Zeshan Aslam
Fixes: #10305 Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-04-28docs: edit wording for consistency/grammar (#10375)dev-nicolaos
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-27docs: remove --lite command line flag (#10386)Ryan Dahl
2021-04-26refactor(cli): rename Deno.emit() bundle options to "module" and "classic" ↵Nayeem Rahman
(#10332)
2021-04-22docs: document Deno's HTTP Server API (#10280)Kitson Kelly
Co-authored-by: Satya Rohith <me@satyarohith.com>
2021-04-21docs: Deno.emit supports bundling as IIFE (#10242)Zeno Zeng
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-04-21docs(manual/wasm): add more example code. (#10250)grian
2021-04-21docs: mention docker support (#9618)Christopher Dieringer
2021-04-20docs: Incorrect tsconfig option name (#10140)caucik
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-04-09docs: fix typo in fetch example (#10057)Tobias Nießen