mirror of https://github.com/waku-org/waku.org.git
chore: remove challenges from community
This commit is contained in:
parent
ef4bcaca9a
commit
d873298059
|
@ -48,10 +48,6 @@ const config = {
|
||||||
path: 'root-pages',
|
path: 'root-pages',
|
||||||
},
|
},
|
||||||
generated: {
|
generated: {
|
||||||
challenges: {
|
|
||||||
repoArray: [{ owner: 'waku-org', repo: 'bounties' }],
|
|
||||||
githubAccessToken: process.env.GITHUB_ACCESS_TOKEN,
|
|
||||||
},
|
|
||||||
jobList: {
|
jobList: {
|
||||||
jobBoard: 'waku',
|
jobBoard: 'waku',
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,8 +6,7 @@ displayed_sidebar: null
|
||||||
sidebar_class_name: hidden
|
sidebar_class_name: hidden
|
||||||
---
|
---
|
||||||
|
|
||||||
import { Grid, Box, SocialCard, GithubChallenges } from '/src/components/mdx'
|
import { Grid, Box, SocialCard } from '/src/components/mdx'
|
||||||
import * as challengesData from '/generated/challenges.json'
|
|
||||||
|
|
||||||
# Join the community
|
# Join the community
|
||||||
|
|
||||||
|
@ -60,7 +59,3 @@ import * as challengesData from '/generated/challenges.json'
|
||||||
</Grid.Item>
|
</Grid.Item>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<GithubChallenges
|
|
||||||
challengesData={challengesData}
|
|
||||||
/>
|
|
Loading…
Reference in New Issue