Skip to content

Commit 7dfab24

Browse files
committed
docs: add more redirect links
1 parent d4e902a commit 7dfab24

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app-links.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,25 @@ export const appLinks = [
7979
{
8080
from: '/app-links/emmet',
8181
to: '/docs/editing-text#emmet',
82+
},
83+
{
84+
from: '/app-links/git',
85+
to: '/docs/Features/git',
86+
},
87+
{
88+
from: '/app-links/color-preview',
89+
to: '/docs/editing-colors#color-preview',
90+
},
91+
{
92+
from: '/app-links/auto-space-detection',
93+
to: '/docs/editing-text/#auto-space-detection',
94+
},
95+
{
96+
from: '/app-links/html-lint',
97+
to: '/docs/Features/Problems Panel/html-lint/',
98+
},
99+
{
100+
from: '/app-links/ESLint',
101+
to: '/docs/Features/Problems Panel/ESLint/',
82102
}
83103
];

0 commit comments

Comments
 (0)