Skip to content

Commit 793ef0c

Browse files
committed
chore: add community link
1 parent c44e708 commit 793ef0c

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ pnpm test
170170
pnpm typecheck
171171
```
172172

173+
## Community
174+
175+
Have questions or want to discuss Replane? Join the conversation in [GitHub Discussions](https://github.com/orgs/replane-dev/discussions).
176+
173177
## License
174178

175179
MIT

packages/next/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ See the [examples](./examples) directory for complete working examples:
285285
- **[next-app-router](./examples/next-app-router)** - App Router with ReplaneRoot
286286
- **[next-pages-router](./examples/next-pages-router)** - Pages Router with getInitialProps
287287

288+
## Community
289+
290+
Have questions or want to discuss Replane? Join the conversation in [GitHub Discussions](https://github.com/orgs/replane-dev/discussions).
291+
288292
## License
289293

290294
MIT

packages/react/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,10 @@ import { ErrorBoundary } from 'react-error-boundary';
357357
</ErrorBoundary>
358358
```
359359

360+
## Community
361+
362+
Have questions or want to discuss Replane? Join the conversation in [GitHub Discussions](https://github.com/orgs/replane-dev/discussions).
363+
360364
## License
361365

362366
MIT

packages/sdk/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,10 @@ replane.close();
474474
- Config caching
475475
- Config invalidation
476476

477+
## Community
478+
479+
Have questions or want to discuss Replane? Join the conversation in [GitHub Discussions](https://github.com/orgs/replane-dev/discussions).
480+
477481
## License
478482

479483
MIT

packages/svelte/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ All stores automatically subscribe to realtime updates via SSE. When a config ch
253253
{/if}
254254
```
255255

256+
## Community
257+
258+
Have questions or want to discuss Replane? Join the conversation in [GitHub Discussions](https://github.com/orgs/replane-dev/discussions).
259+
256260
## License
257261

258262
MIT

0 commit comments

Comments
 (0)