Clean up the Lever categories to make sure related jobs are showing

This commit is contained in:
R Tyler Croy 2021-03-11 10:26:54 -08:00
parent 524d90811e
commit f74d7c2b30
2 changed files with 6 additions and 7 deletions

View File

@ -3,22 +3,19 @@
# plumbing jobs into team's blog posts
---
iOS:
# the category in Lever
lever: 'iOS'
lever: 'Mobile'
Android:
lever: 'Android'
lever: 'Mobile'
Data Science:
lever: 'Data Science - San Francisco'
lever: 'Data Science'
Core Platform:
lever: 'Core Platform'
Data Engineering:
# No clue why these jobs are grouped with Core Platform in Lever, but not
# really important to fix at the moment
lever: 'Core Platform'
lever: 'Data Engineering'
Core Infrastructure:
lever: 'Core Infrastructure'

View File

@ -13,6 +13,8 @@
<!--
window.onload = () =>{
renderJobs(document.getElementById('jobs'), "{{ site.data.teams[page.team].lever }}", 4);
// Always include some Engineering jobs if we have any general ones
renderJobs(document.getElementById('jobs'), "{{ site.data.teams['Engineering'].lever }}", 2);
};
-->
</script>