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:
committed by
Mrugesh Mohapatra
parent
c75d212831
commit
256ed00fb9
@@ -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'];
|
||||
|
@@ -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'
|
||||
];
|
||||
|
Reference in New Issue
Block a user