From 4cade7c8f4fd73a39414bd2ed093a56d8eb36a45 Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:00:49 -0700 Subject: [PATCH] Links removal Removal of grants, FAQ, and wiki links from the docs page --- docusaurus.config.js | 4 ---- src/components/HomepageFeatures.js | 34 ------------------------------ 2 files changed, 38 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1253a92731..ef619a17d0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -104,10 +104,6 @@ const katex = require('rehype-katex'); { title: 'Developers', items: [ - { - label: 'Grants', - to: 'https://chia.net/grants', - }, { label: 'Chialisp', to: 'https://chialisp.com', diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index a64b0f33fa..9a1e8453a1 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -26,40 +26,6 @@ const FeatureList = [ ), }, - { - title: 'Chia Blockchain Wiki', - Svg: require('@site/static/svg/chia-leaf-green.svg').default, - dest_url: 'https://github.com/Chia-Network/chia-blockchain/wiki', - description: ( - <> - GitHub wiki containing instructions and information about best - practices regarding setup, hardware, farming, plotting, security, - timelords, and more. - - ), - }, - { - title: 'Cultivation Grant Program', - Svg: require('@site/static/svg/grant-icon.svg').default, - dest_url: 'https://www.chia.net/grants/', - description: ( - <> - Our Cultivation Grant Program is designed to enable and expand promising - new projects that are being built on the Chia blockchain. - - ), - }, - { - title: 'Chia Technical FAQ', - Svg: require('@site/static/svg/technical-faq-icon.svg').default, - dest_url: 'https://github.com/Chia-Network/chia-blockchain/wiki/FAQ', - description: ( - <> - Frequently asked questions regarding the Chia blockchain and its - function. - - ), - }, { title: 'Chia Network Inc. FAQ', Svg: require('@site/static/svg/chia-logo.svg').default,