Skip to content

Commit

Permalink
remove: developers page (#3829)
Browse files Browse the repository at this point in the history
* remove developers page

* Delete src/pages/developers.tsx
  • Loading branch information
jessiemongeon1 authored Dec 3, 2024
1 parent e96ac21 commit a30dbb7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 351 deletions.
3 changes: 2 additions & 1 deletion plugins/utils/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const redirects = `
/icp-newsletter /news
/ois /sns
/docs/current/developer-docs/getting-started/overview-of-icp /docs/current/developer-docs/getting-started/network-overview
/docs/videos-tutorials /developers
/docs/videos-tutorials /docs/current/home
/docs /docs/current/home
/docs/current/ /docs/current/home
/docs/current/concepts/bitcoin-integration /bitcoin-integration
Expand Down Expand Up @@ -640,6 +640,7 @@ const redirects = `
/docs/current/developer-docs/getting-started/deploy/testnet /docs/current/developer-docs/getting-started/deploy-and-manage
/docs/current/developer-docs/getting-started/deploy-and-manage /docs/current/developer-docs/getting-started/deploy-and-manage
/docs/current/developer-docs/smart-contracts/write/default-template /docs/current/developer-docs/smart-contracts/write/overview
/developers /docs/current/home
`
.split(/[\r\n]+/)
.map((line) => line.trim().replace(/^#.*$/, "").trim())
Expand Down
235 changes: 0 additions & 235 deletions src/components/DevelopersHome/DappStart/index.module.css

This file was deleted.

76 changes: 0 additions & 76 deletions src/components/DevelopersHome/DappStart/index.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/capabilities/multi-block-transactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function FeaturePage() {

<p className="mb-3 mt-6">
<Link
href="/developers"
href="/docs/current/home"
className="tw-heading-6 flex gap-2 items-center"
>
<RightPointer className="w-6 h-6"></RightPointer>
Expand Down
30 changes: 0 additions & 30 deletions src/pages/developers.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/ethdenver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ function EthDenverPage() {
<Link className="button-primary" href="/ecosystem">
Check out the Ecosystem
</Link>
<Link className="link-white link-with-icon" href="/developers">
<Link className="link-white link-with-icon" href="/docs/current/home">
<LinkArrowRight />
Build your own
</Link>
Expand Down Expand Up @@ -930,7 +930,7 @@ function EthDenverPage() {
title="Be a pioneer of Web3"
body="Start a DAO, create a token, build dapps and host assets with the full stack entirely onchain."
cta="BUILD REAL WEB3"
ctaLink="/developers"
ctaLink="/docs/current/home"
cards={[
{
title: "Dev Forum",
Expand Down
Loading

0 comments on commit a30dbb7

Please sign in to comment.