File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments