Commit e88e277
committed
feat(course-fixtures): update Redis challenge metadata and extensions
Add Odin to the list of supported languages for the Redis challenge.
Enhance the main description with a link to the official Redis docs.
Reorder and expand extensions: move Replication and RDB Persistence
extensions after Lists, Streams, and Transactions to improve progression.
Update URLs to point to the latest Redis documentation for accuracy.
docs(sqlite): rename description_markdown_template to description_md
Update course fixture for SQLite `.dbinfo` task by replacing
`description_markdown_template` with `description_md` to standardize
field naming. This improves consistency in the metadata and aligns
with expected key names for rendering the stage description correctly.
feat(shell): add new "Build your own Shell" course
Add a complete new course for building a POSIX-compliant shell,
including command parsing, builtin commands, and process management.
Update fixtures, scenario imports, and course lists to include the Shell
course to offer users a medium difficulty challenge focused on shell
programming concepts and extensions.
docs(course-fixtures): add detailed description templates for stages
Add expanded markdown templates for stage descriptions in course-fixtures/git.js
to provide learners with more context and guidance about the tasks. Include
explanations of the `.git` directory structure and Git objects for the
"Initialize the .git directory" and "Read a blob object" stages.
This improves the learning experience by offering detailed info and references
within the course material.1 parent 592620f commit e88e277
File tree
12 files changed
+1045
-257
lines changed- mirage
- course-fixtures
- scenarios
- scripts
12 files changed
+1045
-257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 20 | + | |
57 | 21 | | |
58 | 22 | | |
59 | 23 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments