mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
docs: Add help community section (#9882)
This commit is contained in:
parent
9f9db6accd
commit
200170b64d
2 changed files with 21 additions and 0 deletions
18
docs/help.md
Normal file
18
docs/help.md
Normal 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 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`.
|
|
@ -89,6 +89,9 @@
|
||||||
"embedding_deno": {
|
"embedding_deno": {
|
||||||
"name": "Embedding Deno"
|
"name": "Embedding Deno"
|
||||||
},
|
},
|
||||||
|
"help": {
|
||||||
|
"name": "Help"
|
||||||
|
},
|
||||||
"contributing": {
|
"contributing": {
|
||||||
"name": "Contributing",
|
"name": "Contributing",
|
||||||
"children": {
|
"children": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue