Skip to content

Commit dda09ba

Browse files
committed
feat: add review recommendations
1 parent 4a6021d commit dda09ba

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

src/content/docs/how-to-create-catalog-items.mdx

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ In the chapter-mocule-block stucture, modules are also a collection of blocks. A
5959
example
6060
</a>
6161
</li>
62+
<li>
63+
Include the superblock name in the certification settings.
64+
<a href='https://github.com/ahmaxed/freeCodeCamp/blob/main/packages/shared/src/config/certification-settings.ts'>
65+
example
66+
</a>
67+
</li>
68+
<li>
69+
Add superblock name in the curriculum schema.
70+
<a href='https://github.com/ahmaxed/freeCodeCamp/blob/main/curriculum/schema/curriculum-schema.js'>
71+
example
72+
</a>
73+
</li>
6274
<li>
6375
Add block configuration files.
6476
<a href='https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/structure/blocks/learn-python-setup-first-steps.json'>
@@ -90,7 +102,7 @@ In the chapter-mocule-block stucture, modules are also a collection of blocks. A
90102
</a>
91103
</li>
92104
<li>
93-
Add the catalog entry.
105+
Add the catalog entry and a topic if the topic is new.
94106
<a href='https://github.com/freeCodeCamp/freeCodeCamp/blob/main/packages/shared/src/config/catalog.ts'>
95107
example
96108
</a>
@@ -101,6 +113,18 @@ In the chapter-mocule-block stucture, modules are also a collection of blocks. A
101113
example
102114
</a>
103115
</li>
116+
<li>
117+
Add the superblock icon.
118+
<a href='https://github.com/ahmaxed/freeCodeCamp/blob/main/client/src/assets/superblock-icon.tsx'>
119+
example
120+
</a>
121+
</li>
122+
<li>
123+
Add label styling for new topics.
124+
<a href='https://github.com/ahmaxed/freeCodeCamp/blob/main/client/src/templates/Introduction/intro.css'>
125+
example
126+
</a>
127+
</li>
104128
<li>
105129
Keep the catalog test in sync.
106130
<a href='https://github.com/freeCodeCamp/freeCodeCamp/blob/main/packages/shared/src/config/catalog.test.ts'>

0 commit comments

Comments
 (0)