We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e902a commit 7dfab24Copy full SHA for 7dfab24
1 file changed
app-links.js
@@ -79,5 +79,25 @@ export const appLinks = [
79
{
80
from: '/app-links/emmet',
81
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/',
102
}
103
];
0 commit comments