We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9208c commit 46a4f5cCopy full SHA for 46a4f5c
packages/projects-docs/next.config.js
@@ -636,6 +636,11 @@ module.exports = withNextra({
636
destination: "/learn/editors/overview",
637
permanent: false,
638
},
639
+ {
640
+ source: "/learn/editors/themes",
641
+ destination: "/learn/editors/overview",
642
+ permanent: false,
643
+ },
644
];
645
646
});
packages/projects-docs/pages/learn/editors/_meta.json
@@ -4,6 +4,5 @@
4
"desktop-interface": "Desktop interface",
5
"desktop-setup": "Desktop setup",
6
"shortcuts": "Keybindings",
7
- "settings": "Settings",
8
- "themes": "Themes"
+ "settings": "Settings"
9
}
packages/projects-docs/pages/learn/editors/themes.mdx
0 commit comments