@@ -125,6 +125,11 @@ export default withGuildDocs({
125
125
destination : '/docs/schema-registry/external-schema-composition' ,
126
126
permanent : true ,
127
127
} ,
128
+ {
129
+ source : '/docs/features/laboratory' ,
130
+ destination : '/docs/schema-registry/laboratory' ,
131
+ permanent : true ,
132
+ } ,
128
133
{
129
134
source : '/docs/features/laboratory/:path*' ,
130
135
destination : '/docs/schema-registry/laboratory/:path*' ,
@@ -155,6 +160,11 @@ export default withGuildDocs({
155
160
destination : '/docs/api-reference/link-specifications' ,
156
161
permanent : true ,
157
162
} ,
163
+ {
164
+ source : '/docs/graphql-api' ,
165
+ destination : '/docs/api-reference/graphql-api' ,
166
+ permanent : true ,
167
+ } ,
158
168
{
159
169
source : '/docs/graphql-api/:path*' ,
160
170
destination : '/docs/api-reference/graphql-api/:path*' ,
@@ -181,6 +191,11 @@ export default withGuildDocs({
181
191
destination : '/docs/schema-registry/self-hosting/external-composition' ,
182
192
permanent : true ,
183
193
} ,
194
+ {
195
+ source : '/docs/integrations' ,
196
+ destination : '/docs/other-integrations' ,
197
+ permanent : true ,
198
+ } ,
184
199
{
185
200
source : '/docs/integrations/:path*' ,
186
201
destination : '/docs/other-integrations/:path*' ,
0 commit comments