summaryrefslogtreecommitdiff
path: root/docs/getting_started
AgeCommit message (Collapse)Author
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
2020-07-31feat: add $STD_VERSION replacement variable in docs (#6922)Luca Casonato
2020-07-26Fix typo (#6872)Jordan Cannon
2020-07-19typo (#6800)Jason Miller
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13--no-check docs (#6714)Luca Casonato
2020-07-02docs: update discord link (#6599)Stanislav
2020-06-22doc: WASM -> WebAssembly (#6426)Casper Beyer
2020-06-15docs: added autocompletion example for zsh (#6298)Mandeep Singh
2020-06-15minor grammar fix (#6299)Dan
noun -> verb
2020-06-13Move to allowlist and blocklist (#6282)Luca Casonato
2020-06-12document "deno run -" (#6256)Jaap Aarts
2020-06-10fixed double prompt in manual (#6230)Tomofumi Chiba
2020-06-08doc: Add a CLI section (#6164)Nayeem Rahman
2020-06-07docs: vim/neovim settings for editors (#6064)hork71
2020-05-28Add instructions for using Deno with Emacs (#5928)Mudit Ameta
2020-05-27doc: official denoland extension (#5890)迷渡
2020-05-26docs: update JetBrains environment support (#5877)crowlKats
2020-05-26improve docs (#5872)Robin Wieruch
2020-05-26docs: "Getting started" manual updates (#5835)Chris Knight
2020-05-21typos (#5713)Khang Dinh
2020-05-21docs: update permissions docs (#5426)JavaScriptDude
2020-05-18Update `docs/getting_started/first_steps.md` (#5573)Matt Dumler
2020-05-18Update `docs/getting_started/permissions.md` (#5574)Matt Dumler
Aligned the example wording more closely with that in the `first_steps.md` document, and made other minor edits/corrections.
2020-05-17Miscellaneous documentation and spelling improvements (#5527)Bert Belder
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net>
2020-05-15Lets --> Let's (#5473)Dan Vanderkam