feat(curriculum): add relational databases cert as upcoming change (#41658)

This commit is contained in:
Tom
2021-06-15 10:37:13 -05:00
committed by GitHub
parent ae0d34359a
commit 067761f2f6
30 changed files with 597 additions and 19 deletions

View File

@ -15,6 +15,10 @@ const frontend = path.resolve(
__dirname,
'../../src/templates/Challenges/projects/frontend/Show.js'
);
const codeally = path.resolve(
__dirname,
'../../src/templates/Challenges/codeally/show.js'
);
const intro = path.resolve(
__dirname,
'../../src/templates/Introduction/Intro.js'
@ -33,7 +37,8 @@ const views = {
classic,
modern: classic,
frontend,
video
video,
codeally
// quiz: Quiz
};