mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
refactor(editor): Replace 'Workflows' help menu item with 'Course'
* N8N-3110 Replace Workflows help menu item with course * N8N-3110 Re-order props in en.json * N8N-3110 Update URL Link for courses
This commit is contained in:
parent
2a3cbf3fc8
commit
6065f6879c
|
@ -252,9 +252,9 @@ export default mixins(
|
||||||
id: 'examples',
|
id: 'examples',
|
||||||
type: 'link',
|
type: 'link',
|
||||||
properties: {
|
properties: {
|
||||||
href: 'https://n8n.io/workflows',
|
href: 'https://docs.n8n.io/courses',
|
||||||
title: this.$locale.baseText('mainSidebar.helpMenuItems.workflows'),
|
title: this.$locale.baseText('mainSidebar.helpMenuItems.course'),
|
||||||
icon: 'network-wired',
|
icon: 'graduation-cap',
|
||||||
newWindow: true,
|
newWindow: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -303,9 +303,9 @@
|
||||||
"executions": "Executions",
|
"executions": "Executions",
|
||||||
"help": "Help",
|
"help": "Help",
|
||||||
"helpMenuItems": {
|
"helpMenuItems": {
|
||||||
|
"course": "Course",
|
||||||
"documentation": "Documentation",
|
"documentation": "Documentation",
|
||||||
"forum": "Forum",
|
"forum": "Forum"
|
||||||
"workflows": "Workflows"
|
|
||||||
},
|
},
|
||||||
"importFromFile": "Import from File",
|
"importFromFile": "Import from File",
|
||||||
"importFromUrl": "Import from URL",
|
"importFromUrl": "Import from URL",
|
||||||
|
|
|
@ -46,6 +46,7 @@ import {
|
||||||
faFilePdf,
|
faFilePdf,
|
||||||
faFolderOpen,
|
faFolderOpen,
|
||||||
faGift,
|
faGift,
|
||||||
|
faGraduationCap,
|
||||||
faHdd,
|
faHdd,
|
||||||
faHome,
|
faHome,
|
||||||
faHourglass,
|
faHourglass,
|
||||||
|
@ -138,6 +139,7 @@ addIcon(faFileImport);
|
||||||
addIcon(faFilePdf);
|
addIcon(faFilePdf);
|
||||||
addIcon(faFolderOpen);
|
addIcon(faFolderOpen);
|
||||||
addIcon(faGift);
|
addIcon(faGift);
|
||||||
|
addIcon(faGraduationCap);
|
||||||
addIcon(faHdd);
|
addIcon(faHdd);
|
||||||
addIcon(faHome);
|
addIcon(faHome);
|
||||||
addIcon(faHourglass);
|
addIcon(faHourglass);
|
||||||
|
|
Loading…
Reference in a new issue