Skip to content

Commit 3c718da

Browse files
committed
docs: clean up layout (#810)
1 parent dd9e68d commit 3c718da

File tree

3 files changed

+51
-196
lines changed

3 files changed

+51
-196
lines changed

docs/changelog/overview.mdx

Lines changed: 0 additions & 164 deletions
This file was deleted.

docs/docs.json

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
},
2424
"navbar": {
2525
"links": [
26+
{
27+
"label": "Changelog",
28+
"href": "https://github.com/rivet-gg/actor-core/releases"
29+
},
2630
{
2731
"label": "Discussions",
2832
"href": "https://github.com/rivet-gg/actor-core/discussions"
@@ -53,6 +57,13 @@
5357
"platforms/nodejs"
5458
]
5559
},
60+
{
61+
"group": "Frameworks",
62+
"pages": [
63+
"clients/javascript",
64+
"clients/rust"
65+
]
66+
},
5667
{
5768
"group": "Concepts",
5869
"pages": [
@@ -85,35 +96,6 @@
8596
}
8697
]
8798
},
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-
},
11799
{
118100
"group": "Reference",
119101
"pages": [
@@ -135,12 +117,24 @@
135117
]
136118
},
137119
{
138-
"tab": "Changelog",
120+
"tab": "Integrations",
139121
"pages": [
122+
"integrations/overview",
123+
{
124+
"group": "Integrations",
125+
"pages": [
126+
"integrations/hono"
127+
]
128+
},
140129
{
141-
"group": "Changelog",
130+
"group": "Drivers",
142131
"pages": [
143-
"changelog/overview"
132+
"drivers/overview",
133+
"drivers/memory",
134+
"drivers/redis",
135+
"drivers/rivet",
136+
"drivers/cloudflare-workers",
137+
"drivers/build"
144138
]
145139
}
146140
]
@@ -162,6 +156,10 @@
162156
}
163157
},
164158
"redirects": [
159+
{
160+
"source": "/changelog/overview",
161+
"destination": "https://github.com/rivet-gg/actor-core/releases"
162+
},
165163
{
166164
"source": "/concepts/manage",
167165
"destination": "/concepts/interacting-with-actors"

docs/integrations/overview.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

0 commit comments

Comments
 (0)