File tree Expand file tree Collapse file tree 3 files changed +51
-196
lines changed Expand file tree Collapse file tree 3 files changed +51
-196
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 23
23
},
24
24
"navbar" : {
25
25
"links" : [
26
+ {
27
+ "label" : " Changelog" ,
28
+ "href" : " https://github.com/rivet-gg/actor-core/releases"
29
+ },
26
30
{
27
31
"label" : " Discussions" ,
28
32
"href" : " https://github.com/rivet-gg/actor-core/discussions"
53
57
" platforms/nodejs"
54
58
]
55
59
},
60
+ {
61
+ "group" : " Frameworks" ,
62
+ "pages" : [
63
+ " clients/javascript" ,
64
+ " clients/rust"
65
+ ]
66
+ },
56
67
{
57
68
"group" : " Concepts" ,
58
69
"pages" : [
85
96
}
86
97
]
87
98
},
88
- {
89
- "group" : " Clients" ,
90
- "pages" : [
91
- " clients/javascript" ,
92
- " clients/rust"
93
- ]
94
- },
95
- {
96
- "group" : " Configurations" ,
97
- "pages" : [
98
- {
99
- "group" : " Integrations" ,
100
- "pages" : [
101
- " integrations/hono"
102
- ]
103
- },
104
- {
105
- "group" : " Drivers" ,
106
- "pages" : [
107
- " drivers/overview" ,
108
- " drivers/memory" ,
109
- " drivers/redis" ,
110
- " drivers/rivet" ,
111
- " drivers/cloudflare-workers" ,
112
- " drivers/build"
113
- ]
114
- }
115
- ]
116
- },
117
99
{
118
100
"group" : " Reference" ,
119
101
"pages" : [
135
117
]
136
118
},
137
119
{
138
- "tab" : " Changelog " ,
120
+ "tab" : " Integrations " ,
139
121
"pages" : [
122
+ " integrations/overview" ,
123
+ {
124
+ "group" : " Integrations" ,
125
+ "pages" : [
126
+ " integrations/hono"
127
+ ]
128
+ },
140
129
{
141
- "group" : " Changelog " ,
130
+ "group" : " Drivers " ,
142
131
"pages" : [
143
- " changelog/overview"
132
+ " drivers/overview" ,
133
+ " drivers/memory" ,
134
+ " drivers/redis" ,
135
+ " drivers/rivet" ,
136
+ " drivers/cloudflare-workers" ,
137
+ " drivers/build"
144
138
]
145
139
}
146
140
]
162
156
}
163
157
},
164
158
"redirects" : [
159
+ {
160
+ "source" : " /changelog/overview" ,
161
+ "destination" : " https://github.com/rivet-gg/actor-core/releases"
162
+ },
165
163
{
166
164
"source" : " /concepts/manage" ,
167
165
"destination" : " /concepts/interacting-with-actors"
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : All Integrations
3
+ sidebarTitle : Overview
4
+ ---
5
+
6
+ ## Integrations
7
+
8
+ <CardGroup >
9
+ <Card title = " Hono" href = " /integrations/hono" />
10
+ </CardGroup >
11
+
12
+ ## Drivers
13
+
14
+ <CardGroup >
15
+ <Card title = " Overview" href = " /drivers/overview" />
16
+ <Card title = " Memory" href = " /drivers/memory" />
17
+ <Card title = " Redis" href = " /drivers/redis" />
18
+ <Card title = " Rivet" href = " /drivers/rivet" />
19
+ <Card title = " Durable Objects" href = " /drivers/cloudflare-workers" />
20
+ <Card title = " Building Drivers" href = " /drivers/build" />
21
+ </CardGroup >
You can’t perform that action at this time.
0 commit comments