diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0df339f..fd77163 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ We take Pull Requests! ## Before you send Pull Request -1. Contact the contributors via the [Discord channel](https://discord.gg/fTpqUTMmVa) or the [Github Issue](https://github.com/event-driven-io/Pongo/issues/new) to make sure that this is issue or bug should be handled with proposed way. Send details of your case and explain the details of the proposed solution. +1. Contact the contributors via the [Discord channel](https://discord.gg/kHkSThjG) or the [Github Issue](https://github.com/event-driven-io/Pongo/issues/new) to make sure that this is issue or bug should be handled with proposed way. Send details of your case and explain the details of the proposed solution. 2. Once you get approval from one of the maintainers, you can start to work on your code change. 3. After your changes are ready, make sure that you covered your case with automated tests and verify that you have limited the number of breaking changes to a bare minimum. 4. We also highly appreciate any relevant updates to the documentation. @@ -88,7 +88,7 @@ npm run build npm run test ``` -If any of those steps didn't work for you, please contact us on [Discord channel](https://discord.gg/fTpqUTMmVa). +If any of those steps didn't work for you, please contact us on [Discord channel](https://discord.gg/kHkSThjG). ## Project structure diff --git a/README.md b/README.md index d3c7aa9..d1f61c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/fTpqUTMmVa) [](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs) +[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/kHkSThjG) [](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs) ![](./src/docs/public/social.png) diff --git a/samples/simple-ts/README.md b/samples/simple-ts/README.md index 73ebcf9..e796bd5 100644 --- a/samples/simple-ts/README.md +++ b/samples/simple-ts/README.md @@ -1,4 +1,4 @@ -[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/fTpqUTMmVa) [](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs) +[![](https://dcbadge.vercel.app/api/server/fTpqUTMmVa?style=flat)](https://discord.gg/kHkSThjG) [](https://www.linkedin.com/in/oskardudycz/) [![Github Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/oskardudycz/)](https://github.com/sponsors/oskardudycz/) [![blog](https://img.shields.io/badge/blog-event--driven.io-brightgreen)](https://event-driven.io/?utm_source=event_sourcing_nodejs) [![blog](https://img.shields.io/badge/%F0%9F%9A%80-Architecture%20Weekly-important)](https://www.architecture-weekly.com/?utm_source=event_sourcing_nodejs) ![](./docs/public/logo.png) diff --git a/src/docs/.vitepress/config.mts b/src/docs/.vitepress/config.mts index aaa62d0..bfea29a 100644 --- a/src/docs/.vitepress/config.mts +++ b/src/docs/.vitepress/config.mts @@ -13,7 +13,7 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config nav: [ { text: 'Getting Started', link: '/getting-started' }, - { text: '🧑‍💻 Join Discord Server', link: 'https://discord.gg/fTpqUTMmVa' }, + { text: '🧑‍💻 Join Discord Server', link: 'https://discord.gg/kHkSThjG' }, { text: 'Release Notes', link: 'https://github.com/event-driven-io/Pongo/releases', @@ -39,7 +39,7 @@ export default defineConfig({ socialLinks: [ { icon: 'github', link: 'https://github.com/event-driven-io/pongo' }, - { icon: 'discord', link: 'https://discord.gg/fTpqUTMmVa' }, + { icon: 'discord', link: 'https://discord.gg/kHkSThjG' }, ], footer: { copyright: 'Copyright © Oskar Dudycz and contributors.', diff --git a/src/docs/index.md b/src/docs/index.md index a04786d..437b47d 100644 --- a/src/docs/index.md +++ b/src/docs/index.md @@ -15,7 +15,7 @@ hero: link: /getting-started - theme: alt text: 🧑‍💻 Join Discord Server - link: https://discord.gg/fTpqUTMmVa + link: https://discord.gg/kHkSThjG features: - title: Keep your data consistent