Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update discord link #2208

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following is a set of guidelines for contributing to NGXS and its packages.
> **Note:** Please don't file an issue to ask a question.

- Read our [docs](https://ngxs.gitbook.io/ngxs)
- Ask a question in our [slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q).
- Ask a question in our [Discord](https://discord.gg/yT3Q8cXTnz) server (we are migrating from our [slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) server).
- Ask a question on [stackoverflow](https://stackoverflow.com/questions/tagged/ngxs).

# How can I help?
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
### Quick Links

- ✨ Learn about it on the [docs site](https://ngxs.io/)
- 💬 Ask a question in our [Discord](https://discord.gg/yT3Q8cXTnz) server (we are migrating from our [slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) server).
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro)
- 😎 Checkout the [sample application](integration)
- 🔧 Scaffolding application using [NGXS Schematics](https://www.ngxs.io/introduction/schematics)
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ If you're just getting started with NGXS, I recommend you head over to the [conc

For questions, please ask them on Stack Overflow with the `ngxs` tag: [https://stackoverflow.com/questions/ask?tags=ngxs](https://stackoverflow.com/questions/ask?tags=ngxs)

To chat with other users and contributors join us on Slack: [https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5\~vqwNCiZa\~RRibh60Q](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q)
To chat with other users and contributors join us on Discord: [https://discord.gg/yT3Q8cXTnz](https://discord.gg/yT3Q8cXTnz)
(PS. we are migrating from our [Slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) server)

If you think there is a bug in this library, you can open an issue on GitHub ([https://github.com/ngxs/store/issues/new](https://github.com/ngxs/store/issues/new)). If possible a link to a [http://stackblitz.com](https://stackblitz.com/edit/ngxs-repro) (or github) repo with a repro or a failing test would be great.

Expand Down
1 change: 1 addition & 0 deletions packages/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
---

- ✨ Learn about it on the [docs site](https://ngxs.io/)
- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz)
- 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro)
- 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration)
- 🗄 Learn about updates from the [changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion publication/2023-03-20_announcing_ngxs_3_8/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,4 @@ Finally, added support to fetch metadata fields (fromCache, hasPendingWrites) fr
1. [Documentation](https://ngxs.gitbook.io/ngxs/)
1. [Github](https://github.com/ngxs/store)
1. [3.8.0 Release Note](https://github.com/ngxs/store/releases/tag/v3.8.0)
1. [Discord Server](https://discord.gg/s6PmkwWpYN)
1. [Discord Server](https://discord.gg/yT3Q8cXTnz)
2 changes: 1 addition & 1 deletion publication/2024-06-10_announcing_ngxs_18/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We've got some exciting news in this release beyond the usual code wizardry. We'
- **Dedicated Channels:** Dive deep into specific NGXS topics with focused channels.
- **Enhanced Support:** Find answers and resources faster with a well-organized structure.

Head over to our brand new Discord server at https://discord.gg/yFk6bu7v. Don't forget to introduce yourself and let us know what awesome NGXS projects you're working on!
Head over to our brand new Discord server at https://discord.gg/yT3Q8cXTnz. Don't forget to introduce yourself and let us know what awesome NGXS projects you're working on!

---

Expand Down
Loading