File tree 6 files changed +9
-19
lines changed
6 files changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,3 @@ Actors are usually tested by running tests against the `examples/` folder.
10
10
npm run build
11
11
```
12
12
13
- ## ` allow-slow-types `
14
-
15
- We allow [ slow types] ( https://jsr.io/docs/about-slow-types ) in our packages because we use Zod heavily, which relies on type inference.
16
-
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ See [setup guide](https://rivet.gg/docs/setup) for how to access `/* CONNECTION
33
33
34
34
## Related Packages
35
35
36
- - [ Actor SDK (@rivet-gg/actor )] ( https://jsr.io /@rivet-gg/actor )
36
+ - [ Actor SDK (@rivet-gg/actor )] ( https://www.npmjs.com/package /@rivet-gg/actor )
37
37
38
38
## Community & Support
39
39
Original file line number Diff line number Diff line change 3
3
Core low-level types for working with the Rivet Actor runtime.
4
4
5
5
** This package is for advanced low-level usage of Rivet. If getting started, please use the
6
- [ Actor SDK] ( https://jsr.io /@rivet-gg/actor ) .**
6
+ [ Actor SDK] ( https://www.npmjs.com/package /@rivet-gg/actor ) .**
7
7
8
8
## Getting Started
9
9
@@ -47,7 +47,7 @@ export default {
47
47
48
48
## Related Packages
49
49
50
- - [ Actor SDK (@rivet-gg/actor )] ( https://jsr.io /@rivet-gg/actor )
50
+ - [ Actor SDK (@rivet-gg/actor )] ( https://www.npmjs.com/package /@rivet-gg/actor )
51
51
52
52
## Community & Support
53
53
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default class Counter extends Actor<State> {
55
55
56
56
## Related Packages
57
57
58
- - [ Actor Client SDK (@rivet-gg/actor-client )] ( https://jsr.io /@rivet-gg/actor-client )
58
+ - [ Actor Client SDK (@rivet-gg/actor-client )] ( https://www.npmjs.com/package /@rivet-gg/actor-client )
59
59
60
60
## Community & Support
61
61
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ Rivet Actors offer several compelling advantages for building applications that
27
27
28
28
<CardGroup >
29
29
<Card title = ' Initial Setup' href = ' /docs/setup' />
30
- <Card title = ' Actor SDK' href = ' https://jsr.io/ @rivet-gg/actor/doc ' target = ' _blank' />
30
+ <Card title = ' Actor SDK' href = ' https://www.npmjs.com/package/ @rivet-gg/actor' target = ' _blank' />
31
31
</CardGroup >
32
32
33
33
## Client SDKs
34
34
35
35
<CardGroup >
36
- <Card title = ' JavaScript' href = ' https://jsr.io /@rivet-gg/actor-client' target = ' _blank' />
37
- <Card title = ' TypeScript' href = ' https://jsr.io /@rivet-gg/actor-client' target = ' _blank' />
36
+ <Card title = ' JavaScript' href = ' https://www.npmjs.com/package /@rivet-gg/actor-client' target = ' _blank' />
37
+ <Card title = ' TypeScript' href = ' https://www.npmjs.com/package /@rivet-gg/actor-client' target = ' _blank' />
38
38
</CardGroup >
39
39
40
40
## Build with Rivet
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const sitemap = [
53
53
// },
54
54
{
55
55
title : "Actor SDK" ,
56
- href : "https://jsr.io /@rivet-gg/actor" ,
56
+ href : "https://www.npmjs.com/package /@rivet-gg/actor" ,
57
57
icon : faActorsBorderless ,
58
58
external : true ,
59
59
} ,
@@ -67,15 +67,9 @@ export const sitemap = [
67
67
{
68
68
title : "Client SDKs" ,
69
69
pages : [
70
- {
71
- title : "JavaScript" ,
72
- href : "https://jsr.io/@rivet-gg/actor-client" ,
73
- icon : "js" ,
74
- external : true ,
75
- } ,
76
70
{
77
71
title : "TypeScript" ,
78
- href : "https://jsr.io /@rivet-gg/actor-client" ,
72
+ href : "https://www.npmjs.com/package /@rivet-gg/actor-client" ,
79
73
icon : faTs ,
80
74
external : true ,
81
75
} ,
You can’t perform that action at this time.
0 commit comments