Skip to content

Commit

Permalink
Links removal
Browse files Browse the repository at this point in the history
Removal of grants, FAQ, and wiki links from the docs page
  • Loading branch information
BrandtH22 committed Nov 9, 2023
1 parent aa740ea commit 4cade7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
34 changes: 0 additions & 34 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4cade7c

Please sign in to comment.