Skip to content

Commit a9dbc86

Browse files
authored
Make /docs/sky link work (#256)
1 parent 3c00716 commit a9dbc86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ const config = {
123123
to: '/docs/xstate-v4/xstate/typescript/type-helpers',
124124
from: '/docs/xstate/typescript/type-helpers',
125125
},
126+
{
127+
// Redirect to the new "Getting Started" page from the Sky category page (until we have a Sky category page)
128+
to: '/docs/stately-sky-getting-started',
129+
from: '/docs/sky',
130+
},
126131
],
127132
createRedirects(existingPath) {
128133
if (existingPath.includes('/docs')) {

0 commit comments

Comments
 (0)