Skip to content

Commit 14e3b15

Browse files
Added redirect for changelogs (#22431)
1 parent ef164d1 commit 14e3b15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ const config = {
5757
from: '/connector-development/config-based/',
5858
to: '/connector-development/config-based/low-code-cdk-overview',
5959
},
60+
{
61+
from: '/project-overview/changelog/',
62+
to: '/category/release-notes',
63+
},
6064
// {
6165
// from: '/some-lame-path',
6266
// to: '/a-much-cooler-uri',

0 commit comments

Comments
 (0)