Skip to content

Commit f558815

Browse files
Merge pull request #1483 from ethereum-optimism/metadata-stack-directory
stack-directory-metakeywords
2 parents 4292b4c + 477261d commit f558815

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1023
-87
lines changed

pages/stack/beta-features.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
---
22
title: Beta Features
3-
description: Learn how beta features in the OP Stack work, their benefits, and how to provide feedback.
3+
description: >-
4+
Learn how beta features in the OP Stack work, their benefits, and how to
5+
provide feedback.
46
lang: en-US
7+
content_type: guide
8+
topic: beta-features
9+
personas:
10+
- protocol-developer
11+
- app-developer
12+
categories:
13+
- protocol
14+
- feature-testing
15+
- experimental
16+
is_imported_content: 'false'
517
---
618

719
import { Callout } from 'nextra/components'

pages/stack/beta-features/alt-da-mode.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
2-
title: Alt-DA Mode explainer
2+
title: Alt-DA Mode Explainer
3+
description: >-
4+
Learn the basic process, benefits, and considerations for running an Alt-DA
5+
mode chain.
36
lang: en-US
4-
description: Learn the basic process, benefits, and considerations for running an Alt-DA mode chain.
7+
content_type: guide
8+
topic: alt-da-mode-explainer
9+
personas:
10+
- protocol-developer
11+
- chain-operator
12+
- app-developer
13+
categories:
14+
- protocol
15+
- alt-da
16+
- data-availability
17+
- sequencer
18+
is_imported_content: 'false'
519
---
620

721
import { Callout } from 'nextra/components'

pages/stack/components.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
---
22
title: OP Stack components
3+
description: >-
4+
Learn about OP Stack components including the different layers and modules
5+
available for development.
36
lang: en-US
4-
description: Learn about OP Stack components including the different layers and modules available for development.
7+
content_type: guide
8+
topic: op-stack-components
9+
personas:
10+
- protocol-developer
11+
- chain-operator
12+
- app-developer
13+
categories:
14+
- mainnet
15+
- protocol
16+
- architecture
17+
- system-design
18+
- modularity
19+
- settlement-layer
20+
is_imported_content: 'false'
521
---
622

723
import { Callout } from 'nextra/components'

pages/stack/design-principles.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
---
22
title: Design philosophy & design principles
3+
description: >-
4+
Learn the design philosophy and design principles for contributing to the OP
5+
Stack.
36
lang: en-US
4-
description: Learn the design philosophy and design principles for contributing to the OP Stack.
7+
content_type: guide
8+
topic: design-philosophy-design-principles
9+
personas:
10+
- protocol-developer
11+
- app-developer
12+
categories:
13+
- protocol
14+
- design-philosophy
15+
is_imported_content: 'false'
516
---
617

718
import { Callout } from 'nextra/components'

pages/stack/dev-net.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
2-
title: Running a Local Development Environment
3-
lang: en-US
2+
title: Running a local development environment
43
description: This tutorial walks you through spinning up an OP Stack devnet chain.
4+
lang: en-US
5+
content_type: guide
6+
topic: running-a-local-development-environment
7+
personas:
8+
- protocol-developer
9+
- chain-operator
10+
- app-developer
11+
categories:
12+
- testnet
13+
- protocol
14+
- local-development-environment
15+
- chain-deployment
16+
- kurtosis
17+
- docker
18+
is_imported_content: 'false'
519
---
620

721
import {Callout, Steps} from 'nextra/components'

pages/stack/differences.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
---
22
title: Differences between Ethereum and OP Stack Chains
3+
description: >-
4+
Learn the minor differences between the behavior of Ethereum and OP Stack
5+
chains.
36
lang: en-US
4-
tags: ["eng-protocol"]
5-
description: Learn the minor differences between the behavior of Ethereum and OP Stack chains.
7+
content_type: guide
8+
topic: differences-between-ethereum-and-op-stack-chains
9+
personas:
10+
- protocol-developer
11+
- app-developer
12+
categories:
13+
- protocol
14+
- evm-equivalence
15+
- address-aliasing
16+
- transaction-fees
17+
- mempool
18+
- chain-finality
19+
is_imported_content: 'false'
620
---
721

822
import { Callout } from 'nextra/components'

pages/stack/fact-sheet.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
---
2-
title: OP Stack Fact Sheet
3-
lang: en-US
2+
title: Overview
43
description: Get an overview of features associated with an OP Stack chain
4+
lang: en-US
5+
content_type: guide
6+
topic: overview
7+
personas:
8+
- protocol-developer
9+
- chain-operator
10+
categories:
11+
- protocol
12+
- gas-configuration
13+
- data-availability
14+
- architecture
15+
is_imported_content: 'false'
516
---
617

718
# Overview

pages/stack/fault-proofs.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
22
title: Fault Proofs
3-
description: Documentation covering Cannon, Challenger, Explainer, Fp Components, Fp Security, Mips in the Fault Proofs section of the OP Stack ecosystem.
3+
description: >-
4+
Documentation covering Cannon, Challenger, Explainer, Fp Components, Fp
5+
Security, Mips in the Fault Proofs section of the OP Stack ecosystem.
46
lang: en-US
7+
content_type: landing-page
8+
topic: fault-proofs
9+
personas:
10+
- protocol-developer
11+
categories:
12+
- mainnet
13+
- protocol
14+
- security-model
15+
- dispute-resolution
16+
- cannon
17+
- security
18+
is_imported_content: 'false'
519
---
620

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

pages/stack/fault-proofs/cannon.mdx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
---
2-
title: Fault proof VM - Cannon
2+
title: 'Fault proof VM: Cannon'
3+
description: >-
4+
Learn about Cannon and its default operation as part of Optimism's Fault Proof
5+
Virtual Machine.
36
lang: en-US
4-
description: Learn about Cannon and its default operation as part of Optimism's Fault Proof Virtual Machine.
7+
content_type: guide
8+
topic: fault-proof-vm-cannon
9+
personas:
10+
- protocol-developer
11+
categories:
12+
- protocol
13+
- fault-proofs
14+
- dispute-game
15+
- virtual-machine
16+
is_imported_content: 'false'
517
---
618

719
import Image from 'next/image'

pages/stack/fault-proofs/challenger.mdx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
---
22
title: OP-Challenger explainer
3+
description: >-
4+
Learn about OP-Challenger and how it operates within the OP Stack's Fault
5+
Proof System.
36
lang: en-US
4-
description: Learn about OP-Challenger and how it operates within the OP Stack's Fault Proof System.
7+
content_type: guide
8+
topic: op-challenger-explainer
9+
personas:
10+
- protocol-developer
11+
- chain-operator
12+
- app-developer
13+
- node-operator
14+
categories:
15+
- protocol
16+
- fault-proofs
17+
- security
18+
- dispute-game
19+
- infrastructure
20+
- op-challenger
21+
is_imported_content: 'false'
522
---
623

724
import { Callout } from 'nextra/components'

pages/stack/fault-proofs/explainer.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
22
title: Fault proofs explainer
3-
lang: en-US
43
description: Learn about the OP Stack's Fault Proof System.
4+
lang: en-US
5+
content_type: guide
6+
topic: fault-proofs-explainer
7+
personas:
8+
- protocol-developer
9+
- chain-operator
10+
- app-developer
11+
categories:
12+
- mainnet
13+
- protocol
14+
- fault-proofs
15+
- security
16+
- dispute-game
17+
- withdrawals
18+
is_imported_content: 'false'
519
---
620

721
import { Callout } from 'nextra/components'

pages/stack/fault-proofs/fp-components.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
---
2-
title: FP System components
2+
title: FP system components
3+
description: >-
4+
Learn about Fault Proof System components and how they work together to
5+
enhance decentralization in the Optimism ecosystem.
36
lang: en-US
4-
description: Learn about Fault Proof System components and how they work together to enhance decentralization in the Optimism ecosystem.
7+
content_type: guide
8+
topic: fp-system-components
9+
personas:
10+
- protocol-developer
11+
- app-developer
12+
categories:
13+
- mainnet
14+
- protocol
15+
- fault-proofs
16+
- architecture
17+
- dispute-game
18+
- virtual-machine
19+
is_imported_content: 'false'
520
---
621

722
import Image from 'next/image'

pages/stack/fault-proofs/fp-security.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
---
22
title: Fault proofs Mainnet security
3-
lang: en-US
43
description: Learn about changes to the security model for the Fault Proofs Mainnet System.
4+
lang: en-US
5+
content_type: guide
6+
topic: fault-proofs-mainnet-security
7+
personas:
8+
- protocol-developer
9+
categories:
10+
- mainnet
11+
- protocol
12+
- fault-proofs
13+
- security
14+
- guardian
15+
- governance
16+
is_imported_content: 'false'
517
---
618

719
import { Callout } from 'nextra/components'

pages/stack/fault-proofs/mips.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
2-
title: Fault proof VM - MIPS.sol
2+
title: 'Fault proof VM: MIPS.sol'
3+
description: >-
4+
Learn about the `MIPS.sol` smart contract that works as part of Optimism's
5+
Fault Proof Virtual Machine.
36
lang: en-US
4-
description: Learn about the `MIPS.sol` smart contract that works as part of Optimism's Fault Proof Virtual Machine.
7+
content_type: reference
8+
topic: fault-proof-vm-mips
9+
personas:
10+
- protocol-developer
11+
- chain-operator
12+
- app-developer
13+
categories:
14+
- protocol
15+
- fault-proofs
16+
- virtual-machine
17+
- smart-contracts
18+
is_imported_content: 'false'
519
---
620

721
import Image from 'next/image'

pages/stack/features.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
---
22
title: Features
3-
description: Documentation covering Send Raw Transaction Conditional in the Features section of the OP Stack ecosystem.
3+
description: >-
4+
Documentation covering Send Raw Transaction Conditional in the Features
5+
section of the OP Stack ecosystem.
46
lang: en-US
7+
content_type: landing-page
8+
topic: features
9+
personas:
10+
- protocol-developer
11+
categories:
12+
- protocol
13+
- conditional-transactions
14+
- mempool
15+
is_imported_content: 'false'
516
---
617

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

pages/stack/features/send-raw-transaction-conditional.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
---
22
title: SendRawTransactionConditional explainer
3+
description: >-
4+
Learn about the eth_sendRawTransactionConditional RPC method for conditional
5+
transaction inclusion on the OP Stack.
36
lang: en-US
4-
description: Learn about the eth_sendRawTransactionConditional RPC method for conditional transaction inclusion on the OP Stack.
7+
content_type: guide
8+
topic: send-raw-transaction-conditional
9+
personas:
10+
- protocol-developer
11+
- chain-operator
12+
categories:
13+
- protocol
14+
- sequencer
15+
- transactions
16+
- rpc-methods
17+
- mempool
18+
- api
19+
is_imported_content: 'false'
520
---
621

722
import { Callout } from 'nextra/components'

pages/stack/getting-started.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
22
title: Getting started with the OP Stack
3-
lang: en-US
43
description: Learn the basics of OP Stack development.
4+
lang: en-US
5+
content_type: guide
6+
topic: getting-started-with-the-op-stack
7+
personas:
8+
- protocol-developer
9+
- chain-operator
10+
- app-developer
11+
categories:
12+
- mainnet
13+
- protocol
14+
- superchain
15+
- chain-deployment
16+
- superchain-ecosystem
17+
- op-stack
18+
is_imported_content: 'false'
519
---
620

721
import { Callout } from 'nextra/components'

0 commit comments

Comments
 (0)