From d02c1be05c22cc69e2e5901f00288dcceaf2dd40 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:44:06 +0100 Subject: [PATCH 1/5] 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 000000000000..9a82b56980f7 --- /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 [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) is one such place. If you have an answerable code-level question, Stack Overflow is usually a better fit. From 5c9d263fd6edd907fec2334914169305d93ecedb Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:50:35 +0100 Subject: [PATCH 2/5] add reddit --- site/content/faq/110-where-can-i-get-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/110-where-can-i-get-support.md b/site/content/faq/110-where-can-i-get-support.md index 9a82b56980f7..2335bcca0c83 100644 --- a/site/content/faq/110-where-can-i-get-support.md +++ b/site/content/faq/110-where-can-i-get-support.md @@ -6,4 +6,4 @@ If your question is about certain syntax, the [API page](https://svelte.dev/docs 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 [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) is one such place. If you have an answerable code-level question, Stack Overflow is usually a better fit. +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. From 8ee878a18df7327a79b90f65acc39203fbdef768 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:54:05 +0100 Subject: [PATCH 3/5] add svelte-3 tag --- site/content/faq/110-where-can-i-get-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/110-where-can-i-get-support.md b/site/content/faq/110-where-can-i-get-support.md index 2335bcca0c83..13e08fc43915 100644 --- a/site/content/faq/110-where-can-i-get-support.md +++ b/site/content/faq/110-where-can-i-get-support.md @@ -4,6 +4,6 @@ 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 [ask your own](https://stackoverflow.com/questions/ask?tags=svelte)! +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+svelte-3) or [ask your own](https://stackoverflow.com/questions/ask?tags=svelte+svelte-3)! 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. From 3a05f2f77b26e1060656cbe1ae2e11e3fe8f7133 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:55:28 +0100 Subject: [PATCH 4/5] revert svelte-3 tag for asking To force one consistent tag --- site/content/faq/110-where-can-i-get-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/110-where-can-i-get-support.md b/site/content/faq/110-where-can-i-get-support.md index 13e08fc43915..ee44d581a552 100644 --- a/site/content/faq/110-where-can-i-get-support.md +++ b/site/content/faq/110-where-can-i-get-support.md @@ -4,6 +4,6 @@ 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+svelte-3) or [ask your own](https://stackoverflow.com/questions/ask?tags=svelte+svelte-3)! +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+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. From 3319af3d7f898129206adf1c265fb416914f9002 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Mon, 1 Mar 2021 14:10:38 +0100 Subject: [PATCH 5/5] fix tagged search --- site/content/faq/110-where-can-i-get-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/110-where-can-i-get-support.md b/site/content/faq/110-where-can-i-get-support.md index ee44d581a552..45e61a823f20 100644 --- a/site/content/faq/110-where-can-i-get-support.md +++ b/site/content/faq/110-where-can-i-get-support.md @@ -4,6 +4,6 @@ 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+svelte-3) or [ask your own](https://stackoverflow.com/questions/ask?tags=svelte)! +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.