Skip to content

Commit acab357

Browse files
authored
Recommend specific Discord channels (#1877)
1 parent 9979939 commit acab357

7 files changed

Lines changed: 10 additions & 14 deletions

File tree

src/content/build/deployment/surrealdb-cloud/billing-and-support/support.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Support offered by SurrealDB Cloud."
66

77
# Support
88

9-
SurrealDB Cloud offers a range of support options to help you get started, enhance your skills, and resolve any issues you may encounter. You can use the free community support via our [Discord](https://discord.gg/surrealdb) server or signup for a **paid support plan**.
9+
SurrealDB Cloud offers a range of support options to help you get started, enhance your skills, and resolve any issues you may encounter. You can use the free community support on our [Discord](https://discord.gg/surrealdb) server (the `#surrealdb-cloud` channel is a good place to start) or sign up for a **paid support plan**.
1010

1111
To learn more about the support plans, please see the [pricing page](/pricing).
1212

@@ -56,12 +56,8 @@ To start using Surreal Sidekick, you'll need a [SurrealDB Cloud account](/docs/m
5656

5757
For account or billing-related issues, you can reach out to the support team by raising a issue in the Support section of the Surrealist sidebar.
5858

59-
## Community support
60-
61-
Join our [Discord](https://discord.gg/surrealdb) community to connect with knowledgeable users and get help with your questions. Within the `#surrealdb-cloud` channel you can troubleshoot issues, ask for tips or chat with other SurrealDB Cloud users.
62-
63-
Our team is active in the server too and can escalate more complex issues if needed.
64-
6559
## Additional support channels
6660

67-
If you need further assistance with your SurrealDB Cloud account, our community is here to help through our [Discord](https://discord.gg/surrealdb).
61+
Join our [Discord](https://discord.gg/surrealdb) community to connect with knowledgeable users and get help with your questions. `#surrealdb-cloud` is a good place to start for Cloud-specific tips and troubleshooting, and `#help` or `#general` work for anything else.
62+
63+
Our team is active in the server too and can escalate more complex issues if needed.

src/content/explore/surrealist/faqs/faqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ description: "Frequently asked questions about Surrealist. Find answers to commo
66

77
# Frequently Asked Questions
88

9-
We want to make Surrealist the best database client for SurrealDB. If you have any questions, please reach out to us on [Discord](https://discord.com/invite/surrealdb) or [GitHub](https://github.com/surrealdb/surrealist).
9+
We want to make Surrealist the best database client for SurrealDB. If you have any questions, please [join our Discord](https://discord.com/invite/surrealdb) (the `#surrealist` channel is a good place to start) or reach out on [GitHub](https://github.com/surrealdb/surrealist).
1010

1111
For more specific questions about SurrealDB, please refer to the [SurrealDB FAQs](/docs/start).

src/content/explore/surrealist/troubleshooting/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Formatting a query strips out comments and white space. This happens because the
8787

8888
## Submitting feedback
8989

90-
You are always welcome to share feedback and ask questions about Surrealist in the #surrealist channel in our [Discord](https://discord.gg/surrealdb) server.
90+
You are always welcome to share feedback and ask questions about Surrealist on our [Discord](https://discord.gg/surrealdb) server — the `#surrealist` channel is a good place to start.
9191

9292
If you have found a bug or would like to request a feature, please open an issue on our [GitHub repository](https://github.com/surrealdb/surrealist).
9393

src/content/explore/tutorials/tutorials/gen-ai-chatbot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,4 +712,4 @@ Find all the code in the [repository examples](https://github.com/surrealdb/lang
712712

713713
Get started for free with [Surreal Cloud](https://app.surrealdb.com/signin).
714714

715-
Any questions or thoughts about this or Graph RAG using SurrealDB? Feel free to [drop by our Discord](https://discord.gg/surrealdb) to get in touch.
715+
Any questions or thoughts about this or Graph RAG using SurrealDB? [Join our Discord](https://discord.gg/surrealdb) `#all-ai` is a good place to start for this topic, and `#help` or `#general` work for anything else.

src/content/explore/tutorials/tutorials/minimal-langchain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ Find all the code in the [langchain-surrealdb repository examples](https://githu
250250

251251
Get started for free with [Surreal Cloud](https://app.surrealdb.com/signin).
252252

253-
Any questions or thoughts about this or graph queries using SurrealDB? Feel free to [drop by our Discord](https://discord.gg/surrealdb) to get in touch.
253+
Any questions or thoughts about this or graph queries using SurrealDB? [Join our Discord](https://discord.gg/surrealdb) `#all-ai` and `#surrealql` are good places to start for this topic, and `#help` or `#general` work for anything else.

src/content/explore/tutorials/tutorials/semantic-search-in-rust.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ At this point, you could give the HNSW index a try by changing the `<|2,COSINE|>
878878

879879
<br />
880880

881-
Finally, here is all of the code for you to run and modify as you wish. Any questions or thoughts about this or semantic search using SurrealDB? Feel free to [drop by our Discord](https://discord.gg/surrealdb) to get in touch.
881+
Finally, here is all of the code for you to run and modify as you wish. Any questions or thoughts about this or semantic search using SurrealDB? [Join our Discord](https://discord.gg/surrealdb) `#rust` and `#all-ai` are good places to start for this topic, and `#help` or `#general` work for anything else.
882882

883883
```rust
884884
use std::sync::LazyLock;

src/content/learn/extensions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Extend SurrealDB with custom modules and WASM plugins through the
99
<Since v="v3.0.0" />
1010

1111
>[!NOTE]
12-
> Surrealism plugins remain an experimental functionality under active development. This guide assumes the latest version of SurrealDB is being used (3.1.0), which contains [many additions](https://github.com/surrealdb/surrealdb/pull/7082) to Surrealism's core functionality. We look forward to feedback on the plugin system, either via raising an issue or PR on the [SurrealDB repo](https://github.com/surrealdb/surrealdb), or anywhere else in the SurrealDB community such as our [Discord server](https://discord.gg/surrealdb).
12+
> Surrealism plugins remain an experimental functionality under active development. This guide assumes the latest version of SurrealDB is being used (3.1.0), which contains [many additions](https://github.com/surrealdb/surrealdb/pull/7082) to Surrealism's core functionality. We look forward to feedback on the plugin system, either via raising an issue or PR on the [SurrealDB repo](https://github.com/surrealdb/surrealdb), or on our [Discord server](https://discord.gg/surrealdb) — the `#surrealism` channel is a good place to start.
1313
1414
SurrealDB's extension system, known as Surrealism, lets you add custom functionality to the database engine without modifying its core. Extensions are compiled to WebAssembly (WASM) and loaded at runtime, which means they run in a sandboxed environment with predictable performance characteristics.
1515

0 commit comments

Comments
 (0)