File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26035,7 +26035,7 @@ async function process_tutorial(
26035
26035
26036
26036
const _example = {
26037
26037
name: vfile.data.section_title,
26038
- slug: `${cat_title}-${vfile.data.section_slug}`,
26038
+ slug: `${make_slug( cat_title, seen_slugs) }-${vfile.data.section_slug}`,
26039
26039
};
26040
26040
26041
26041
full.push({
Original file line number Diff line number Diff line change @@ -24798,7 +24798,7 @@ async function process_tutorial(
24798
24798
24799
24799
const _example = {
24800
24800
name: vfile.data.section_title,
24801
- slug: `${cat_title}-${vfile.data.section_slug}`,
24801
+ slug: `${make_slug( cat_title, seen_slugs) }-${vfile.data.section_slug}`,
24802
24802
};
24803
24803
24804
24804
full.push({
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ async function process_tutorial(
239
239
240
240
const _example = {
241
241
name : vfile . data . section_title ,
242
- slug : `${ cat_title } -${ vfile . data . section_slug } ` ,
242
+ slug : `${ make_slug ( cat_title , seen_slugs ) } -${ vfile . data . section_slug } ` ,
243
243
} ;
244
244
245
245
full . push ( {
You can’t perform that action at this time.
0 commit comments