Skip to content

chain-operators-metakeywords #1480

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 6 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
32 changes: 30 additions & 2 deletions keywords.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ metadata_rules:
- block-times
- data-availability
- data-availability-layer
- blob-configuration

# Sequencing Layer
- sequencer
- sequencer-pbs
- sequencer-decentralization
- sequencer-in-a-box
- op-batcher
- batcher-configuration
- outages
- downtime
- optimism-portal
Expand All @@ -82,14 +84,18 @@ metadata_rules:
- sequencing-layer

# Derivation Layer
- rollup-node
- rollup-node
- rollup-configuration
- consensus-client
- op-node
- fault-proofs
- fp-contracts
- dispute-game
- dispute-resolution
- fault-tolerance
- fault-proof-system
- contests
- span-batches
- virtual-machine
- op-challenger
- safe-head
Expand All @@ -113,17 +119,22 @@ metadata_rules:
- custom-gas-token
- gas
- gas-configuration
- fee-optimization
- node-configuration
- gas-optimization
- rpc
- mempool
- block-production
- block-execution
- transactions
- conditional-transactions
- l2-contracts
- transaction-management
- account-abstraction
- paymasters
- l1-data-fee
- execution-gas-fee
- execution-client
- eip-1559
- sequencer-fee-vault
- dev-console # Tool: execution layer interaction
Expand All @@ -132,10 +143,12 @@ metadata_rules:
# Settlement Layer
- l1-contracts
- superchain-contracts
- op-contracts
- standard-bridge
- custom-bridge
- superchain-erc20
- deposits
- proxy
- withdrawals
- teleportr
- bridging
Expand All @@ -156,6 +169,7 @@ metadata_rules:
- message-validation
- transaction-flow
- l1-l2-communication
- l2-output-submission
- message-proving
- message-finalization
- l2-to-l1
Expand All @@ -172,6 +186,7 @@ metadata_rules:
- state-commitment
- contract-addresses
- settlement-layer
- proposer-configuration

# Governance Layer
- security-council
Expand All @@ -185,6 +200,7 @@ metadata_rules:
- delegates
- voting
- audits
- privileged-roles
- security-policy
- security-model
- security-reviews
Expand All @@ -202,7 +218,6 @@ metadata_rules:
- superchain
- superchain-registry
- security-council
- blockspace-charters
- contract-upgrades
- governance-layer

Expand All @@ -220,10 +235,16 @@ metadata_rules:
- testing
- alphanets
- betanets
- l2-rollup
- chain-deployment
- layer2-scaling
- system-components
- smart-contracts
- deployment-artifacts
- local-development-environment
- genesis-configuration
- genesis-creation
- chain-configuration
- kurtosis
- docker

Expand All @@ -242,6 +263,7 @@ metadata_rules:
- dispute-mon
- monitorism
- vertical-scaling
- chain-operation

# Protocol Releases
- granite
Expand All @@ -253,16 +275,21 @@ metadata_rules:
- fjord
- network-upgrade
- hard-fork
- hardfork-activation
- protocol-upgrades

# Infrastructure & Operations
- kubernetes-infrastructure
- devops-tooling
- artifacts-packaging
- peer-management-service
- node-management
- proxyd
- zdd-service
- snapman
- op-beat
- consensus-awareness
- load-balancing
- monitoring # General monitoring tools and services
- analytics # Analytics platforms and data analysis
- security-monitoring-response
Expand All @@ -278,6 +305,7 @@ metadata_rules:
- system-configuration
- development-networks
- network-upgrades
- key-management

# Development Languages & SDKs
- solidity
Expand Down
16 changes: 15 additions & 1 deletion pages/operators/chain-operators/architecture.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
title: Chain architecture
lang: en-US
description: Learn about the OP chain architecture.
lang: en-US
content_type: guide
topic: chain-architecture
personas:
- chain-operator
- protocol-developer
categories:
- mainnet
- testnet
- chain-configuration
- chain-deployment
- chain-operation
- node-management
- architecture
is_imported_content: 'false'
---

import Image from 'next/image'
Expand Down
11 changes: 11 additions & 0 deletions pages/operators/chain-operators/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: Configuration
lang: en-US
description: Overview of configuration options for batchers, chain operators, proposers, and rollup deployments.
content_type: landing-page
topic: chain-configuration
personas:
- chain-operator
- protocol-developer
categories:
- batcher
- proposer
- rollup-configuration
- chain-configuration
is_imported_content: 'false'
---

import { Card, Cards } from 'nextra/components'
Expand Down
13 changes: 12 additions & 1 deletion pages/operators/chain-operators/configuration/batcher.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
---
title: Batcher configuration
lang: en-US
description: Learn the OP Stack batcher configurations.
lang: en-US
content_type: guide
topic: batcher-configuration
personas:
- chain-operator
categories:
- mainnet
- protocol
- data-availability
- sequencer
- gas-optimization
is_imported_content: 'false'
---

import { Callout, Tabs } from 'nextra/components'
Expand Down
11 changes: 11 additions & 0 deletions pages/operators/chain-operators/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: Chain Operator Configurations
lang: en-US
description: Learn the how to configure an OP Stack chain.
content_type: landing-page
topic: chain-operator-configurations
personas:
- chain-operator
- node-operator
categories:
- mainnet
- testnet
- chain-configuration
- system-components
is_imported_content: 'false'
---

import { Callout, Steps } from 'nextra/components'
Expand Down
13 changes: 13 additions & 0 deletions pages/operators/chain-operators/configuration/proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
title: Proposer Configuration
lang: en-US
description: Learn the OP Stack proposer configurations.
content_type: guide
topic: proposer-configuration
personas:
- chain-operator
categories:
- mainnet
- testnet
- op-proposer
- state-commitment
- l2-output-submission
- dispute-game
- transaction-management
is_imported_content: 'false'
---

import { Tabs } from 'nextra/components'
Expand Down
16 changes: 15 additions & 1 deletion pages/operators/chain-operators/configuration/rollup.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
title: Rollup deployment configuration
lang: en-US
description: Learn about the OP Stack rollup deployment configurations.
lang: en-US
content_type: guide
topic: rollup-deployment-configuration
personas:
- chain-operator
categories:
- mainnet
- testnet
- chain-deployment
- network-parameters
- system-configuration
- hardfork-activation
- genesis-configuration
- protocol-upgrades
is_imported_content: 'false'
---

import { Callout } from 'nextra/components'
Expand Down
13 changes: 13 additions & 0 deletions pages/operators/chain-operators/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
title: Deploy
lang: en-US
description: Information on OP Stack genesis creation, deployment overview, and smart contract deployment.
content_type: landing-page
topic: chain-deployment
personas:
- chain-operator
- protocol-developer
categories:
- chain-deployment
- chain-configuration
- chain-operation
- node-management
- genesis-creation
- deployment-artifacts
is_imported_content: 'false'
---

import { Card, Cards } from 'nextra/components'
Expand Down
14 changes: 14 additions & 0 deletions pages/operators/chain-operators/deploy/genesis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
title: OP Stack genesis creation
lang: en-US
description: Learn how to create a genesis file for the OP Stack.
content_type: guide
topic: genesis-creation
personas:
- chain-operator
categories:
- mainnet
- testnet
- op-deployer
- op-geth
- op-node
- op-contracts
- rollup-configuration
- genesis-configuration
is_imported_content: 'false'
---

import { Callout } from 'nextra/components'
Expand Down
14 changes: 14 additions & 0 deletions pages/operators/chain-operators/deploy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
title: OP Stack deployment overview
lang: en-US
description: Learn about the different components of deploying a standard OP Stack chain.
content_type: guide
topic: chain-deployment-overview
personas:
- chain-operator
categories:
- chain-deployment
- system-components
- op-deployer
- consensus-client
- execution-client
- batcher
- proposer
- op-challenger
is_imported_content: 'false'
---

import { Callout } from 'nextra/components'
Expand Down
14 changes: 14 additions & 0 deletions pages/operators/chain-operators/deploy/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
title: OP Stack Smart Contract Deployment
lang: en-US
description: Learn how to deploy the OP Stack L1 smart contracts.
content_type: guide
topic: smart-contract-deployment
personas:
- chain-operator
categories:
- chain-deployment
- op-deployer
- op-geth
- op-node
- op-contracts
- rollup-configuration
- genesis-configuration
- deployment-configuration
is_imported_content: 'false'
---

import { Callout, Steps } from 'nextra/components'
Expand Down
11 changes: 11 additions & 0 deletions pages/operators/chain-operators/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ lang: en-US
description: >-
Learn about features in the Optimism ecosystem. This guide provides detailed
information and resources about features.
content_type: landing-page
topic: features
personas:
- chain-operator
- protocol-developer
categories:
- alt-da
- bridged-usdc-standard
- preinstalls
- span-batches
is_imported_content: 'false'
---

import { Card, Cards } from 'nextra/components'
Expand Down
Loading