diff --git a/docusaurus.config.js b/docusaurus.config.js index 39a8697b..2b80a5d1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,6 +48,10 @@ const config = { path: 'root-pages', }, generated: { + challenges: { + repoArray: [{ owner: 'waku-org', repo: 'bounties' }], + githubAccessToken: process.env.GITHUB_ACCESS_TOKEN, + }, jobList: { jobBoard: 'waku', }, diff --git a/root-pages/community.mdx b/root-pages/community.mdx index 9c866435..86b61a18 100644 --- a/root-pages/community.mdx +++ b/root-pages/community.mdx @@ -6,7 +6,8 @@ displayed_sidebar: null sidebar_class_name: hidden --- -import { Grid, Box, SocialCard } from '/src/components/mdx' +import { Grid, Box, SocialCard, GithubChallenges } from '/src/components/mdx' +import * as challengesData from '/generated/challenges.json' # Join the community @@ -55,3 +56,7 @@ import { Grid, Box, SocialCard } from '/src/components/mdx' + + \ No newline at end of file