Skip to content

Commit

Permalink
Updated Discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Feb 15, 2023
1 parent ce8d1f8 commit e5388f3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default withMermaid({
{ text: 'Document DB', link: '/documents/', activeMatch: '/documents/' },
{ text: 'Event Store', link: '/events/', activeMatch: '/events/' },
{ text: 'Migration', link: '/migration-guide' },
{ text: 'Join Chat', link: 'https://gitter.im/jasperfx/marten?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge' },
{ text: 'Join Chat', link: 'https://discord.com/channels/1074998995086225460/1074999076896112661' },
],

algolia: {
Expand Down
1 change: 1 addition & 0 deletions docs/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"enumerables",
"RDBMS",
"Gitter",
"Discord",
"refactorings",
"upserted",
"Netstandard",
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/multitenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ _host = await Host.CreateDefaultBuilder()
:::tip
It is strongly recommended that you first refer to the existing Marten options for per-database multi-tenancy
before you write your own model. There are several helpers in the Marten codebase that will hopefully make
this task easier. Failing all else, please feel free to ask questions in the Marten Gitter room about custom
this task easier. Failing all else, please feel free to ask questions in the [Marten's Discord channel](https://discord.com/channels/1074998995086225460/1074999076896112661) about custom
multi-tenancy strategies.
:::

Expand Down
3 changes: 1 addition & 2 deletions docs/documents/querying/linq/extending.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Extending Marten's Linq Support

::: tip INFO
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in Marten's
Gitter room linked above if there's any Linq customization or extension that you need.
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in [Marten's Discord channel](https://discord.com/channels/1074998995086225460/1074999076896112661) linked above if there's any Linq customization or extension that you need.
:::

Marten allows you to add Linq parsing and querying support for your own custom methods.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!--Title:Extending Marten's Linq Support-->

<div class="alert alert-info" role="alert">
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in Marten's
Gitter room linked above if there's any Linq customization or extension that you need.
The Linq parsing and translation to Postgresql JSONB queries, not to mention Marten's own helpers and model, are pretty involved and this guide isn't exhaustive. Please feel free to ask for help in [Marten's Discord channel](https://discord.com/channels/1074998995086225460/1074999076896112661) linked above if there's any Linq customization or extension that you need.
</div>

Marten allows you to add Linq parsing and querying support for your own custom methods.
Expand Down
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
to = "/v3/index.html"
status = 200
force = true

[[redirects]]
from = "/discord"
to = "https://discord.com/channels/1074998995086225460/1074999076896112661"
status = 301
force = false

0 comments on commit e5388f3

Please sign in to comment.