feat(curriculum): add Full Stack Open Skeleton (#61974)

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Sem Bauke
2025-09-03 15:43:45 +02:00
committed by GitHub
parent 3aced6dc6a
commit 041074b7bc
9 changed files with 271 additions and 45 deletions

View File

@@ -286,7 +286,8 @@ export const superBlockToCertMap: {
[SuperBlocks.RosettaCode]: null,
[SuperBlocks.BasicHtml]: null,
[SuperBlocks.SemanticHtml]: null,
[SuperBlocks.DevPlayground]: null
[SuperBlocks.DevPlayground]: null,
[SuperBlocks.FullStackOpen]: null
};
export type CertSlug = (typeof Certification)[keyof typeof Certification];