From df3d722c64a826b061e14585177f8c18b48ebd8d Mon Sep 17 00:00:00 2001 From: Max Nowack Date: Tue, 17 Dec 2024 00:13:43 +0100 Subject: [PATCH] docs: fix discord links resolves #1238 --- CONTRIBUTING.md | 2 +- docs/.vitepress/config.mts | 2 ++ docs/upgrade/v1.md | 2 +- packages/base/core/README.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b8a4750..3b41e482 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index c50303e9..c9912379 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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') @@ -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' }, ], }, { diff --git a/docs/upgrade/v1.md b/docs/upgrade/v1.md index fadfd007..b3ab8622 100644 --- a/docs/upgrade/v1.md +++ b/docs/upgrade/v1.md @@ -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). diff --git a/packages/base/core/README.md b/packages/base/core/README.md index db8bba54..feb06717 100644 --- a/packages/base/core/README.md +++ b/packages/base/core/README.md @@ -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)