Skip to content

Commit 999f25f

Browse files
samokissSamuel Gomis
andauthored
feat(API-1954): add channels feature to guided tutorials (#707)
Co-authored-by: Samuel Gomis <[email protected]>
1 parent b46b9ee commit 999f25f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

content/tutorials/guides/how-to-retrieve-pim-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Retrieve the PIM structure through a channel resource. This is usually the requi
2323
<td>PIM Features:</td>
2424
<td>
2525
<div class="tag-not-selectable">
26-
<div class="tag-color tag-color-red"></div>
26+
<div class="tag-color tag-color-coral"></div>
2727
<div class="tag-label">Channel</div>
2828
</div>
2929
</td>

styles/guided-tutorial.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@
266266
border-color: #4CA8E0;
267267
}
268268

269+
.tag-color-blue {
270+
background-color: #8092D2;
271+
border-color: #8092D2;
272+
}
273+
269274
.tag-color-red {
270275
background-color: #F74B64;
271276
border-color: #F74B64;

tasks/build-doc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,8 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
853853
{'color': 'light-green', 'feature': 'Variant Products'},
854854
{'color': 'pink', 'feature': 'Families'},
855855
{'color': 'orange', 'feature': 'Attributes'},
856-
{'color': 'coral', 'feature': 'Categories'},
856+
{'color': 'blue', 'feature': 'Categories'},
857+
{'color': 'coral', 'feature': 'Channel'},
857858
]
858859

859860
const tutorials = [
@@ -866,7 +867,7 @@ gulp.task('build-tutorials-homepage', ['clean-dist','less'], function () {
866867
{
867868
'title': 'How to retrieve PIM structure',
868869
'link': '/tutorials/how-to-retrieve-pim-structure.html',
869-
'features': [],
870+
'features': [features[6]],
870871
'use_cases': useCases
871872
},
872873
{

0 commit comments

Comments
 (0)