Skip to content

Commit 931b321

Browse files
authored
Add redirects for old pages (#1076)
Add redirects for the **scalardb-supported-databases** and **storage-abstraction** pages. Since the links for the latest versions of these pages are used elsewhere, we should redirect visitors instead of showing them a "Page not found" message.
1 parent 424bc02 commit 931b321

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ const config = {
195195
to: '/docs/3.14/scalardb-analytics/run-analytical-queries#version-compatibility',
196196
from: '/docs/3.14/scalardb-analytics-spark/version-compatibility',
197197
},
198+
{
199+
to: '/docs/latest/run-non-transactional-storage-operations-through-primitive-crud-interface',
200+
from: '/docs/latest/storage-abstraction',
201+
},
198202
{
199203
to: '/docs/3.13/run-non-transactional-storage-operations-through-primitive-crud-interface',
200204
from: '/docs/3.13/storage-abstraction',
@@ -203,6 +207,10 @@ const config = {
203207
to: '/docs/3.12/run-non-transactional-storage-operations-through-primitive-crud-interface',
204208
from: '/docs/3.12/storage-abstraction',
205209
},
210+
{
211+
to: '/docs/latest/requirements#databases',
212+
from: '/docs/latest/scalardb-supported-databases',
213+
},
206214
{
207215
to: '/docs/3.13/requirements#databases',
208216
from: '/docs/3.13/scalardb-supported-databases',

0 commit comments

Comments
 (0)