Skip to content

Commit

Permalink
Merge pull request #1110 from ethereum-optimism/bradleycamacho-patch-1
Browse files Browse the repository at this point in the history
Update home page capitalization
  • Loading branch information
bradleycamacho authored Nov 13, 2024
2 parents df55271 + 2ede608 commit 4e8c32a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,41 @@ import { Cards, Card } from 'nextra/components'
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).
Information about the Optimism Collective's governance, community, and mission can be found on the [Optimism Community Hub](https://community.optimism.io/docs/governance/).

## Guides for Builders
## Guides for builders

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.

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

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

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

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

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

</Cards>

## Featured Tools
## Featured tools

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

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

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

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

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

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

</Cards>

## Learn About Optimism
## Learn about Optimism

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.
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.
Expand Down

0 comments on commit 4e8c32a

Please sign in to comment.