summaryrefslogtreecommitdiff
path: root/docs/getting_started
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-17docs: Document the WASM streaming APIs. (#11430)Andreu Botella
2021-07-12chore(runtime): deprecate `Deno.copy` (#11369)Luca Casonato
2021-07-10chore: fix broken url in first_steps.md (#11341)Ryan Pivovar
Co-authored-by: Satya Rohith <me@satyarohith.com>
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-19docs(installation): Add official docker images link (#11027)Michael Tyson
2021-06-14docs: fix typo (#10952)迷渡
2021-06-10docs: specify that allow-env and allow-run can have allow lists (#10918)grian
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: update getting started for clarity (#10694)Kitson Kelly
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com>
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-21docs(manual/wasm): add more example code. (#10250)grian
2021-04-21docs: mention docker support (#9618)Christopher Dieringer
2021-04-05docs: add documentation about Atom Editor LSP client (#10016)ayame113
Co-authored-by: ayame113 <ayame113@users.noreply.github.com>
2021-04-04docs: update kakoune LSP example configuration (#9989)louix
Fixes #9988
2021-04-01docs: add the Nix pkg manager to Installation options (#9921)Attila Gulyas
2021-03-30docs: clarify jetbrains setup (#9930)crowlKats
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-03-23Update setup_your_environment.md (#9876)IWANABETHATGUY
unlike other system config file, in windows `$profile` file is a common config file of powershell , just use `>` will override the user config file , which is terrible. This change use append instead of override which is more reasonable
2021-03-15docs: match install section with website (#9665)Kid
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-03-10fix(fmt): Correctly format hard breaks in markdown (#9742)David Sherret
2021-02-22docs: update getting started for coc (#9571)Heyward Fann
2021-02-17docs: Use JSONC code block for commenting (#9511)Takahiko Inayama
2021-01-26docs(tools): add documentation for Vim/Neovim plugin ALE (#9270)Mohammed Chelouti
2021-01-20docs: improve manual around typescript (#8139)Kitson Kelly
Fixes #9054
2021-01-07Remove emoji from welcome script so it looks better on windows (#9031)Ryan Dahl
2020-12-30docs: Fix instructions about how to setup development environment with ↵Yuki Tanaka
Vim/Neovim (#8937)
2020-12-28docs(watch): Add note about --unstable flag (#8876)Maxim Zhukov
2020-12-28docs(webassembly): add a link to mdn documentation (#8903)Casper Beyer
2020-12-17docs(lsp): add Sublime Text integration documentation (#8797)Steven Guerrero
2020-12-14docs(tools): Move setup environment's community paragraph back (#8745)Valentin Anger
2020-12-10docs(tools): add documentation for the deno lsp command (#8676)Valentin Anger
Co-authored-by: Yuki Tanaka <uki00a@gmail.com>
2020-12-07chore(std): Remove tsconfig_test.json (#8629)Nayeem Rahman
Ref #8050
2020-11-23Revert "docs(cli): Fix documentation about usage of deno completions … (#8468)Bartek Iwańczuk
This reverts commit 17d4cd92133bb822ff3a4f2f5bb32dfd17f99282.
2020-11-22docs(cli): Fix documentation about usage of deno completions script (#8369)Mayank Agarwal
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-11-07docs: fix code highlighting in typescript.md (#8277)Nikita Sobolev
2020-11-06docs: add Deno security model conference video link (#7724)Trivikram Kamat
2020-10-22docs: fix command examples use outdated default file_server port (#8062)Max Drosdo.www
2020-10-20chore: Rename --importmap to --import-map (#7032)Nayeem Rahman
--importmap still works as an alias to --import-map but is not visible in CLI help output.
2020-10-19docs(getting_started): fix WebAssembly example (#8028)Casper Beyer
2020-09-28docs: end sentences with a period in docs (#7730)Trivikram Kamat
2020-09-27docs: update GitHub doc links to use $CLI_VERSION (#7710)Trivikram Kamat
2020-09-27docs(cli): Update web assembly example and accepted compiler options in ↵Search
docs. (#7678) Fixes #7556 Fixes #7634
2020-09-13docs: manual updates for 1.4 features and changes (#7440)Luca Casonato
2020-09-11docs: move “Debugger” to “Debugging your code” in “Getting ↵tokiedokie
started” (#7421)
2020-09-10docs: add a Powershell autocomplete example (#7329)Danilo Sampaio
2020-08-29Typo in zsh env setup steps (#7250)Matt Barnett-Jones
2020-08-17typos (#7082)tokiedokie
2020-08-12fix: Make std work with isolatedModules (#7016)Nayeem Rahman
2020-08-09docs: instructions for loading zsh completions (#6998)Prabhanjan
2020-08-03docs: fix some grammar mistakes in permissions.md (#6949)Arseny Kruglikov