diff --git a/pages/_meta.json b/pages/_meta.json index 918298637..48d92b504 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -1,6 +1,6 @@ { "index": { - "title": "Getting Started", + "title": "Getting started", "display": "hidden", "theme": { "breadcrumb": false, @@ -38,13 +38,13 @@ }, "faucet": { - "title": "Superchain Faucet", + "title": "Superchain faucet", "type": "page", "href": "https://console.optimism.io/faucet?utm_source=docs", "newWindow": true }, "gas": { - "title": "Gas Tracker", + "title": "Gas tracker", "type": "page", "href": "https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8?orgId=1&refresh=5m", "newWindow": true diff --git a/pages/builders/_meta.json b/pages/builders/_meta.json index 06f702862..b197dad8d 100644 --- a/pages/builders/_meta.json +++ b/pages/builders/_meta.json @@ -1,8 +1,8 @@ { "notices": "Notices (README)", - "app-developers": "App Developers", - "chain-operators": "Chain Operators", - "node-operators": "Node Operators", + "app-developers": "App developers", + "chain-operators": "Chain operators", + "node-operators": "Node operators", "cex-wallet-developers": "Wallets & CEXs", - "tools": "Developer Tools" + "tools": "Developer tools" } diff --git a/pages/builders/app-developers/_meta.json b/pages/builders/app-developers/_meta.json index 692b45575..70c7d2145 100644 --- a/pages/builders/app-developers/_meta.json +++ b/pages/builders/app-developers/_meta.json @@ -1,9 +1,9 @@ { "overview": "Overview", - "quick-start": "Superchain App Quick Start", + "quick-start": "Superchain app quick start", "tutorials": "Tutorials", - "contracts": "Smart Contracts", + "contracts": "Smart contracts", "transactions": "Transactions", "bridging": "Bridging", - "tools": "App Tools" + "tools": "App tools" } diff --git a/pages/builders/app-developers/bridging/_meta.json b/pages/builders/app-developers/bridging/_meta.json index 3c3ce0437..c6c56f200 100644 --- a/pages/builders/app-developers/bridging/_meta.json +++ b/pages/builders/app-developers/bridging/_meta.json @@ -1,6 +1,6 @@ { - "basics": "Basics of Bridging", + "basics": "Basics of bridging", "standard-bridge": "The Standard Bridge", - "custom-bridge": "Custom Token Bridges", - "messaging": "Sending Data Between L1 and L2" + "custom-bridge": "Custom token bridges", + "messaging": "Sending data between L1 and L2" } diff --git a/pages/builders/app-developers/contracts/_meta.json b/pages/builders/app-developers/contracts/_meta.json index 50aa18684..535326a4c 100644 --- a/pages/builders/app-developers/contracts/_meta.json +++ b/pages/builders/app-developers/contracts/_meta.json @@ -1,6 +1,6 @@ { - "compatibility": "Solidity Compatibility", - "system-contracts": "System Contracts", - "optimization": "Cost Optimization", - "superchain-erc20": "SuperchainERC20 Token Standard" + "compatibility": "Solidity compatibility", + "system-contracts": "System contracts", + "optimization": "Cost optimization", + "superchain-erc20": "SuperchainERC20 token standard" } diff --git a/pages/builders/app-developers/tools/_meta.json b/pages/builders/app-developers/tools/_meta.json index 6eabf1a34..f751e54e9 100644 --- a/pages/builders/app-developers/tools/_meta.json +++ b/pages/builders/app-developers/tools/_meta.json @@ -1,5 +1,5 @@ { - "ecosystem-overview": "Open Source Code Repo", + "ecosystem-overview": "Open source code repo", "supersim": "Supersim Multichain Development Environment", "console": { "title": "Superchain Dev Console", diff --git a/pages/builders/app-developers/transactions/_meta.json b/pages/builders/app-developers/transactions/_meta.json index 5a89efbd7..916fc5e3d 100644 --- a/pages/builders/app-developers/transactions/_meta.json +++ b/pages/builders/app-developers/transactions/_meta.json @@ -1,7 +1,7 @@ { - "fees": "Transaction Fees", - "estimates": "Estimating Fees", - "parameters": "Setting Gas Parameters", - "statuses": "Transaction Statuses", + "fees": "Transaction fees", + "estimates": "Estimating fees", + "parameters": "Setting gas parameters", + "statuses": "Transaction statuses", "troubleshooting": "Troubleshooting" } diff --git a/pages/builders/app-developers/tutorials/_meta.json b/pages/builders/app-developers/tutorials/_meta.json index 0f6a0b800..f98a8dbd1 100644 --- a/pages/builders/app-developers/tutorials/_meta.json +++ b/pages/builders/app-developers/tutorials/_meta.json @@ -1,12 +1,12 @@ { - "first-contract": "Deploying Your First Contract on OP Mainnet", - "cross-dom-solidity": "Communicating Between Chains in Solidity", - "cross-dom-bridge-eth": "Bridging ETH With the Optimism SDK", - "cross-dom-bridge-erc20": "Bridging ERC-20 Tokens With the Optimism SDK", - "standard-bridge-custom-token": "Bridging Your Custom ERC-20 Token to OP Mainnet", - "standard-bridge-standard-token": "Bridging Your Standard ERC-20 Token to OP Mainnet", - "sdk-view-txns": "Viewing Deposits and Withdrawals by Address", - "sdk-trace-txns": "Tracing Deposits and Withdrawals", - "sdk-estimate-costs": "Estimating Transaction Costs", - "send-tx-from-eth": "Triggering OP Mainnet Transactions From Ethereum" + "first-contract": "Deploying your first contract on OP Mainnet", + "cross-dom-solidity": "Communicating between chains in Solidity", + "cross-dom-bridge-eth": "Bridging ETH with the Optimism SDK", + "cross-dom-bridge-erc20": "Bridging ERC-20 tokens with the Optimism SDK", + "standard-bridge-custom-token": "Bridging your custom ERC-20 token to OP Mainnet", + "standard-bridge-standard-token": "Bridging your standard ERC-20 token to OP Mainnet", + "sdk-view-txns": "Viewing deposits and withdrawals by address", + "sdk-trace-txns": "Tracing deposits and withdrawals", + "sdk-estimate-costs": "Estimating transaction costs", + "send-tx-from-eth": "Triggering OP Mainnet transactions from Ethereum" } diff --git a/pages/builders/cex-wallet-developers/_meta.json b/pages/builders/cex-wallet-developers/_meta.json index 2034019cc..f24a468fc 100644 --- a/pages/builders/cex-wallet-developers/_meta.json +++ b/pages/builders/cex-wallet-developers/_meta.json @@ -1,4 +1,4 @@ { - "cex-support": "Guide for Exchanges", - "wallet-support": "Guide for Wallets" + "cex-support": "Guide for exchanges", + "wallet-support": "Guide for wallets" } diff --git a/pages/builders/chain-operators/_meta.json b/pages/builders/chain-operators/_meta.json index 3481fe628..e26e786c5 100644 --- a/pages/builders/chain-operators/_meta.json +++ b/pages/builders/chain-operators/_meta.json @@ -1,11 +1,11 @@ { "architecture": "Architecture", - "self-hosted": "Start a Self-Hosted Chain", - "configuration": "Chain Configuration", - "management": "Chain Management", - "features": "Chain Features", + "self-hosted": "Start a self-hosted chain", + "configuration": "Chain configuration", + "management": "Chain management", + "features": "Chain features", "deploy": "Deployment", "tutorials": "Tutorials", - "tools": "Chain Tools", - "hacks": "OP Stack Hacks" + "tools": "Chain tools", + "hacks": "OP Stack hacks" } diff --git a/pages/builders/chain-operators/configuration/_meta.json b/pages/builders/chain-operators/configuration/_meta.json index 90116f74a..cfa1aaf62 100644 --- a/pages/builders/chain-operators/configuration/_meta.json +++ b/pages/builders/chain-operators/configuration/_meta.json @@ -1,6 +1,6 @@ { "overview": "Overview", - "rollup": "Rollup Deployment Configuration", - "batcher": "Batcher Configuration", - "proposer": "Proposer Configuration" + "rollup": "Rollup deployment configuration", + "batcher": "Batcher configuration", + "proposer": "Proposer configuration" } \ No newline at end of file diff --git a/pages/builders/chain-operators/deploy/_meta.json b/pages/builders/chain-operators/deploy/_meta.json index 288270a75..1cf642283 100644 --- a/pages/builders/chain-operators/deploy/_meta.json +++ b/pages/builders/chain-operators/deploy/_meta.json @@ -1,6 +1,6 @@ { "overview": "Overview", - "smart-contracts": "Contract Deployment", - "genesis": "Genesis Creation" + "smart-contracts": "Contract deployment", + "genesis": "Genesis creation" } \ No newline at end of file diff --git a/pages/builders/chain-operators/features/_meta.json b/pages/builders/chain-operators/features/_meta.json index 5bb139e4b..4e76c33b5 100644 --- a/pages/builders/chain-operators/features/_meta.json +++ b/pages/builders/chain-operators/features/_meta.json @@ -1,7 +1,7 @@ { "preinstalls": "Preinstalls", - "alt-da-mode": "Run an Alt-DA Mode Chain", - "custom-gas-token": "Run a Custom Gas Token Chain", - "span-batches": "Use and Enable Span Batches on your Chain", + "alt-da-mode": "Run an Alt-DA Mode chain", + "custom-gas-token": "Run a custom gas token chain", + "span-batches": "Use and enable span batches on your chain", "bridged-usdc-standard": "Bridged USDC Standard for the OP Stack" } \ No newline at end of file diff --git a/pages/builders/chain-operators/hacks/_meta.json b/pages/builders/chain-operators/hacks/_meta.json index eb1022312..d4650c2da 100644 --- a/pages/builders/chain-operators/hacks/_meta.json +++ b/pages/builders/chain-operators/hacks/_meta.json @@ -1,8 +1,8 @@ { - "overview": "Intro to OP Stack Hacks", - "featured-hacks": "Featured Hacks", - "data-availability": "Data Availability Hacks", - "derivation": "Derivation Hacks", - "execution": "Execution Hacks", - "settlement": "Settlement Hacks" + "overview": "Intro to OP Stack hacks", + "featured-hacks": "Featured hacks", + "data-availability": "Data availability hacks", + "derivation": "Derivation hacks", + "execution": "Execution hacks", + "settlement": "Settlement hacks" } \ No newline at end of file diff --git a/pages/builders/chain-operators/management/_meta.json b/pages/builders/chain-operators/management/_meta.json index 1b54b76aa..a33e1fbfb 100644 --- a/pages/builders/chain-operators/management/_meta.json +++ b/pages/builders/chain-operators/management/_meta.json @@ -1,8 +1,8 @@ { - "blobs": "Using Blobs", + "blobs": "Using blobs", "snap-sync": "Using Snap Sync", - "operations": "Node Operations", - "key-management": "Key Management", + "operations": "Node operations", + "key-management": "Key management", "troubleshooting": "Troubleshooting", - "best-practices": "Best Practices" + "best-practices": "Best practices" } diff --git a/pages/builders/chain-operators/tools/_meta.json b/pages/builders/chain-operators/tools/_meta.json index 0779e410c..990ea87a2 100644 --- a/pages/builders/chain-operators/tools/_meta.json +++ b/pages/builders/chain-operators/tools/_meta.json @@ -1,6 +1,6 @@ { - "chain-monitoring": "Chain Monitoring", - "explorer": "Block Explorer", + "chain-monitoring": "Chain monitoring", + "explorer": "Block explorer", "op-challenger": "op-challenger", "op-conductor": "op-conductor", "op-deployer": "op-deployer", diff --git a/pages/builders/chain-operators/tutorials/_meta.json b/pages/builders/chain-operators/tutorials/_meta.json index 465ec6d7b..8643c85ac 100644 --- a/pages/builders/chain-operators/tutorials/_meta.json +++ b/pages/builders/chain-operators/tutorials/_meta.json @@ -1,8 +1,8 @@ { - "create-l2-rollup": "Creating Your Own L2 Rollup Testnet", + "create-l2-rollup": "Creating your own rollup testnet", "sdk": "Using the Optimism SDK", - "adding-derivation-attributes": "Adding Attributes to the Derivation Function", - "adding-precompiles": "Adding a Precompile", - "modifying-predeploys": "Modifying Predeployed Contracts", - "integrating-da-layer": "Integrating a New DA Layer" + "adding-derivation-attributes": "Adding attributes to the derivation function", + "adding-precompiles": "Adding a precompile", + "modifying-predeploys": "Modifying predeployed contracts", + "integrating-da-layer": "Integrating a new DA layer" } \ No newline at end of file diff --git a/pages/builders/node-operators/_meta.json b/pages/builders/node-operators/_meta.json index 07df62fb7..818311233 100644 --- a/pages/builders/node-operators/_meta.json +++ b/pages/builders/node-operators/_meta.json @@ -1,10 +1,10 @@ { "architecture": "Architecture", - "rollup-node": "Run a Node in the Superchain", + "rollup-node": "Run a node in the Superchain", "tutorials": "Tutorials", "configuration": "Configuration", - "management": "Node Management", - "network-upgrades": "Network Upgrades", + "management": "Node management", + "network-upgrades": "Network upgrades", "json-rpc": "JSON-RPC API", - "releases": "Software Releases" + "releases": "Software releases" } diff --git a/pages/builders/node-operators/configuration/_meta.json b/pages/builders/node-operators/configuration/_meta.json index f38d96dcd..8794a3782 100644 --- a/pages/builders/node-operators/configuration/_meta.json +++ b/pages/builders/node-operators/configuration/_meta.json @@ -1,5 +1,5 @@ { - "base-config": "Base Configuration", - "consensus-config": "Consensus Layer Configuration", - "execution-config": "Execution Layer Configuration" + "base-config": "Base configuration", + "consensus-config": "Consensus layer configuration", + "execution-config": "Execution layer configuration" } \ No newline at end of file diff --git a/pages/builders/node-operators/management/_meta.json b/pages/builders/node-operators/management/_meta.json index f6278a6d8..1f68207f3 100644 --- a/pages/builders/node-operators/management/_meta.json +++ b/pages/builders/node-operators/management/_meta.json @@ -1,7 +1,7 @@ { - "blobs": "Using Blobs", + "blobs": "Using blobs", "snap-sync": "Using Snap Sync", - "snapshots": "Snapshot Downloads", + "snapshots": "Snapshot downloads", "metrics": "Monitoring", "troubleshooting": "Troubleshooting" } diff --git a/pages/builders/node-operators/tutorials/_meta.json b/pages/builders/node-operators/tutorials/_meta.json index d391ba66f..cff8f7900 100644 --- a/pages/builders/node-operators/tutorials/_meta.json +++ b/pages/builders/node-operators/tutorials/_meta.json @@ -1,6 +1,6 @@ { - "node-from-docker": "Running a Node With Docker", - "node-from-source": "Building a Node from Source", - "mainnet": "Running OP Mainnet from Source", - "testnet": "Running OP Sepolia from Source" + "node-from-docker": "Running a node with Docker", + "node-from-source": "Building a node from source", + "mainnet": "Running OP Mainnet from source", + "testnet": "Running OP Sepolia from source" } diff --git a/pages/builders/notices/_meta.json b/pages/builders/notices/_meta.json index c52a90569..b85000edf 100644 --- a/pages/builders/notices/_meta.json +++ b/pages/builders/notices/_meta.json @@ -1,5 +1,5 @@ { - "granite-changes": "Preparing for Granite Breaking Changes", - "fp-changes": "Preparing for Fault Proofs Breaking Changes", + "granite-changes": "Preparing for Granite breaking changes", + "fp-changes": "Preparing for fault proofs breaking changes", "sdk-deprecation": "Preparing for Optimism SDK deprecation" } diff --git a/pages/builders/tools/_meta.json b/pages/builders/tools/_meta.json index 670f6209a..440d418b9 100644 --- a/pages/builders/tools/_meta.json +++ b/pages/builders/tools/_meta.json @@ -3,6 +3,6 @@ "connect": "Connecting", "build": "Building", "monitor": "Monitoring", - "op-tools": "OP Tools", - "fee-calculator": "Fee Calculator" + "op-tools": "OP tools", + "fee-calculator": "Fee calculator" } diff --git a/pages/builders/tools/build/_meta.json b/pages/builders/tools/build/_meta.json index 249678234..cbd6ef41d 100644 --- a/pages/builders/tools/build/_meta.json +++ b/pages/builders/tools/build/_meta.json @@ -1,7 +1,7 @@ { "faucets": "Faucets", "oracles": "Oracles", - "nft-tools": "NFT Tools", - "block-explorers": "Block Explorers", - "account-abstraction": "Account Abstraction" + "nft-tools": "NFT tools", + "block-explorers": "Block explorers", + "account-abstraction": "Account abstraction" } \ No newline at end of file diff --git a/pages/builders/tools/connect/_meta.json b/pages/builders/tools/connect/_meta.json index f0051842b..5c7bf46ce 100644 --- a/pages/builders/tools/connect/_meta.json +++ b/pages/builders/tools/connect/_meta.json @@ -1,4 +1,4 @@ { - "networks": "Networks and RPC Endpoints", - "rpc-providers": "RPC Providers" + "networks": "Networks and RPC endpoints", + "rpc-providers": "RPC providers" } \ No newline at end of file diff --git a/pages/builders/tools/monitor/_meta.json b/pages/builders/tools/monitor/_meta.json index c2459cfce..f37b60762 100644 --- a/pages/builders/tools/monitor/_meta.json +++ b/pages/builders/tools/monitor/_meta.json @@ -1,4 +1,4 @@ { "analytics-tools": "Analytics", - "regenesis-history": "Historical Data" + "regenesis-history": "Historical data" } \ No newline at end of file diff --git a/pages/builders/tools/op-tools/_meta.json b/pages/builders/tools/op-tools/_meta.json index fcc07acdc..4886952ac 100644 --- a/pages/builders/tools/op-tools/_meta.json +++ b/pages/builders/tools/op-tools/_meta.json @@ -1,11 +1,11 @@ { "block-explorer": { - "title": "OP Mainnet Explorer", + "title": "OP Mainnet explorer", "href": "https://optimistic.etherscan.io/", "newWindow": true }, "bridge": { - "title": "Superchain Bridges", + "title": "Superchain bridges", "href": "https://app.optimism.io/bridge", "newWindow": true }, @@ -15,18 +15,18 @@ "newWindow": true }, "faucet": { - "title": "Superchain Faucet", + "title": "Superchain faucet", "type": "page", "href": "https://console.optimism.io/faucet?utm_source=docs", "newWindow": true }, "console": { - "title": "Superchain Dev Console", + "title": "Superchain dev console", "href": "https://console.optimism.io/?utm_source=docs", "newWindow": true }, "gas": { - "title": "Gas Tracker", + "title": "Gas tracker", "type": "page", "href": "https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8?orgId=1&refresh=5m", "newWindow": true diff --git a/pages/chain/_meta.json b/pages/chain/_meta.json index 120d2dc16..26c4d8459 100644 --- a/pages/chain/_meta.json +++ b/pages/chain/_meta.json @@ -1,9 +1,9 @@ { - "getting-started": "Getting Started: OP Mainnet", - "differences": "Differences Between Ethereum and OP Mainnet", + "getting-started": "Getting started: OP Mainnet", + "differences": "Differences between Ethereum and OP Mainnet", "networks": "Networks and RPC Endpoints", - "addresses": "Contract Addresses", - "tokenlist": "Bridged Token Addresses", + "addresses": "Contract addresses", + "tokenlist": "Bridged token addresses", "identity": "Identity", "testing": "Testing", "security": "Security" diff --git a/pages/chain/identity/_meta.json b/pages/chain/identity/_meta.json index 734d61bbf..3e4e40939 100644 --- a/pages/chain/identity/_meta.json +++ b/pages/chain/identity/_meta.json @@ -1,6 +1,6 @@ { "overview": "Overview", - "about-attestations": "About Attestations", + "about-attestations": "About attestations", "contracts-eas": "Contracts (EAS)", "schemas": "Schemas", "applications": "Apps", diff --git a/pages/chain/security/_meta.json b/pages/chain/security/_meta.json index 7ffeab759..0c83dd2a3 100644 --- a/pages/chain/security/_meta.json +++ b/pages/chain/security/_meta.json @@ -1,7 +1,7 @@ { - "faq": "Security Model & FAQ", - "privileged-roles": "Privileged Roles", - "security-policy": "Security Policy", + "faq": "Security model & FAQ", + "privileged-roles": "Privileged roles", + "security-policy": "Security policy", "bug-bounty": { "title": "Bug Bounty Program", "href": "https://immunefi.com/bounty/optimism/", diff --git a/pages/chain/testing/_meta.json b/pages/chain/testing/_meta.json index 9402c85f8..f6228db4f 100644 --- a/pages/chain/testing/_meta.json +++ b/pages/chain/testing/_meta.json @@ -1,4 +1,4 @@ { - "dev-node": "Running a Local Development Environment", - "testing-apps": "Testing Apps on OP Mainnet" + "dev-node": "Running a local development environment", + "testing-apps": "Testing apps on OP Mainnet" } diff --git a/pages/connect/contribute/_meta.json b/pages/connect/contribute/_meta.json index 39ebe0e09..dbfae0745 100644 --- a/pages/connect/contribute/_meta.json +++ b/pages/connect/contribute/_meta.json @@ -1,5 +1,5 @@ { - "docs-contribute": "Contribute to Optimism Docs", + "docs-contribute": "Contribute to Optimism docs", "stack-contribute": "Contribute to OP Stack", - "style-guide": "Docs Style Guide" + "style-guide": "Docs style guide" } \ No newline at end of file diff --git a/pages/stack/_meta.json b/pages/stack/_meta.json index 47b2dd20d..962a4597b 100644 --- a/pages/stack/_meta.json +++ b/pages/stack/_meta.json @@ -1,12 +1,12 @@ { - "getting-started": "Getting Started: OP Stack", - "differences": "Differences Between Ethereum and OP Stack Chains", - "explainer": "Superchain Explainer", - "design-principles": "Design Philosophy & Principles", - "components": "OP Stack Components", - "smart-contracts": "Smart Contracts", + "getting-started": "Getting started: OP Stack", + "differences": "Differences between Ethereum and OP Stack chains", + "explainer": "Superchain explainer", + "design-principles": "Design philosophy & principles", + "components": "OP Stack components", + "smart-contracts": "Smart contracts", "rollup": "Rollup", - "fault-proofs": "Fault Proofs", + "fault-proofs": "Fault proofs", "transactions": "Transactions", "features": "Features", "security": "Security", @@ -16,5 +16,5 @@ }, "opcm": "OP Contracts Manager", "interop": "Interoperability", - "beta-features": "Beta Features" + "beta-features": "Beta features" } diff --git a/pages/stack/beta-features/_meta.json b/pages/stack/beta-features/_meta.json index 22af59364..032cb72c0 100644 --- a/pages/stack/beta-features/_meta.json +++ b/pages/stack/beta-features/_meta.json @@ -1,4 +1,4 @@ { - "custom-gas-token": "Custom Gas Token", + "custom-gas-token": "Custom gas token", "alt-da-mode": "Alt-DA Mode" } diff --git a/pages/stack/fault-proofs/_meta.json b/pages/stack/fault-proofs/_meta.json index 344cdb1d7..0bf43dd6e 100644 --- a/pages/stack/fault-proofs/_meta.json +++ b/pages/stack/fault-proofs/_meta.json @@ -1,8 +1,8 @@ { - "explainer": "Fault Proofs Explainer", - "fp-components": "FP System Components", + "explainer": "Fault proofs explainer", + "fp-components": "FP system components", "cannon": "FPVM: Cannon", "challenger": "OP-Challenger", "mips": "MIPS.sol", - "fp-security": "FP Mainnet Security" + "fp-security": "FP Mainnet security" } \ No newline at end of file diff --git a/pages/stack/interop/_meta.json b/pages/stack/interop/_meta.json index d59a68f5d..0fad31024 100644 --- a/pages/stack/interop/_meta.json +++ b/pages/stack/interop/_meta.json @@ -1,6 +1,6 @@ { - "explainer": "Interop Explainer", - "cross-chain-message": "Anatomy of Cross-Chain Message", + "explainer": "Interop explainer", + "cross-chain-message": "Anatomy of cross-chain message", "supersim": "Supersim Multichain Development Environment", - "superchain-erc20": "SuperchainERC20 Token Standard" + "superchain-erc20": "SuperchainERC20 token standard" } \ No newline at end of file diff --git a/pages/stack/rollup/_meta.json b/pages/stack/rollup/_meta.json index a0e4ff047..def933fd0 100644 --- a/pages/stack/rollup/_meta.json +++ b/pages/stack/rollup/_meta.json @@ -1,5 +1,5 @@ { - "overview": "Rollup Overview", - "derivation-pipeline": "Derivation Pipeline", - "outages": "Sequencer Outages" + "overview": "Rollup overview", + "derivation-pipeline": "Derivation pipeline", + "outages": "Sequencer outages" } \ No newline at end of file diff --git a/pages/stack/security/_meta.json b/pages/stack/security/_meta.json index 672af59c4..d84287eaa 100644 --- a/pages/stack/security/_meta.json +++ b/pages/stack/security/_meta.json @@ -1,4 +1,4 @@ { "faq": "Security FAQs", - "pause": "Pause and Unpause the Bridge" + "pause": "Pause and unpause the Bridge" } \ No newline at end of file diff --git a/pages/stack/transactions/_meta.json b/pages/stack/transactions/_meta.json index e4237e0ce..25cae38ce 100644 --- a/pages/stack/transactions/_meta.json +++ b/pages/stack/transactions/_meta.json @@ -1,8 +1,8 @@ { - "fees": "Transaction Fees", - "transaction-flow": "Transaction Flow", - "deposit-flow": "Deposit Flow", - "withdrawal-flow": "Withdrawal Flow", - "forced-transaction": "Forced Transaction", - "cross-domain": "Cross Domain Transaction" + "fees": "Transaction fees", + "transaction-flow": "Transaction flow", + "deposit-flow": "Deposit flow", + "withdrawal-flow": "Withdrawal flow", + "forced-transaction": "Forced transaction", + "cross-domain": "Cross domain transaction" }