Skip to content

Commit bcff947

Browse files
majestic-owl448ojeytonwilliams
authored andcommitted
feat: add more superblocks
1 parent 0b2fdce commit bcff947

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

apps/api/configs/super-block-list.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ export const superBlockStages = [
4747
{
4848
name: 'A1 Professional Spanish',
4949
path: 'a1-professional-spanish'
50+
},
51+
{
52+
name: 'A2 Professional Spanish',
53+
path: 'a2-professional-spanish'
5054
}
5155
]
5256
},
@@ -56,6 +60,10 @@ export const superBlockStages = [
5660
{
5761
name: 'A1 Professional Chinese',
5862
path: 'a1-professional-chinese'
63+
},
64+
{
65+
name: 'A2 Professional Chinese',
66+
path: 'a2-professional-chinese'
5967
}
6068
]
6169
},
@@ -86,7 +94,23 @@ export const superBlockStages = [
8694
{
8795
name: 'Rosetta Code',
8896
path: 'rosetta-code'
97+
},
98+
{
99+
name: 'Full Stack Open',
100+
path: 'full-stack-open'
89101
}
90102
]
103+
},
104+
{
105+
stageName: 'Daily Challenges',
106+
superBlocks: [
107+
{ name: 'Daily Coding Challenge', path: 'dev-playground' }
108+
]
109+
},
110+
{
111+
stageName: 'Catalog', superBlocks: [
112+
{ name: 'Basic HTML', path: 'basic-html' },
113+
{ name: 'Semantic HTML', path: 'semantic-html' }
114+
]
91115
}
92116
];

0 commit comments

Comments
 (0)