docs: Add help community section (#9882)

This commit is contained in:
Yasser A.Idrissi 2021-03-26 13:04:18 +01:00 committed by GitHub
parent 9f9db6accd
commit 200170b64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

18
docs/help.md Normal file
View File

@ -0,0 +1,18 @@
# 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 youre 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`.

View File

@ -89,6 +89,9 @@
"embedding_deno": {
"name": "Embedding Deno"
},
"help": {
"name": "Help"
},
"contributing": {
"name": "Contributing",
"children": {