Skip to content

Commit 598285d

Browse files
committed
update the breadcrumb result
1 parent 0bead81 commit 598285d

39 files changed

+205
-179
lines changed

pages/builders/app-developers/bridging.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import { Card, Cards } from 'nextra/components'
77

88
# Bridging
99

10-
Welcome to the Bridging section. Here you'll find resources and information related to bridging.
10+
Welcome to the Bridging section. Here you'll find resources and information related to Bridging.
1111

1212
<Cards>
13-
<Card title="Bridging Basics" href="/builders/app-developers/bridging/basics" />
14-
<Card title="Custom Bridges" href="/builders/app-developers/bridging/custom-bridge" />
15-
<Card title="Sending Data Between L1 and L2" href="/builders/app-developers/bridging/messaging" />
16-
<Card title="Using the Standard Bridge" href="/builders/app-developers/bridging/standard-bridge" />
13+
<Card title="Bridging basics" href="/builders/app-developers/bridging/basics" />
14+
<Card title="Custom bridges" href="/builders/app-developers/bridging/custom-bridge" />
15+
<Card title="Sending data between l1 and l2" href="/builders/app-developers/bridging/messaging" />
16+
<Card title="Using the standard bridge" href="/builders/app-developers/bridging/standard-bridge" />
1717
</Cards>

pages/builders/app-developers/contracts.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { Card, Cards } from 'nextra/components'
77

88
# Contracts
99

10-
Welcome to the Contracts section. Here you'll find resources and information related to contracts.
10+
Welcome to the Contracts section. Here you'll find resources and information related to Contracts.
1111

1212
<Cards>
13-
<Card title="Solidity Compatibility" href="/builders/app-developers/contracts/compatibility" />
14-
<Card title="Contract Optimization on OP Mainnet" href="/builders/app-developers/contracts/optimization" />
15-
<Card title="Using OP Mainnet System Contracts" href="/builders/app-developers/contracts/system-contracts" />
13+
<Card title="Solidity compatibility" href="/builders/app-developers/contracts/compatibility" />
14+
<Card title="Contract optimization on op mainnet" href="/builders/app-developers/contracts/optimization" />
15+
<Card title="Using op mainnet system contracts" href="/builders/app-developers/contracts/system-contracts" />
1616
</Cards>

pages/builders/app-developers/tools.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { Card, Cards } from 'nextra/components'
77

88
# Tools
99

10-
Welcome to the Tools section. Here you'll find resources and information related to tools.
10+
Welcome to the Tools section. Here you'll find resources and information related to Tools.
1111

1212
<Cards>
13-
<Card title="Open Source Code Repo for OP Stack Builders" href="/builders/app-developers/tools/ecosystem-overview" />
14-
<Card title="supersim" href="/builders/app-developers/tools/supersim" />
13+
<Card title="Open source code repo for op stack builders" href="/builders/app-developers/tools/ecosystem-overview" />
14+
<Card title="Supersim" href="/builders/app-developers/tools/supersim" />
1515
</Cards>

pages/builders/app-developers/transactions.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import { Card, Cards } from 'nextra/components'
77

88
# Transactions
99

10-
Welcome to the Transactions section. Here you'll find resources and information related to transactions.
10+
Welcome to the Transactions section. Here you'll find resources and information related to Transactions.
1111

1212
<Cards>
13-
<Card title="Estimating Transaction Fees on OP Mainnet" href="/builders/app-developers/transactions/estimates" />
14-
<Card title="fees" href="/builders/app-developers/transactions/fees" />
15-
<Card title="Setting Transaction Gas Parameters on OP Mainnet" href="/builders/app-developers/transactions/parameters" />
16-
<Card title="Transaction Statuses on OP Mainnet" href="/builders/app-developers/transactions/statuses" />
17-
<Card title="Troubleshooting Transactions" href="/builders/app-developers/transactions/troubleshooting" />
13+
<Card title="Estimating transaction fees on op mainnet" href="/builders/app-developers/transactions/estimates" />
14+
<Card title="Fees" href="/builders/app-developers/transactions/fees" />
15+
<Card title="Setting transaction gas parameters on op mainnet" href="/builders/app-developers/transactions/parameters" />
16+
<Card title="Transaction statuses on op mainnet" href="/builders/app-developers/transactions/statuses" />
17+
<Card title="Troubleshooting transactions" href="/builders/app-developers/transactions/troubleshooting" />
1818
</Cards>

pages/builders/app-developers/tutorials.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ import { Card, Cards } from 'nextra/components'
77

88
# Tutorials
99

10-
Welcome to the Tutorials section. Here you'll find resources and information related to tutorials.
10+
Welcome to the Tutorials section. Here you'll find resources and information related to Tutorials.
1111

1212
<Cards>
13-
<Card title="Bridging ERC-20 Tokens to OP Mainnet With the Optimism SDK" href="/builders/app-developers/tutorials/cross-dom-bridge-erc20" />
14-
<Card title="Bridging ETH to OP Mainnet With the Optimism SDK" href="/builders/app-developers/tutorials/cross-dom-bridge-eth" />
15-
<Card title="Communicating Between OP Mainnet and Ethereum in Solidity" href="/builders/app-developers/tutorials/cross-dom-solidity" />
16-
<Card title="Deploying Your First Contract on OP Mainnet" href="/builders/app-developers/tutorials/first-contract" />
17-
<Card title="Estimating Transaction Costs on OP Mainnet" href="/builders/app-developers/tutorials/sdk-estimate-costs" />
18-
<Card title="Tracing Deposits and Withdrawals" href="/builders/app-developers/tutorials/sdk-trace-txns" />
19-
<Card title="Viewing Deposits and Withdrawals by Address" href="/builders/app-developers/tutorials/sdk-view-txns" />
20-
<Card title="Triggering OP Mainnet Transactions from Ethereum" href="/builders/app-developers/tutorials/send-tx-from-eth" />
21-
<Card title="Bridging Your Custom ERC-20 Token Using the Standard Bridge" href="/builders/app-developers/tutorials/standard-bridge-custom-token" />
22-
<Card title="Bridging Your Standard ERC-20 Token Using the Standard Bridge" href="/builders/app-developers/tutorials/standard-bridge-standard-token" />
13+
<Card title="Bridging erc 20 tokens to op mainnet with the optimism sdk" href="/builders/app-developers/tutorials/cross-dom-bridge-erc20" />
14+
<Card title="Bridging eth to op mainnet with the optimism sdk" href="/builders/app-developers/tutorials/cross-dom-bridge-eth" />
15+
<Card title="Communicating between op mainnet and ethereum in solidity" href="/builders/app-developers/tutorials/cross-dom-solidity" />
16+
<Card title="Deploying your first contract on op mainnet" href="/builders/app-developers/tutorials/first-contract" />
17+
<Card title="Estimating transaction costs on op mainnet" href="/builders/app-developers/tutorials/sdk-estimate-costs" />
18+
<Card title="Tracing deposits and withdrawals" href="/builders/app-developers/tutorials/sdk-trace-txns" />
19+
<Card title="Viewing deposits and withdrawals by address" href="/builders/app-developers/tutorials/sdk-view-txns" />
20+
<Card title="Triggering op mainnet transactions from ethereum" href="/builders/app-developers/tutorials/send-tx-from-eth" />
21+
<Card title="Bridging your custom erc 20 token using the standard bridge" href="/builders/app-developers/tutorials/standard-bridge-custom-token" />
22+
<Card title="Bridging your standard erc 20 token using the standard bridge" href="/builders/app-developers/tutorials/standard-bridge-standard-token" />
2323
</Cards>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Cex-wallet-developers
2+
title: Cex Wallet Developers
33
lang: en-US
44
---
55

66
import { Card, Cards } from 'nextra/components'
77

8-
# Cex-wallet-developers
8+
# Cex Wallet Developers
99

10-
Welcome to the Cex-wallet-developers section. Here you'll find resources and information related to cex-wallet-developers.
10+
Welcome to the Cex Wallet Developers section. Here you'll find resources and information related to Cex Wallet Developers.
1111

1212
<Cards>
13-
<Card title="Supporting OP Mainnet in Your Exchange" href="/builders/cex-wallet-developers/cex-support" />
14-
<Card title="Supporting OP Mainnet in Your Wallet" href="/builders/cex-wallet-developers/wallet-support" />
13+
<Card title="Supporting op mainnet in your exchange" href="/builders/cex-wallet-developers/cex-support" />
14+
<Card title="Supporting op mainnet in your wallet" href="/builders/cex-wallet-developers/wallet-support" />
1515
</Cards>

pages/builders/chain-operators.mdx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
2-
title: Chain-operators
2+
title: Chain Operators
33
lang: en-US
44
---
55

66
import { Card, Cards } from 'nextra/components'
77

8-
# Chain-operators
8+
# Chain Operators
99

10-
Welcome to the Chain-operators section. Here you'll find resources and information related to chain-operators.
10+
Welcome to the Chain Operators section. Here you'll find resources and information related to Chain Operators.
1111

1212
<Cards>
13-
<Card title="Chain Architecture" href="/builders/chain-operators/architecture" />
14-
<Card title="How to Start a Self-Hosted Chain" href="/builders/chain-operators/self-hosted" />
13+
<Card title="Chain architecture" href="/builders/chain-operators/architecture" />
14+
<Card title="Configuration" href="/builders/chain-operators/configuration" />
15+
<Card title="Deploy" href="/builders/chain-operators/deploy" />
16+
<Card title="Features" href="/builders/chain-operators/features" />
17+
<Card title="Hacks" href="/builders/chain-operators/hacks" />
18+
<Card title="Management" href="/builders/chain-operators/management" />
19+
<Card title="How to start a self Hosted chain" href="/builders/chain-operators/self-hosted" />
20+
<Card title="Tools" href="/builders/chain-operators/tools" />
21+
<Card title="Tutorials" href="/builders/chain-operators/tutorials" />
1522
</Cards>

pages/builders/chain-operators/configuration.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import { Card, Cards } from 'nextra/components'
77

88
# Configuration
99

10-
Welcome to the Configuration section. Here you'll find resources and information related to configuration.
10+
Welcome to the Configuration section. Here you'll find resources and information related to Configuration.
1111

1212
<Cards>
13-
<Card title="Batcher Configuration" href="/builders/chain-operators/configuration/batcher" />
14-
<Card title="Chain Operator Configurations" href="/builders/chain-operators/configuration/overview" />
15-
<Card title="Proposer Configuration" href="/builders/chain-operators/configuration/proposer" />
16-
<Card title="Rollup Deployment Configuration" href="/builders/chain-operators/configuration/rollup" />
13+
<Card title="Batcher configuration" href="/builders/chain-operators/configuration/batcher" />
14+
<Card title="Chain operator configurations" href="/builders/chain-operators/configuration/overview" />
15+
<Card title="Proposer configuration" href="/builders/chain-operators/configuration/proposer" />
16+
<Card title="Rollup deployment configuration" href="/builders/chain-operators/configuration/rollup" />
1717
</Cards>

pages/builders/chain-operators/deploy.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { Card, Cards } from 'nextra/components'
77

88
# Deploy
99

10-
Welcome to the Deploy section. Here you'll find resources and information related to deploy.
10+
Welcome to the Deploy section. Here you'll find resources and information related to Deploy.
1111

1212
<Cards>
13-
<Card title="OP Stack Genesis Creation" href="/builders/chain-operators/deploy/genesis" />
14-
<Card title="OP Stack Deployment Overview" href="/builders/chain-operators/deploy/overview" />
15-
<Card title="OP Stack Smart Contract Deployment" href="/builders/chain-operators/deploy/smart-contracts" />
13+
<Card title="Op stack genesis creation" href="/builders/chain-operators/deploy/genesis" />
14+
<Card title="Op stack deployment overview" href="/builders/chain-operators/deploy/overview" />
15+
<Card title="Op stack smart contract deployment" href="/builders/chain-operators/deploy/smart-contracts" />
1616
</Cards>

pages/builders/chain-operators/features.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import { Card, Cards } from 'nextra/components'
77

88
# Features
99

10-
Welcome to the Features section. Here you'll find resources and information related to features.
10+
Welcome to the Features section. Here you'll find resources and information related to Features.
1111

1212
<Cards>
13-
<Card title="How to Run an Alt-DA Mode Chain" href="/builders/chain-operators/features/alt-da-mode" />
14-
<Card title="Bridged USDC Standard on the OP Stack" href="/builders/chain-operators/features/bridged-usdc-standard" />
15-
<Card title="How to Run a Custom Gas Token Chain" href="/builders/chain-operators/features/custom-gas-token" />
16-
<Card title="OP Stack Preinstalls" href="/builders/chain-operators/features/preinstalls" />
17-
<Card title="Span Batches" href="/builders/chain-operators/features/span-batches" />
13+
<Card title="How to run an alt Da mode chain" href="/builders/chain-operators/features/alt-da-mode" />
14+
<Card title="Bridged usdc standard on the op stack" href="/builders/chain-operators/features/bridged-usdc-standard" />
15+
<Card title="How to run a custom gas token chain" href="/builders/chain-operators/features/custom-gas-token" />
16+
<Card title="Op stack preinstalls" href="/builders/chain-operators/features/preinstalls" />
17+
<Card title="Span batches" href="/builders/chain-operators/features/span-batches" />
1818
</Cards>

0 commit comments

Comments
 (0)