Skip to content

Commit 74f0dba

Browse files
committed
Clean build-doc.js from useless comments
1 parent 7a8bd32 commit 74f0dba

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tasks/build-doc.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -838,9 +838,6 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
838838
"how-to-get-families-and-attributes.md": "How to get families, family variants, and attributes",
839839
"how-to-get-pim-product-information.md": "How to get PIM product information",
840840
"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",
844841
};
845842

846843
const useCases = [
@@ -888,24 +885,6 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
888885
'features': [features[1], features[2]],
889886
'use_cases': useCases
890887
},
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-
// },
909888
];
910889

911890
const isOnePage = false;
@@ -943,9 +922,6 @@ gulp.task('build-tutorials', ['clean-dist','less'], function () {
943922
"how-to-get-families-and-attributes.md": "How to get families, family variants, and attributes",
944923
"how-to-get-pim-product-information.md": "How to get PIM product information",
945924
"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",
949925
};
950926

951927
const isOnePage = false;

0 commit comments

Comments
 (0)