Skip to content

Commit bfa1e83

Browse files
committed
feat: add app links for newly added features
1 parent cfa2cfc commit bfa1e83

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

app-links.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,21 @@ export const appLinks = [
159159
{
160160
from: '/app-links/themes',
161161
to: '/docs/customizing-editor#themes',
162+
},
163+
{
164+
from: '/app-links/styles-bar',
165+
to: '/docs/Pro Features/styles-bar',
166+
},
167+
{
168+
from: '/app-links/code-intelligence',
169+
to: '/docs/Features/Code Intelligence',
170+
},
171+
{
172+
from: '/app-links/ai-models',
173+
to: '/docs/Pro Features/ai-chat#choosing-a-model',
174+
},
175+
{
176+
from: '/app-links/video-audio-preview',
177+
to: '/docs/Features/video-audio-preview',
162178
}
163179
];

0 commit comments

Comments
 (0)