diff options
author | Yasser A.Idrissi <getspookydev@gmail.com> | 2021-03-26 13:04:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 08:04:18 -0400 |
commit | 200170b64d3d58c5bfc47d0d2f02804fab0af289 (patch) | |
tree | a4a47b4f25f488d570ed7ac89455fcaeb85fff46 | |
parent | 9f9db6accdbd870054536ef8463f44884403ec47 (diff) |
docs: Add help community section (#9882)
-rw-r--r-- | docs/help.md | 18 | ||||
-rw-r--r-- | docs/toc.json | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/docs/help.md b/docs/help.md new file mode 100644 index 000000000..85d4d7ac9 --- /dev/null +++ b/docs/help.md @@ -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 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`. diff --git a/docs/toc.json b/docs/toc.json index 8020b816c..9139124ff 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -89,6 +89,9 @@ "embedding_deno": { "name": "Embedding Deno" }, + "help": { + "name": "Help" + }, "contributing": { "name": "Contributing", "children": { |