mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
feat(tools): add 'Chinese Curriculum' and 'Spanish Curriculum' to helpCategories (#63488)
This commit is contained in:
@@ -31,7 +31,11 @@ import {
|
||||
updateChapterModuleSuperblockStructure
|
||||
} from './helpers/create-project';
|
||||
|
||||
const helpCategories = ['English'] as const;
|
||||
const helpCategories = [
|
||||
'English',
|
||||
'Chinese Curriculum',
|
||||
'Spanish Curriculum'
|
||||
] as const;
|
||||
|
||||
type BlockInfo = {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user