Skip to content

Commit 74b0e81

Browse files
docs: add "Community" page (header linked) (#297)
* docs: add "Community" page (header linked) * docs: mention Angular Space + Jason Warner content
1 parent 6625d07 commit 74b0e81

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

docs/docs/community.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Community
3+
---
4+
5+
We are thankful for the community surrounding the Toolkit.
6+
7+
Here are some links with respect to two types of community involvement:
8+
9+
1. Addons to the code
10+
1. Content about the Toolkit
11+
1. Discord
12+
13+
## Addons
14+
15+
### ngrx-toolkit-openapi-gen
16+
17+
[Murat Sari](https://github.com/wolfmanfx) created an OpenAPI generator that creates:
18+
19+
✅ an NgRx Signal Store
20+
21+
✅ with Resources
22+
23+
✅ and Mutations
24+
25+
✅ based on a Zod schema
26+
27+
[Check it out here](https://www.npmjs.com/package/ngrx-toolkit-openapi-gen)
28+
29+
## Content
30+
31+
- Zoaib Khan
32+
- [Blog post: "Use withResource to seamlessly combine Resources with Ngrx Signals Store!"](https://zoaibkhan.com/blog/use-withresource-to-seamlessly-combine-resources-with-ngrx/)
33+
- [YouTube short: "Local Storage Sync with Ngrx Signal Store"](https://www.youtube.com/shorts/wbRxCCUrGvk)
34+
- Angular Space livestreams
35+
- [Rainer's appearance](https://youtu.be/UUhZm52tigQ?t=2930), taking general Toolkit questions from Angular Space host Armen Vardanyan
36+
- [Michael Small's appearance](https://youtu.be/X59d8GJnNhE?t=603), speaking about Mutations when they were being RFC'd, and `withResource`.
37+
- [Jason Warner (@xocomil) speaks about `withResource/withMutations` on a livestream](https://www.youtube.com/watch?v=kitcmXNj5K0&t=6344s)
38+
- Michael Small is an active chat member on Jason's streams, so Jason has talked about the Toolkit a lot on stream, and probably will in the future if he keeps humoring Michael.
39+
40+
## Discord
41+
42+
Community contributions are sometimes shared on our Discord. [Link to join the NgRx Toolkit Discord](https://discord.gg/xnkSWDmpXZ). Feel free to share your Toolkit related content there, as well as any general discussion that may not fit cleanly under a GitHub issue or discussion post.

docs/docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ const config: Config = {
9494
position: 'left',
9595
label: 'Team',
9696
},
97+
{
98+
type: 'docSidebar',
99+
sidebarId: 'communitySidebar',
100+
position: 'left',
101+
label: 'Community',
102+
},
97103
{
98104
href: 'https://github.com/angular-architects/ngrx-toolkit',
99105
label: 'GitHub',

docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const sidebars: SidebarsConfig = {
3838
},
3939
],
4040
teamSidebar: ['team'],
41+
communitySidebar: ['community'],
4142

4243
// But you can create a sidebar manually
4344
/*

0 commit comments

Comments
 (0)