feat(learn): rename certificates, cert slugs, and cert flags (#39026)

This commit is contained in:
Kristofer Koishigawa
2020-06-16 01:21:30 +09:00
committed by GitHub
parent 8d2df8b714
commit 77df0e32cd
28 changed files with 808 additions and 683 deletions

View File

@@ -120,11 +120,11 @@ exports.helpCategory = {
'take-home-projects': 'Certification Projects',
'rosetta-code': 'JavaScript',
'project-euler': 'JavaScript',
'scientific-computing-with-python': 'Certification Projects',
'scientific-computing-with-python': 'Python',
'scientific-computing-with-python-projects': 'Certification Projects',
'data-analysis-with-python': 'Certification Projects',
'data-analysis-with-python': 'Python',
'data-analysis-with-python-projects': 'Certification Projects',
'machine-learning-with-python': 'Certification Projects',
'machine-learning-with-python': 'Python',
'machine-learning-with-python-projects': 'Certification Projects',
'python-for-everybody': 'Python',
tensorflow: 'Python',

View File

@@ -1,17 +0,0 @@
export default [
'responsive-web-design',
'javascript-algorithms-and-data-structures',
'front-end-libraries',
'data-visualization',
'apis-and-microservices',
'full-stack',
'scientific-computing-with-python',
'data-analysis-with-python',
'machine-learning-with-python',
'information-security',
'quality-assurance',
'legacy-front-end',
'legacy-back-end',
'legacy-data-visualization',
'legacy-information-security-and-quality-assurance'
];