feat: separate superblock for rosetta code (#52629)

Co-authored-by: mot01 <tmondloch01@gmail.com>
This commit is contained in:
Naomi Carrigan
2023-12-19 18:52:07 -08:00
committed by GitHub
parent 11590de34c
commit 57dca1e495
177 changed files with 77 additions and 24 deletions
+4 -2
View File
@@ -22,7 +22,8 @@ export enum SuperBlocks {
FoundationalCSharp = 'foundational-c-sharp-with-microsoft',
ExampleCertification = 'example-certification',
UpcomingPython = 'upcoming-python',
A2English = 'a2-english-for-developers'
A2English = 'a2-english-for-developers',
RosettaCode = 'rosetta-code'
}
/*
@@ -73,7 +74,8 @@ export const superBlockOrder: SuperBlockOrder = {
[SuperBlockStages.Professional]: [SuperBlocks.FoundationalCSharp],
[SuperBlockStages.Extra]: [
SuperBlocks.CodingInterviewPrep,
SuperBlocks.ProjectEuler
SuperBlocks.ProjectEuler,
SuperBlocks.RosettaCode
],
[SuperBlockStages.Legacy]: [SuperBlocks.RespWebDesign],
[SuperBlockStages.New]: [],