From 423a7f2e61ae8b2c3c86a5e6c16b18640ef1e03a Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:45:51 +0100 Subject: [PATCH] Add "Where can I get support?" to FAQ (#6036) * Add "Where can I get support?" to docs Related to the discussion in #6035 --- site/content/faq/110-where-can-i-get-support.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 site/content/faq/110-where-can-i-get-support.md diff --git a/site/content/faq/110-where-can-i-get-support.md b/site/content/faq/110-where-can-i-get-support.md new file mode 100644 index 0000000000..45e61a823f --- /dev/null +++ b/site/content/faq/110-where-can-i-get-support.md @@ -0,0 +1,9 @@ +--- +question: Where can I get support? +--- + +If your question is about certain syntax, the [API page](https://svelte.dev/docs) is a good place to start. + +Stack Overflow is a popular forum to ask code-level questions or if you’re stuck with a specific error. Read through the existing questions tagged with [Svelte](https://stackoverflow.com/questions/tagged/svelte+or+svelte-3) or [ask your own](https://stackoverflow.com/questions/ask?tags=svelte)! + +There are online forums and chats which are a great place for discussion about best practices, application architecture or just to get to know fellow Svelte users. [Our Discord](https://svelte.dev/chat) or [the Reddit channel](https://www.reddit.com/r/sveltejs/) are examples of that. If you have an answerable code-level question, Stack Overflow is usually a better fit.