Skip to content

Update home page capitalization #1110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading