Skip to content

Commit 4e8c32a

Browse files
Merge pull request #1110 from ethereum-optimism/bradleycamacho-patch-1
Update home page capitalization
2 parents df55271 + 2ede608 commit 4e8c32a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pages/index.mdx

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,41 @@ import { Cards, Card } from 'nextra/components'
1111
Welcome to the Optimism Docs, the unified home of the [Optimism Collective's](/connect/resources/glossary#optimism-collective) technical documentation and information about the [OP Stack](/stack/getting-started).
1212
Information about the Optimism Collective's governance, community, and mission can be found on the [Optimism Community Hub](https://community.optimism.io/docs/governance/).
1313

14-
## Guides for Builders
14+
## Guides for builders
1515

1616
Whether you're a developer building a app on OP Mainnet, a node operator running an OP Mainnet node, or a chain operator launching your own OP Stack chain, you'll find everything you need to get started right here.
1717

1818
<Cards>
19-
<Card title="App Developers" href="/builders/app-developers/overview" icon={<img src="img/icons/terminal-window-line.svg" />} />
19+
<Card title="App developers" href="/builders/app-developers/overview" icon={<img src="img/icons/terminal-window-line.svg" />} />
2020

21-
<Card title="Chain Operators" href="/builders/chain-operators/self-hosted" icon={<img src="img/icons/instance-line.svg" />} />
21+
<Card title="Chain operators" href="/builders/chain-operators/self-hosted" icon={<img src="img/icons/instance-line.svg" />} />
2222

23-
<Card title="Node Operators" href="/builders/node-operators/rollup-node" icon={<img src="img/icons/computer-line.svg" />} />
23+
<Card title="Node operators" href="/builders/node-operators/rollup-node" icon={<img src="img/icons/computer-line.svg" />} />
2424

2525
<Card title="Wallets & CEXs" href="/builders/cex-wallet-developers/wallet-support" icon={<img src="img/icons/wallet.svg" />} />
2626

27-
<Card title="Developer Tools" href="/builders/tools/overview" icon={<img src="img/icons/tools.svg" />} />
27+
<Card title="Developer tools" href="/builders/tools/overview" icon={<img src="img/icons/tools.svg" />} />
2828

2929
</Cards>
3030

31-
## Featured Tools
31+
## Featured tools
3232

3333
Check out these amazing tools, so you can get building with Optimism.
3434

3535
<Cards>
36-
<Card title="Superchain Faucet" href="https://console.optimism.io/faucet?utm_source=docs" icon={<img src="img/icons/gear.svg" />} />
36+
<Card title="Superchain faucet" href="https://console.optimism.io/faucet?utm_source=docs" icon={<img src="img/icons/gear.svg" />} />
3737

3838
<Card title="Scaffold-OP" href="/builders/app-developers/quick-start" icon={<img src="img/icons/gear.svg" />} />
3939

4040
<Card title="Superchain Dev Console" href="https://console.optimism.io/?utm_source=docs" icon={<img src="img/icons/gear.svg" />} />
4141

42-
<Card title="Open-Source Repo" href="/builders/app-developers/tools/ecosystem-overview" icon={<img src="img/icons/gear.svg" />} />
42+
<Card title="Open-Source repo" href="/builders/app-developers/tools/ecosystem-overview" icon={<img src="img/icons/gear.svg" />} />
4343

44-
<Card title="Fee Parameter Calculator" href="/builders/tools/fee-calculator" icon={<img src="img/icons/gear.svg" />} />
44+
<Card title="Fee parameter calculator" href="/builders/tools/fee-calculator" icon={<img src="img/icons/gear.svg" />} />
4545

4646
</Cards>
4747

48-
## Learn About Optimism
48+
## Learn about Optimism
4949

5050
OP Mainnet is an [EVM equivalent](https://web.archive.org/web/20231127160757/https://medium.com/ethereum-optimism/introducing-evm-equivalence-5c2021deb306) Layer 2 blockchain connected to Ethereum.
5151
The OP Stack is the standardized, shared, and open-source development stack that makes it easy to spin up your own production-ready Layer 2 blockchain just like OP Mainnet.

0 commit comments

Comments
 (0)