Skip to content

Commit 8ac86a3

Browse files
committed
feat: add primary extension slug for file search stages
Updated course-definition.yml to include the primary_extension_slug "file-search" for stages related to searching single-line files, multi-line files, multiple files, and recursive search. This enhances the structure and categorization of the course content.
1 parent 1b9af57 commit 8ac86a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

course-definition.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,24 +489,28 @@ stages:
489489
- `('(cat) and \2') is the same as \1` should match "'cat and cat' is the same as 'cat and cat'".
490490
491491
- slug: "dr5"
492+
primary_extension_slug: "file-search"
492493
name: "Search a single-line file"
493494
difficulty: medium
494495
marketing_md: |-
495496
In this stage, you'll add support for searching the contents of a file with a single line.
496497
497498
- slug: "ol9"
499+
primary_extension_slug: "file-search"
498500
name: "Search a multi-line file"
499501
difficulty: medium
500502
marketing_md: |-
501503
In this stage, you'll add support for searching the contents of a file with multiple lines.
502504
503505
- slug: "is6"
506+
primary_extension_slug: "file-search"
504507
name: "Search multiple files"
505508
difficulty: medium
506509
marketing_md: |-
507510
In this stage, you'll add support for searching the contents of multiple files.
508511
509512
- slug: "yx6"
513+
primary_extension_slug: "file-search"
510514
name: "Recursive search"
511515
difficulty: hard
512516
marketing_md: |-

0 commit comments

Comments
 (0)