Skip to content

Commit d497a48

Browse files
committed
updated the breadcrumb contents
1 parent 598285d commit d497a48

39 files changed

+87
-55
lines changed

pages/builders/app-developers/bridging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on bridging basics, custom bridges, sending data between l1 and l2 and using the standard bridge. You'll find guide, overview to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Bridging basics" href="/builders/app-developers/bridging/basics" />

pages/builders/app-developers/contracts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on solidity compatibility, contract optimization on op mainnet and using op mainnet system contracts. You'll find guide, tutorial to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Solidity compatibility" href="/builders/app-developers/contracts/compatibility" />

pages/builders/app-developers/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on open source code repo for op stack builders and supersim. You'll find reference to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Open source code repo for op stack builders" href="/builders/app-developers/tools/ecosystem-overview" />

pages/builders/app-developers/transactions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on estimating transaction fees on op mainnet, fees, setting transaction gas parameters on op mainnet, transaction statuses on op mainnet and troubleshooting transactions. You'll find guide to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Estimating transaction fees on op mainnet" href="/builders/app-developers/transactions/estimates" />

pages/builders/app-developers/tutorials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on bridging erc 20 tokens to op mainnet with the optimism sdk, bridging eth to op mainnet with the optimism sdk, communicating between op mainnet and ethereum in solidity, deploying your first contract on op mainnet, estimating transaction costs on op mainnet, tracing deposits and withdrawals, viewing deposits and withdrawals by address, triggering op mainnet transactions from ethereum, bridging your custom erc 20 token using the standard bridge and bridging your standard erc 20 token using the standard bridge. You'll find tutorial to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Bridging erc 20 tokens to op mainnet with the optimism sdk" href="/builders/app-developers/tutorials/cross-dom-bridge-erc20" />

pages/builders/cex-wallet-developers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Card, Cards } from 'nextra/components'
77

88
# 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+
This section provides information on supporting op mainnet in your exchange and supporting op mainnet in your wallet. You'll find guide to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Supporting op mainnet in your exchange" href="/builders/cex-wallet-developers/cex-support" />

pages/builders/chain-operators.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Card, Cards } from 'nextra/components'
77

88
# Chain Operators
99

10-
Welcome to the Chain Operators section. Here you'll find resources and information related to Chain Operators.
10+
This section provides information on chain architecture, configuration, deploy, features, hacks, management, how to start a self hosted chain, tools and tutorials. You'll find tool, api, overview, guide, introduction to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Chain architecture" href="/builders/chain-operators/architecture" />

pages/builders/chain-operators/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on batcher configuration, chain operator configurations, proposer configuration and rollup deployment configuration. You'll find api, overview to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Batcher configuration" href="/builders/chain-operators/configuration/batcher" />

pages/builders/chain-operators/deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on op stack genesis creation, op stack deployment overview and op stack smart contract deployment. You'll find guide, overview to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Op stack genesis creation" href="/builders/chain-operators/deploy/genesis" />

pages/builders/chain-operators/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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+
This section provides information on how to run an alt da mode chain, bridged usdc standard on the op stack, how to run a custom gas token chain, op stack preinstalls and span batches. You'll find guide, overview to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="How to run an alt Da mode chain" href="/builders/chain-operators/features/alt-da-mode" />

0 commit comments

Comments
 (0)