feat(learn): enable ukrainian certifications (#44454)

* feat(learn): enable ukrainian certifications

* fix: add algolia config

* chore: apply suggestions from code review

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
Mrugesh Mohapatra
2021-12-11 02:41:52 +05:30
committed by GitHub
parent 6fe6bab4a5
commit a2f799866f
2 changed files with 28 additions and 5 deletions

View File

@@ -29,6 +29,10 @@ const algoliaIndices = {
portuguese: {
name: 'news',
searchPage: 'https://www.freecodecamp.org/news/search/'
},
ukrainian: {
name: 'news',
searchPage: 'https://www.freecodecamp.org/news/search/'
}
};