Skip to content

Commit 63f1173

Browse files
author
Samuel Gomis
committed
fix
1 parent 84ff372 commit 63f1173

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tasks/build-doc.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -876,19 +876,19 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
876876
'features': [ features[4], features[3]],
877877
'use_cases': useCases
878878
},
879+
{
880+
'title': 'How to get PIM product information',
881+
'link': '/tutorials/how-to-get-pim-product-information.html',
882+
'features': [features[0]],
883+
'use_cases': useCases
884+
},
879885
// {
880886
// 'title': 'How to get categories',
881887
// 'link': '/apps/how-to-get-categories.html',
882888
// 'features': [features[5]],
883889
// 'use_cases': useCases
884890
// },
885891
// {
886-
// 'title': 'How to parse product values',
887-
// 'link': '/apps/how-to-parse-product-values.html',
888-
// 'features': [features[0]],
889-
// 'use_cases': useCases
890-
// },
891-
// {
892892
// 'title': 'How to collect products',
893893
// 'link': '/apps/how-to-collect-products.html',
894894
// 'features': [features[0]],

0 commit comments

Comments
 (0)