From fb2fdaf51627eb1a7b228cdcff7b7c10c8451651 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 1 Dec 2023 10:03:13 +0330 Subject: [PATCH] Revert "add github challenges list to community page (#57)" This reverts commit 65d4c32896e0a0751d491769e81dfeac81bb53a1. --- docusaurus.config.js | 4 ---- root-pages/community.mdx | 7 +------ 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7eedbffc..6321192e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,10 +48,6 @@ 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 86b61a18..9c866435 100644 --- a/root-pages/community.mdx +++ b/root-pages/community.mdx @@ -6,8 +6,7 @@ displayed_sidebar: null sidebar_class_name: hidden --- -import { Grid, Box, SocialCard, GithubChallenges } from '/src/components/mdx' -import * as challengesData from '/generated/challenges.json' +import { Grid, Box, SocialCard } from '/src/components/mdx' # Join the community @@ -56,7 +55,3 @@ import * as challengesData from '/generated/challenges.json' - - \ No newline at end of file