Skip to content

Commit 6bcf186

Browse files
arduibagLevFlavien
authored andcommitted
Menu fix to have an App instead a connector
1 parent d8ed77a commit 6bcf186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tasks/build-doc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ gulp.task('build-guides', ['clean-dist','less'], function () {
454454
title: 'The complete guide to connect Akeneo PIM to your syndication solution',
455455
files: {
456456
'introduction.md': 'Introduction',
457-
'step0-who-is-your-app-for.md': 'Who is your connector for?',
457+
'step0-who-is-your-app-for.md': 'Who is your App for?',
458458
'step1-who-does-what.md': 'Who does what?',
459459
'step2-understand-akeneo-pim.md': 'Understand Akeneo PIM data',
460460
'step3-define-your-first-scope.md': 'How to build your App?'
@@ -464,11 +464,11 @@ gulp.task('build-guides', ['clean-dist','less'], function () {
464464
title: 'A high-level guide to connecting Akeneo PIM to your print solution',
465465
files: {
466466
'introduction.md': 'Introduction',
467-
'step0-who-is-your-connector-for.md': 'Who is your connector for?',
467+
'step0-who-is-your-app-for.md': 'Who is your App for?',
468468
'step1-who-does-what.md': 'Who does what?',
469469
'step2-understand-akeneo-pim.md': 'Understand Akeneo PIM data',
470470
'step3-reconcile-PIM-data-with-print-features.md': 'Reconcile PIM data with print capabilities',
471-
'step4-define-your-first-scope.md': 'How to build your connector'
471+
'step4-define-your-first-scope.md': 'How to build your App'
472472
}
473473
}
474474
};

0 commit comments

Comments
 (0)