mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-11 20:34:34 +00:00
feat: enable jobs
This commit is contained in:
parent
855971e658
commit
c1411aaeb6
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ yalc.lock
|
||||
.idea
|
||||
|
||||
static/search-index.json
|
||||
|
||||
static/generated/*
|
||||
|
@ -43,6 +43,15 @@ const config = {
|
||||
routeBasePath: '/',
|
||||
path: 'root-pages',
|
||||
},
|
||||
generated: {
|
||||
// challenges: {
|
||||
// repoArray: [{ owner: 'status-im', repo: 'bounties' }],
|
||||
// githubAccessToken: process.env.GITHUB_ACCESS_TOKEN,
|
||||
// },
|
||||
jobList: {
|
||||
jobBoard: 'nimbus',
|
||||
},
|
||||
},
|
||||
og: {},
|
||||
}),
|
||||
],
|
||||
@ -95,6 +104,10 @@ const config = {
|
||||
label: 'Docs',
|
||||
to: '/docs',
|
||||
},
|
||||
{
|
||||
label: 'Join Us',
|
||||
href: '/join-us',
|
||||
},
|
||||
{
|
||||
title: 'Nimbus GitHub repository',
|
||||
href: 'https://github.com/status-im/nimbus-eth2',
|
||||
|
13
root-pages/join-us.mdx
Normal file
13
root-pages/join-us.mdx
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Join Us
|
||||
hide_title: true
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
displayed_sidebar: null
|
||||
hide_table_of_contents: true
|
||||
---
|
||||
|
||||
import * as jobData from '/static/generated/jobs.json'
|
||||
import { JobsPerDepartment } from '/src/components/mdx'
|
||||
|
||||
<JobsPerDepartment jobData={jobData} />
|
Loading…
x
Reference in New Issue
Block a user