Skip to content

Commit

Permalink
docs: fix discord links
Browse files Browse the repository at this point in the history
resolves #1238
  • Loading branch information
maxnowack committed Dec 16, 2024
1 parent 349afe7 commit df3d722
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ npm run docs:dev

## ❓ Questions

If you have any questions, feel free to [open a disscussion on GitHub](https://github.com/maxnowack/signaldb/discussions/new/choose) or join our [Discord server](https://discord.gg/MB4ZGJX7).
If you have any questions, feel free to [open a disscussion on GitHub](https://github.com/maxnowack/signaldb/discussions/new/choose) or join our [Discord server](https://discord.gg/qMvXKXxBTp).
2 changes: 2 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import fs from 'fs/promises'
import path from 'path'
import { withMermaid } from 'vitepress-plugin-mermaid'
import { createRequire } from 'module'
import { text } from 'stream/consumers'

const require = createRequire(import.meta.url)
const pkg = require('../../packages/base/core/package.json')
Expand Down Expand Up @@ -80,6 +81,7 @@ export default withMermaid({
{ text: 'Troubleshooting', link: '/troubleshooting/' },
{ text: 'Github Issues', link: 'https://github.com/maxnowack/signaldb/issues' },
{ text: 'Community', link: 'https://github.com/maxnowack/signaldb/discussions' },
{ text: 'Discord', link: 'https://discord.gg/qMvXKXxBTp' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ Support for old custom [`IndexProviders`](/reference/core/createindexprovider/)

## Further help

If you need further help, please [start a discussion on Github](https://github.com/maxnowack/signaldb/discussions/new/choose), join our [Discord server](https://discord.gg/MB4ZGJX7) or [open an issue](https://github.com/maxnowack/signaldb/issues/new).
If you need further help, please [start a discussion on Github](https://github.com/maxnowack/signaldb/discussions/new/choose), join our [Discord server](https://discord.gg/qMvXKXxBTp) or [open an issue](https://github.com/maxnowack/signaldb/issues/new).
2 changes: 1 addition & 1 deletion packages/base/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ See [Contributing.md](https://github.com/maxnowack/signaldb/blob/main/CONTRIBUTI
## Troubleshooting

If you encounter any issues, there are several ways to get support.
- Join our [Discord server](https://discord.gg/MB4ZGJX7).
- Join our [Discord server](https://discord.gg/qMvXKXxBTp).
- [Start a discussion](https://github.com/maxnowack/signaldb/discussions/new/choose)
- [Open an issue](https://github.com/maxnowack/signaldb/issues/new)

0 comments on commit df3d722

Please sign in to comment.