Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,19 @@
"connect": {
"title": "Connect",
"display": "children"
},

"+++ Superchain": {
"title": "",
"type": "separator"
},
"--- Superchain": {
"title": "Superchain",
"type": "separator"
},

"superchain": {
"title": "Superchain",
"display": "children"
}
}
2 changes: 1 addition & 1 deletion pages/builders/app-developers/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This section provides information on open-source code repositories for OP Stack
<Cards>
<Card title="Open-Source Code Repository for OP Stack Builders" href="/builders/app-developers/tools/ecosystem-overview" />

<Card title="SuperSim" href="/builders/app-developers/tools/supersim" />
<Card title="SuperSim" href="https://docs.optimism.io/builders/app-developers/tools/supersim" />
</Cards>
11 changes: 0 additions & 11 deletions pages/builders/app-developers/tools/supersim.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion pages/builders/tools/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"connect": "Connecting",
"build": "Building",
"monitor": "Monitoring",
"op-tools": "OP tools",
"op-tools": "Metal L2 Tools",
"fee-calculator": "Fee calculator"
}
2 changes: 1 addition & 1 deletion pages/builders/tools/connect/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This reference guide lists RPC and node providers to help you connect to a Metal
For early-stage startups, dRPC and Optimism Collective provide Metal L2 nodes from 3 geo clusters without method restrictions and are totally free!
For commercial nodes, dRPC uses a pay-as-you-go model without hidden fees and rate limits. Feel free to try fast and reliable nodes.

### Supported Networks
Supported Networks

Metal L2 Mainnet,
Metal L2 TestNet (Metal L2 Sepolia)
Expand Down
10 changes: 5 additions & 5 deletions pages/builders/tools/op-tools.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Op Tools
title: Metal L2 Tools
lang: en-US
description: >-
Learn about op tools in the Optimism ecosystem. This guide provides detailed
information and resources about op tools.
Learn about Metal L2 tools. This guide provides detailed
information and resources about Metal L2 tools.
---

import { Card, Cards } from 'nextra/components'

# Op Tools
# Metal L2 Tools

This section provides information on .
This section provides information on Metal L2 tools.

<Cards />
30 changes: 12 additions & 18 deletions pages/builders/tools/op-tools/_meta.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
{
"block-explorer": {
"title": "OP Mainnet explorer",
"href": "https://optimistic.etherscan.io/",
"title": "Metal L2 Mainnet Explorer",
"href": "https://explorer.metall2.com/",
"newWindow": true
},
"bridge": {
"title": "Superchain bridges",
"href": "https://app.optimism.io/bridge",
"metall2bridge": {
"title": "Metal L2 Bridge",
"href": "https://bridge.metall2.com/",
"newWindow": true
},
"sdk": {
"title": "Optimism SDK",
"href": "https://sdk.optimism.io/",
"bridge": {
"title": "Superchain Bridges",
"href": "https://app.optimism.io/bridge",
"newWindow": true
},
"faucet": {
"title": "Superchain faucet",
"title": "Superchain Faucet",
"type": "page",
"href": "https://console.optimism.io/faucet?utm_source=docs",
"href": "https://console.optimism.io/faucet",
"newWindow": true
},
"console": {
"title": "Superchain dev console",
"href": "https://console.optimism.io/?utm_source=docs",
"newWindow": true
},
"gas": {
"title": "Gas tracker",
"type": "page",
"href": "https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8?orgId=1&refresh=5m",
"title": "Superchain Dev Console",
"href": "https://console.optimism.io/",
"newWindow": true
}
}
2 changes: 1 addition & 1 deletion pages/chain/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Steps } from 'nextra/components'
This guide explains the basics of Metal L2 development.
Metal L2 is [EVM equivalent](https://web.archive.org/web/20231127160757/https://medium.com/ethereum-optimism/introducing-evm-equivalence-5c2021deb306), meaning we run a slightly modified version of the same `geth` you run on mainnet.
Therefore, the differences between Metal L2 development and Ethereum development are minor.
But a few differences [do exist](/stack/differences).
But a few differences [do exist](../stack/differences).

## Metal L2 and Metal L2 Testnet Endpoint URLs

Expand Down
8 changes: 4 additions & 4 deletions pages/connect/contribute.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Contribute
description: Documentation covering Docs Contribute, Stack Contribute, Style Guide in the Contribute section of the OP Stack ecosystem.
description: Documentation covering Docs Contribute, Stack Contribute, Style Guide in the Contribute section.
lang: en-US
---

import { Card, Cards } from 'nextra/components'

# Contribute

Documentation covering Docs Contribute, Stack Contribute, Style Guide in the Contribute section of the OP Stack ecosystem.
Documentation covering Docs Contribute, Stack Contribute, Style Guide in the Contribute section.

<Cards>
<Card title="Ways to contribute to Optimism Docs" href="/connect/contribute/docs-contribute" />
<Card title="Contribute to Metal L2 Docs" href="/connect/contribute/docs-contribute" />
<Card title="Contribute to the OP Stack" href="/connect/contribute/stack-contribute" />
<Card title="Optimism Docs style guide" href="/connect/contribute/style-guide" />
<Card title="Docs style guide" href="/connect/contribute/style-guide" />
</Cards>
2 changes: 1 addition & 1 deletion pages/connect/contribute/docs-contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Metal L2 Docs(docs.metall2.com) is a fork of the Optimism docs, an open-source p
Review the [style guide](style-guide) and follow the PR process outlined in the [contributor guidelines](https://github.com/MetalPay/metal-l2-docs/blob/main/CONTRIBUTING.md) to get started.
* [Submit a bug report](https://immunefi.com/bounty/optimism/): create a report to help us improve our products and developer tooling. For more information, please read our [Security Policy](/chain/security/security-policy).

## How to work on docs.metall2.com
## How to work on Metal L2 Docs

Whether you're adding to the site, creating content, or working on open issues, you'll need a [GitHub](https://github.com) account.
All updates are made via the GitHub PR process. This means you create a local copy of the website, make your changes and request to merge your changes.
Expand Down
2 changes: 1 addition & 1 deletion pages/connect/contribute/stack-contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The OP Stack needs YOU (yes you!) to help review the codebase for bugs and vulne

## Docs Contributions

Want a new tutorial? See something that could be a little clearer? Check out the [Metal L2 DocsContribution page](docs-contribute) for more information on how to help. No contribution is too small!
Want a new tutorial? See something that could be a little clearer? Check out the [Metal L2 Docs Contribution page](docs-contribute) for more information on how to help. No contribution is too small!

## Community Contributions

Expand Down
8 changes: 4 additions & 4 deletions pages/connect/contribute/style-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Callout } from 'nextra/components'

# Docs style guide

This Style Guide aims to assist Metal L2 contributors in writing technical content with a consistent voice, tone, and style. See the [glossary](/connect/resources/glossary) for an alphabetical listing of commonly used words, terms, and concepts used throughout the technical docs and across the OP Collective.
This Style Guide aims to assist contributors in writing technical content with a consistent voice, tone, and style. See the [glossary](/connect/resources/glossary) for an alphabetical listing of commonly used words, terms, and concepts used throughout the technical docs and across the OP Collective.

* For docs-related questions or comments, create an issue in the [docs repo](https://github.com/ethereum-optimism/docs/issues).

Expand All @@ -26,7 +26,7 @@ This Style Guide aims to assist Metal L2 contributors in writing technical conte

### Folder structure

The folder structure for the [docs.metall2.com](https://github.com/ethereum-optimism/docs) repository is organized into several high-level categories under the main `pages` folder such as `builders`, `chain`, `connect`, and `stack`.
The folder structure for the [docs](https://github.com/MetalPay/metal-l2-docs) repository is organized into several high-level categories under the main `pages` folder such as `builders`, `chain`, `connect`, and `stack`.

The left sidebar (side navigation) is managed in the `_meta.json` file, which should be edited only for adding or deleting pages. Frequent edits may lead to merge conflicts due to ongoing content updates. Accept changes from others when committing a PR.

Expand Down Expand Up @@ -81,7 +81,7 @@ See below for when to use title or sentence case.
</Callout>

* Use sentence case for body content and short phrases, even when the content is a link. Sentence case means you only capitalize the first letter of the sentence. <br />
**Example:** If you're trying to figure out how to do something specific as a node operator, you might search our collection of [tutorials](/builders/node-operators/rollup-node) or [suggest a new one](https://github.com/ethereum-optimism/docs/issues).
**Example:** If you're trying to figure out how to do something specific as a node operator, you might search our collection of [tutorials](/builders/node-operators/rollup-node) or [suggest a new one](https://github.com/MetalPay/metal-l2-docs/issues).

* Use lowercase in code snippets by default, unless the code block uses capitalization (e.g., for the name of a function or variable) and you are referring to the function or variable elsewhere within the technical documentation. <br />
**Examples**: Run `git add` or Import `useState`
Expand Down Expand Up @@ -323,7 +323,7 @@ Content types help manage technical content by defining the purpose and common s
| Guides | Explain what things are and how they work | [Standard Bridge Guide](/builders/app-developers/bridging/standard-bridge) |
| Quick Start Guides | Briefly explain how to "minimally" get started with a product, often in 30 minutes or less | [Superchain App Quick Start](/builders/app-developers/quick-start) |
| Tutorials | Provide task-oriented guidance with step-by-step "learn by doing" instructions | [Bridging ERC-20 tokens with viem](/builders/app-developers/tutorials/cross-dom-bridge-erc20) |
| FAQs | Address frequently asked questions | [FAQ: OP Mainnet Security Model](/chain/security/faq) |
| FAQs | Address frequently asked questions | [FAQ: Security Model](/chain/security/faq) |
| Troubleshooting | List common troubleshooting scenarios and solutions | [Troubleshooting: Run a Node](/builders/node-operators/management/troubleshooting) |
| Reference | Provide deep, theoretical knowledge of the internal workings of a system, such as API endpoints and specifications | [Node and RPC Providers](/builders/tools/connect/rpc-providers) |

Expand Down
4 changes: 2 additions & 2 deletions pages/connect/resources.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Resources
description: Documentation covering Glossary in the Resources section of the OP Stack ecosystem.
description: Documentation covering Glossary in the Resources section of the Metal L2 docs.
lang: en-US
---

import { Card, Cards } from 'nextra/components'

# Resources

Documentation covering Glossary in the Resources section of the OP Stack ecosystem.
Documentation covering Glossary in the Resources section of the Metal L2 docs.

<Cards>
<Card title="Glossary" href="/connect/resources/glossary" />
Expand Down
2 changes: 1 addition & 1 deletion pages/connect/resources/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"changelog": {
"title": "Changelog",
"title": "Optimism Node Changelog",
"href": "https://github.com/ethereum-optimism/optimism/releases",
"newWindow": true
},
Expand Down
8 changes: 4 additions & 4 deletions pages/connect/resources/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import { Callout } from 'nextra/components'

# Glossary

The glossary provides definitions of important terminology used throughout the Developer Documentation. To make revisions to this page, please [submit an issue](https://github.com/ethereum-optimism/docs/issues/new?assignees=\&labels=glossary%2Cdocumentation%2Ccommunity-request\&projects=\&template=suggest_glossary_term.yaml\&title=%5BGLOSSARY%5D+Add+PR+title).
The glossary provides definitions of important terminology used throughout the Developer Documentation.

## Table of contents

* [General Terms](#general-terms)
* [OP Profile & Identity](#op-profile--identity)
* [Profile & Identity](#op-profile--identity)
* [OP Stack & OP Superchain](#op-stack--op-superchain)
* [Protocol](#protocol)

Expand Down Expand Up @@ -58,7 +58,7 @@ at the request of the L1 consensus layer. On L2, the executed blocks are freshly

#### MTL Token

A governance token, referred to as "MTL." Content should not discuss the token price or speculate on the price.
A governance token, referred to as "MTL". Content should not discuss the token price or speculate on the price.

#### Layer 1 (L1)

Expand Down Expand Up @@ -134,7 +134,7 @@ behavior. A rollup node running in validator mode is sometimes called *a replica

\[[return to top](#table-of-contents)]

## OP profile & identity
## Profile & identity

#### Attestations

Expand Down
10 changes: 1 addition & 9 deletions pages/stack/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,5 @@
"fault-proofs": "Fault proofs",
"transactions": "Transactions",
"features": "Features",
"security": "Security",
"--- EXPERIMENTAL": {
"title": "EXPERIMENTAL",
"type": "separator"
},
"opcm": "OP Contracts Manager",
"interop": "Interoperability",
"beta-features": "Beta features",
"research": "Research"
"security": "Security"
}
63 changes: 0 additions & 63 deletions pages/stack/beta-features.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions pages/stack/beta-features/_meta.json

This file was deleted.

Loading
Loading