Skip to content

Commit 3b81358

Browse files
committed
feat: add custom snippets in app links
1 parent 4c17261 commit 3b81358

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app-links.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,9 @@ export const appLinks = [
111111
{
112112
from: '/app-links/find-in-files',
113113
to: '/docs/Features/find-in-files/',
114+
},
115+
{
116+
from: '/app-links/custom-snippets',
117+
to: '/docs/Features/custom-snippets',
114118
}
115119
];

0 commit comments

Comments
 (0)