Skip to content

Commit 077cb88

Browse files
Sentence case all nav files
1 parent efb7da2 commit 077cb88

File tree

39 files changed

+129
-129
lines changed

39 files changed

+129
-129
lines changed

pages/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index": {
3-
"title": "Getting Started",
3+
"title": "Getting started",
44
"display": "hidden",
55
"theme": {
66
"breadcrumb": false,
@@ -38,13 +38,13 @@
3838
},
3939

4040
"faucet": {
41-
"title": "Superchain Faucet",
41+
"title": "Superchain faucet",
4242
"type": "page",
4343
"href": "https://console.optimism.io/faucet?utm_source=docs",
4444
"newWindow": true
4545
},
4646
"gas": {
47-
"title": "Gas Tracker",
47+
"title": "Gas tracker",
4848
"type": "page",
4949
"href": "https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8?orgId=1&refresh=5m",
5050
"newWindow": true

pages/builders/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"notices": "Notices (README)",
3-
"app-developers": "App Developers",
4-
"chain-operators": "Chain Operators",
5-
"node-operators": "Node Operators",
3+
"app-developers": "App developers",
4+
"chain-operators": "Chain operators",
5+
"node-operators": "Node operators",
66
"cex-wallet-developers": "Wallets & CEXs",
7-
"tools": "Developer Tools"
7+
"tools": "Developer tools"
88
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"overview": "Overview",
3-
"quick-start": "Superchain App Quick Start",
3+
"quick-start": "Superchain app quick start",
44
"tutorials": "Tutorials",
5-
"contracts": "Smart Contracts",
5+
"contracts": "Smart contracts",
66
"transactions": "Transactions",
77
"bridging": "Bridging",
8-
"tools": "App Tools"
8+
"tools": "App tools"
99
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"basics": "Basics of Bridging",
2+
"basics": "Basics of bridging",
33
"standard-bridge": "The Standard Bridge",
4-
"custom-bridge": "Custom Token Bridges",
5-
"messaging": "Sending Data Between L1 and L2"
4+
"custom-bridge": "Custom token bridges",
5+
"messaging": "Sending data between L1 and L2"
66
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"compatibility": "Solidity Compatibility",
3-
"system-contracts": "System Contracts",
4-
"optimization": "Cost Optimization",
5-
"superchain-erc20": "SuperchainERC20 Token Standard"
2+
"compatibility": "Solidity compatibility",
3+
"system-contracts": "System contracts",
4+
"optimization": "Cost optimization",
5+
"superchain-erc20": "SuperchainERC20 token standard"
66
}

pages/builders/app-developers/tools/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ecosystem-overview": "Open Source Code Repo",
2+
"ecosystem-overview": "Open source code repo",
33
"supersim": "Supersim Multichain Development Environment",
44
"console": {
55
"title": "Superchain Dev Console",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"fees": "Transaction Fees",
3-
"estimates": "Estimating Fees",
4-
"parameters": "Setting Gas Parameters",
5-
"statuses": "Transaction Statuses",
2+
"fees": "Transaction fees",
3+
"estimates": "Estimating fees",
4+
"parameters": "Setting gas parameters",
5+
"statuses": "Transaction statuses",
66
"troubleshooting": "Troubleshooting"
77
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"first-contract": "Deploying Your First Contract on OP Mainnet",
3-
"cross-dom-solidity": "Communicating Between Chains in Solidity",
4-
"cross-dom-bridge-eth": "Bridging ETH With the Optimism SDK",
5-
"cross-dom-bridge-erc20": "Bridging ERC-20 Tokens With the Optimism SDK",
6-
"standard-bridge-custom-token": "Bridging Your Custom ERC-20 Token to OP Mainnet",
7-
"standard-bridge-standard-token": "Bridging Your Standard ERC-20 Token to OP Mainnet",
8-
"sdk-view-txns": "Viewing Deposits and Withdrawals by Address",
9-
"sdk-trace-txns": "Tracing Deposits and Withdrawals",
10-
"sdk-estimate-costs": "Estimating Transaction Costs",
11-
"send-tx-from-eth": "Triggering OP Mainnet Transactions From Ethereum"
2+
"first-contract": "Deploying your first contract on OP Mainnet",
3+
"cross-dom-solidity": "Communicating between chains in Solidity",
4+
"cross-dom-bridge-eth": "Bridging ETH with the Optimism SDK",
5+
"cross-dom-bridge-erc20": "Bridging ERC-20 tokens with the Optimism SDK",
6+
"standard-bridge-custom-token": "Bridging your custom ERC-20 token to OP Mainnet",
7+
"standard-bridge-standard-token": "Bridging your standard ERC-20 token to OP Mainnet",
8+
"sdk-view-txns": "Viewing deposits and withdrawals by address",
9+
"sdk-trace-txns": "Tracing deposits and withdrawals",
10+
"sdk-estimate-costs": "Estimating transaction costs",
11+
"send-tx-from-eth": "Triggering OP Mainnet transactions From Ethereum"
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cex-support": "Guide for Exchanges",
3-
"wallet-support": "Guide for Wallets"
2+
"cex-support": "Guide for exchanges",
3+
"wallet-support": "Guide for wallets"
44
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"architecture": "Architecture",
3-
"self-hosted": "Start a Self-Hosted Chain",
4-
"configuration": "Chain Configuration",
5-
"management": "Chain Management",
6-
"features": "Chain Features",
3+
"self-hosted": "Start a self-hosted chain",
4+
"configuration": "Chain configuration",
5+
"management": "Chain management",
6+
"features": "Chain features",
77
"deploy": "Deployment",
88
"tutorials": "Tutorials",
9-
"tools": "Chain Tools",
10-
"hacks": "OP Stack Hacks"
9+
"tools": "Chain tools",
10+
"hacks": "OP Stack hacks"
1111
}

0 commit comments

Comments
 (0)