@@ -838,9 +838,6 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
838
838
"how-to-get-families-and-attributes.md" : "How to get families, family variants, and attributes" ,
839
839
"how-to-get-pim-product-information.md" : "How to get PIM product information" ,
840
840
"how-to-collect-product-variations.md" : "How to collect product variations" ,
841
- // "how-to-get-categories.md": "How to get categories",
842
- // "how-to-collect-products.md": "How to collect products",
843
- // "how-to-publish-your-app.md": "How to publish your App",
844
841
} ;
845
842
846
843
const useCases = [
@@ -888,24 +885,6 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
888
885
'features' : [ features [ 1 ] , features [ 2 ] ] ,
889
886
'use_cases' : useCases
890
887
} ,
891
- // {
892
- // 'title': 'How to get categories',
893
- // 'link': '/tutorials/how-to-get-categories.html',
894
- // 'features': [features[5]],
895
- // 'use_cases': useCases
896
- // },
897
- // {
898
- // 'title': 'How to collect products',
899
- // 'link': '/tutorials/how-to-collect-products.html',
900
- // 'features': [features[0]],
901
- // 'use_cases': useCases
902
- // },
903
- // {
904
- // 'title': 'How to publish your App',
905
- // 'link': '/tutorials/how-to-publish-your-app.html',
906
- // 'features': [],
907
- // 'use_cases': useCases
908
- // },
909
888
] ;
910
889
911
890
const isOnePage = false ;
@@ -943,9 +922,6 @@ gulp.task('build-tutorials', ['clean-dist','less'], function () {
943
922
"how-to-get-families-and-attributes.md" : "How to get families, family variants, and attributes" ,
944
923
"how-to-get-pim-product-information.md" : "How to get PIM product information" ,
945
924
"how-to-collect-product-variations.md" : "How to collect product variations" ,
946
- // "how-to-get-categories.md": "How to get categories",
947
- // "how-to-collect-products.md": "How to collect products",
948
- // "how-to-publish-your-app.md": "How to publish your App",
949
925
} ;
950
926
951
927
const isOnePage = false ;
0 commit comments