feat(learn): split InforSec and QA into individual certs (#38347)

Co-authored-by: Mrugesh Mohapatra <me@raisedadead.com>
Co-authored-by: Kris Koishigawa <scissorsneedfoodtoo@gmail.com>
This commit is contained in:
Beau Carnes
2020-04-23 09:08:50 -04:00
committed by Mrugesh Mohapatra
parent c75d212831
commit 256ed00fb9
25 changed files with 251 additions and 160 deletions

View File

@@ -14,12 +14,8 @@ const preFormattedBlockNames = {
'apis-and-microservices': 'APIs and Microservices',
'apis-and-microservices-projects': 'APIs and Microservices Projects',
'scientific-computing-with-python': 'Scientific Computing with Python',
'scientific-computing-with-python-projects': 'Certification Projects',
'data-analysis-with-python': 'Data Analysis with Python',
'data-analysis-with-python-projects': 'Certification Projects',
'machine-learning-with-python': 'Machine Learning with Python',
'machine-learning-with-python-projects': 'Certification Projects',
'information-security-projects': 'Certification Projects'
'machine-learning-with-python': 'Machine Learning with Python'
};
const noFormatting = ['and', 'for', 'of', 'the', 'up', 'with'];

View File

@@ -4,12 +4,14 @@ export default [
'front-end-libraries',
'data-visualization',
'apis-and-microservices',
'information-security-and-quality-assurance',
'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-data-visualization',
'legacy-information-security-and-quality-assurance'
];