diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2021-07-20 16:25:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 16:25:36 +0200 |
commit | d744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch) | |
tree | 6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/help.md | |
parent | 9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff) |
chore: move docs to separate repository
Diffstat (limited to 'docs/help.md')
-rw-r--r-- | docs/help.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/help.md b/docs/help.md deleted file mode 100644 index 85d4d7ac9..000000000 --- a/docs/help.md +++ /dev/null @@ -1,18 +0,0 @@ -# Where To Get Help - -Stuck? Lost? Get Help from the Community. - -### [Stack Overflow](https://stackoverflow.com/questions/tagged/deno) - -Stack Overflow is a popular forum to ask code-level questions or if you’re stuck -with a specific error. -[ask your own!](https://stackoverflow.com/questions/ask?tags=deno) - -### [Community Discord](https://discord.gg/deno) - -Ask questions and chat with community members in real-time. - -### [DEV's Deno Community](https://dev.to/t/deno) - -A great place to find interesting articles about best practices, application -architecture and new learnings. Post your articles with the tag `deno`. |