Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove: developers page #3829

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading