fix(learn): versioning for new certificate slugs (#39087)
This commit is contained in:
committed by
GitHub
parent
b3d5cde75e
commit
6e5988da4e
@ -29,11 +29,11 @@ const specialPaths = {
|
||||
'Legacy Full Stack': 'Full Stack',
|
||||
'Legacy Information Security and Quality Assurance':
|
||||
'Information Security and Quality Assurance',
|
||||
'Scientific Computing with Python': '2020 Scientific Computing with Python',
|
||||
'Data Analysis with Python': '2020 Data Analysis with Python',
|
||||
'Machine Learning with Python': '2020 Machine Learning with Python',
|
||||
'Quality Assurance': '2020 Quality Assurance',
|
||||
'Information Security': '2020 Information Security'
|
||||
'Scientific Computing with Python': 'Scientific Computing with Python V7',
|
||||
'Data Analysis with Python': 'Data Analysis with Python V7',
|
||||
'Machine Learning with Python': 'Machine Learning with Python V7',
|
||||
'Quality Assurance': 'Quality Assurance V7',
|
||||
'Information Security': 'Information Security V7'
|
||||
};
|
||||
|
||||
for (const [id, title] of idToTitle) {
|
||||
|
Reference in New Issue
Block a user