Skip to content
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
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ dist
.DS_Store

.claude/settings.local.json
revamp/audit/
.vscode/

# Migration backups (created by revamp/migrate.sh)
hedera.backup.*

# placeholder backups
docs.json.backup
placeholder-backup/
placeholder-backup/

HANDOFF.md
test.md
.github/workflows/auto-release-notes.yml
18 changes: 10 additions & 8 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"weight": 700
},
"body": {
"family": "Styrene Light Web",
"source": "/public/fonts/styrene/StyreneA-Light-Web.woff2",
"family": "Styrene Regular",
"source": "/public/fonts/styrene/StyreneA-Regular-Web.woff2",
"format": "woff2",
"weight": 500
}
Expand Down Expand Up @@ -1158,7 +1158,11 @@
},
{
"source": "/hedera/getting-started-evm-developers/docs-hedera-com-hedera-core-concepts-smart-contracts-understanding-hederas-evm-differences-and-compatibility",
"destination": "/evm/quickstart/evm-compatibility-overview"
"destination": "/evm/differences"
},
{
"source": "/evm/quickstart/evm-compatibility-overview",
"destination": "/evm/differences"
},
{
"source": "/hedera/getting-started-evm-developers/hedera-testnet-faucet",
Expand Down Expand Up @@ -1874,7 +1878,7 @@
},
{
"source": "/hedera/tutorials/building-on-hedera",
"destination": "/solutions/examples/building-on-hedera"
"destination": "/solutions/examples"
Comment thread
theekrystallee marked this conversation as resolved.
},
{
"source": "/hedera/tutorials/consensus/batch-anchor-verify-records-with-hcs",
Expand Down Expand Up @@ -2246,7 +2250,6 @@
"evm/quickstart/deploy-with-hardhat",
"evm/quickstart/deploy-with-foundry",
"evm/quickstart/deploy-with-contract-builder",
"evm/quickstart/evm-compatibility-overview",
"evm/quickstart/portal-contract-builder"
]
},
Expand Down Expand Up @@ -2862,8 +2865,7 @@
"group": "Examples",
"pages": [
"solutions/examples/demos",
"solutions/examples/starters",
"solutions/examples/building-on-hedera"
"solutions/examples/starters"
]
}
]
Expand Down Expand Up @@ -3358,4 +3360,4 @@
}
]
}
}
}
17 changes: 3 additions & 14 deletions evm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Deploy Solidity smart contracts on Hedera using MetaMask, Hardhat,
mode: wide
---


<div className="not-prose landing-container">

{/* ── POPULAR QUICKSTARTS ──────────────────────────────────────────────── */}
Expand Down Expand Up @@ -70,7 +71,7 @@ mode: wide
</div>
</a>

<a href="/evm/quickstart/evm-compatibility-overview" className="landing-card">
<a href="/evm/differences" className="landing-card">
<div className="landing-card-icon">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#fff" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"><path d="M9 11l3 3L22 4 M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"/></svg>
</div>
Expand Down Expand Up @@ -144,7 +145,7 @@ mode: wide

<a href="/evm/hedera-services/hybrid/index" className="landing-card-stacked">
<div className="landing-card-icon">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#fff" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"><circle cx="6" cy="12" r="4"/><circle cx="18" cy="12" r="4"/></svg>
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#fff" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round"><circle cx="9" cy="12" r="6"/><circle cx="15" cy="12" r="6"/></svg>
</div>
<div className="landing-card-title">Hybrid Tokenization</div>
<div className="landing-card-desc">Combine ERC standards with HTS to get the best of both worlds with compliance plus compatibility.</div>
Expand Down Expand Up @@ -279,16 +280,4 @@ mode: wide
</div>
</div>

{/* ── FOOTER ───────────────────────────────────────────────────────────── */}
<div className="landing-footer">
<h2 id="stay-connected" className="landing-footer-heading">
<a href="#stay-connected">Stay connected</a>
</h2>
<div className="landing-pill-group">
<a className="landing-pill" href="https://hedera.com/discord" target="_blank" rel="noopener noreferrer">Discord</a>
<a className="landing-pill" href="https://github.com/hashgraph/hedera-docs" target="_blank" rel="noopener noreferrer">GitHub</a>
<a className="landing-pill" href="https://portal.hedera.com/playground" target="_blank" rel="noopener noreferrer">Playground</a>
</div>
</div>

</div>
4 changes: 0 additions & 4 deletions evm/quickstart/evm-compatibility-overview.mdx

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/brand-icons/ai-studio/ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions images/brand-icons/ai-studio/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/brand-icons/ai-studio/connect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/brand-icons/ai-studio/cube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions images/brand-icons/ai-studio/gear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/brand-icons/icon-black-ai-studio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions images/brand-icons/icon-white-ai-studio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions images/brand-icons/icon-white-cloudbased.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/brand-icons/icon-white-consensus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions images/brand-icons/icon-white-docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions images/brand-icons/icon-white-ecosystem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/brand-icons/icon-white-ethereum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions images/brand-icons/icon-white-file-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading