We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfab24 commit f993217Copy full SHA for f993217
1 file changed
app-links.js
@@ -99,5 +99,17 @@ export const appLinks = [
99
{
100
from: '/app-links/ESLint',
101
to: '/docs/Features/Problems Panel/ESLint/',
102
+ },
103
+ {
104
+ from: '/app-links/live-preview-settings',
105
+ to: '/docs/Features/Live Preview/live-preview-settings',
106
107
108
+ from: '/app-links/editor-rulers',
109
+ to: '/docs/Features/editor-rulers/',
110
111
112
+ from: '/app-links/find-in-files',
113
+ to: '/docs/Features/find-in-files/',
114
}
115
];
0 commit comments