We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12fc83 commit 4b9ce80Copy full SHA for 4b9ce80
1 file changed
app-links.js
@@ -58,11 +58,11 @@
58
export const appLinks = [
59
{
60
from: '/app-links/extn-line-height', // https://docs.phcode.dev/app-links/extn-line-height
61
- to: '/docs/editing-text#line-height', // https://docs.phcode.dev/docs/editing-text#line-height
+ to: '/docs/customizing-editor#line-height', // https://docs.phcode.dev/docs/customizing-editor#line-height
62
},
63
64
from: '/app-links/live-preview',
65
- to: '/docs/Features/Live Preview/live-preview',
+ to: '/docs/Features/Live Preview',
66
67
68
from: '/app-links/keyboard-shortcuts',
@@ -155,5 +155,9 @@ export const appLinks = [
155
156
from: '/app-links/terminal',
157
to: '/docs/Features/terminal',
158
+ },
159
+ {
160
+ from: '/app-links/themes',
161
+ to: '/docs/customizing-editor#themes',
162
}
163
];
0 commit comments