Skip to content

Commit 0acd11c

Browse files
LevFlavienSamuel Gomis
authored andcommitted
fix(): Guided tutorial cards order
1 parent be1fcb6 commit 0acd11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/build-doc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,8 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
836836
"how-to-get-your-app-token.md": "How to get your App token",
837837
"how-to-retrieve-pim-structure.md": "How to retrieve PIM structure",
838838
"how-to-get-families-and-attributes.md": "How to get families, family variants, and attributes",
839+
"how-to-get-pim-product-information.md": "How to get PIM product information",
839840
// "how-to-get-categories.md": "How to get categories",
840-
// "how-to-parse-product-values.md": "How to parse product values",
841841
// "how-to-collect-products.md": "How to collect products",
842842
// "how-to-collect-product-variations.md": "How to collect product variations",
843843
// "how-to-publish-your-app.md": "How to publish your App",
@@ -941,8 +941,8 @@ gulp.task('build-tutorials', ['clean-dist','less'], function () {
941941
"how-to-get-your-app-token.md": "How to get your App token",
942942
"how-to-retrieve-pim-structure.md": "How to retrieve PIM structure",
943943
"how-to-get-families-and-attributes.md": "How to get families, family variants, and attributes",
944+
"how-to-get-pim-product-information.md": "How to get PIM product information",
944945
// "how-to-get-categories.md": "How to get categories",
945-
"how-to-get-pim-product-information.md": "How to parse product values",
946946
// "how-to-collect-products.md": "How to collect products",
947947
// "how-to-collect-product-variations.md": "How to collect product variations",
948948
// "how-to-publish-your-app.md": "How to publish your App",

0 commit comments

Comments
 (0)