From 938d95c6c3638c0887261042306b9c4a58357205 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Thu, 6 Mar 2025 17:54:16 +0100 Subject: [PATCH 1/2] remove the breadcrumbs from pnpm fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0984ee0e5..abe1f9bae 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "lint": "eslint . --ext mdx --max-warnings 0 && pnpm spellcheck:lint && pnpm check-breadcrumbs && pnpm check-redirects && pnpm validate-metadata && pnpm link-checker", - "fix": "eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm breadcrumbs && pnpm fix-redirects && pnpm metadata-batch-cli && pnpm fix-links", + "fix": "eslint . --ext mdx --fix && pnpm spellcheck:fix && pnpm fix-redirects && pnpm metadata-batch-cli && pnpm fix-links", "spellcheck:lint": "cspell lint \"**/*.mdx\"", "prepare": "husky", "spellcheck:fix": "cspell --words-only --unique \"**/*.mdx\" | sort --ignore-case | uniq > words.txt", From 3e5590132f0bbf9ce8aa314fa51b2d96b5935cdb Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Thu, 6 Mar 2025 17:54:37 +0100 Subject: [PATCH 2/2] Auto-fix: Update breadcrumbs, spelling dictionary and other automated fixes --- pages/stack/beta-features.mdx | 2 -- pages/stack/beta-features/alt-da-mode.mdx | 3 --- pages/stack/components.mdx | 4 ---- pages/stack/design-principles.mdx | 1 - pages/stack/dev-net.mdx | 4 ---- pages/stack/differences.mdx | 5 ----- pages/stack/fact-sheet.mdx | 4 +--- pages/stack/fault-proofs.mdx | 6 +----- pages/stack/fault-proofs/cannon.mdx | 4 +--- pages/stack/fault-proofs/challenger.mdx | 6 ------ pages/stack/fault-proofs/explainer.mdx | 4 ---- pages/stack/fault-proofs/fp-components.mdx | 4 ---- pages/stack/fault-proofs/fp-security.mdx | 5 +---- pages/stack/fault-proofs/mips.mdx | 7 ++----- pages/stack/features.mdx | 4 +--- .../features/send-raw-transaction-conditional.mdx | 8 ++------ pages/stack/getting-started.mdx | 4 ---- pages/stack/interop.mdx | 7 +------ pages/stack/interop/compatible-tokens.mdx | 8 +------- pages/stack/interop/explainer.mdx | 7 ------- pages/stack/interop/interop-security.mdx | 8 +------- pages/stack/interop/message-passing.mdx | 7 ------- pages/stack/interop/op-supervisor.mdx | 7 ------- pages/stack/interop/predeploy.mdx | 7 ------- pages/stack/interop/reorg.mdx | 6 ------ pages/stack/interop/superchain-erc20.mdx | 8 +------- pages/stack/interop/superchain-weth.mdx | 7 ------- pages/stack/interop/tools.mdx | 3 +-- pages/stack/interop/tools/devnet.mdx | 5 ----- pages/stack/interop/tools/supersim.mdx | 9 ++------- pages/stack/interop/tutorials.mdx | 5 +---- .../stack/interop/tutorials/bridge-crosschain-eth.mdx | 7 ------- pages/stack/interop/tutorials/contract-calls.mdx | 3 --- .../interop/tutorials/custom-superchain-erc20.mdx | 6 +----- .../interop/tutorials/deploy-superchain-erc20.mdx | 10 ++-------- pages/stack/interop/tutorials/event-contests.mdx | 5 ----- pages/stack/interop/tutorials/event-reads.mdx | 4 ---- pages/stack/interop/tutorials/message-passing.mdx | 8 +------- pages/stack/interop/tutorials/relay-messages-cast.mdx | 8 +------- pages/stack/interop/tutorials/relay-messages-viem.mdx | 7 ------- .../interop/tutorials/transfer-superchainERC20.mdx | 7 +------ pages/stack/opcm.mdx | 7 +------ pages/stack/public-devnets.mdx | 6 +----- pages/stack/research.mdx | 3 +-- pages/stack/research/block-time-research.mdx | 5 +---- pages/stack/rollup.mdx | 7 +------ pages/stack/rollup/derivation-pipeline.mdx | 8 +------- pages/stack/rollup/outages.mdx | 8 +------- pages/stack/rollup/overview.mdx | 4 ---- pages/stack/security.mdx | 7 +------ pages/stack/security/audits-report.mdx | 6 +----- pages/stack/security/faq-sec-model.mdx | 8 ++------ pages/stack/security/faq.mdx | 6 +----- pages/stack/security/pause.mdx | 6 +----- pages/stack/security/security-policy.mdx | 7 ++----- pages/stack/smart-contracts.mdx | 6 ------ pages/stack/transactions.mdx | 9 +-------- pages/stack/transactions/cross-domain.mdx | 8 +------- pages/stack/transactions/deposit-flow.mdx | 6 ------ pages/stack/transactions/fees.mdx | 6 ------ pages/stack/transactions/forced-transaction.mdx | 7 ------- pages/stack/transactions/transaction-finality.mdx | 6 ------ pages/stack/transactions/transaction-flow.mdx | 7 ------- pages/stack/transactions/withdrawal-flow.mdx | 8 +------- words.txt | 1 - 65 files changed, 41 insertions(+), 345 deletions(-) diff --git a/pages/stack/beta-features.mdx b/pages/stack/beta-features.mdx index 1189d1b04..3eb7252b7 100644 --- a/pages/stack/beta-features.mdx +++ b/pages/stack/beta-features.mdx @@ -11,8 +11,6 @@ personas: - app-developer categories: - protocol - - feature-testing - - experimental is_imported_content: 'false' --- diff --git a/pages/stack/beta-features/alt-da-mode.mdx b/pages/stack/beta-features/alt-da-mode.mdx index 5ab767e7f..e49cc86ec 100644 --- a/pages/stack/beta-features/alt-da-mode.mdx +++ b/pages/stack/beta-features/alt-da-mode.mdx @@ -12,9 +12,6 @@ personas: - app-developer categories: - protocol - - alt-da - - data-availability - - sequencer is_imported_content: 'false' --- diff --git a/pages/stack/components.mdx b/pages/stack/components.mdx index 2d850436e..ffc81f81a 100644 --- a/pages/stack/components.mdx +++ b/pages/stack/components.mdx @@ -13,10 +13,6 @@ personas: categories: - mainnet - protocol - - architecture - - system-design - - modularity - - settlement-layer is_imported_content: 'false' --- diff --git a/pages/stack/design-principles.mdx b/pages/stack/design-principles.mdx index 10d0c2858..3853a4f9a 100644 --- a/pages/stack/design-principles.mdx +++ b/pages/stack/design-principles.mdx @@ -11,7 +11,6 @@ personas: - app-developer categories: - protocol - - design-philosophy is_imported_content: 'false' --- diff --git a/pages/stack/dev-net.mdx b/pages/stack/dev-net.mdx index 550dcabe6..69997d732 100644 --- a/pages/stack/dev-net.mdx +++ b/pages/stack/dev-net.mdx @@ -11,10 +11,6 @@ personas: categories: - testnet - protocol - - local-development-environment - - chain-deployment - - kurtosis - - docker is_imported_content: 'false' --- diff --git a/pages/stack/differences.mdx b/pages/stack/differences.mdx index efbb41252..8f3ac9d47 100644 --- a/pages/stack/differences.mdx +++ b/pages/stack/differences.mdx @@ -11,11 +11,6 @@ personas: - app-developer categories: - protocol - - evm-equivalence - - address-aliasing - - transaction-fees - - mempool - - chain-finality is_imported_content: 'false' --- diff --git a/pages/stack/fact-sheet.mdx b/pages/stack/fact-sheet.mdx index ac118c4eb..7db7a6fbf 100644 --- a/pages/stack/fact-sheet.mdx +++ b/pages/stack/fact-sheet.mdx @@ -7,11 +7,9 @@ topic: overview personas: - protocol-developer - chain-operator + - app-developer categories: - protocol - - gas-configuration - - data-availability - - architecture is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs.mdx b/pages/stack/fault-proofs.mdx index 420d72704..df5b3181a 100644 --- a/pages/stack/fault-proofs.mdx +++ b/pages/stack/fault-proofs.mdx @@ -4,17 +4,13 @@ description: >- Documentation covering Cannon, Challenger, Explainer, Fp Components, Fp Security, Mips in the Fault Proofs section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: fault-proofs personas: - protocol-developer categories: - mainnet - protocol - - security-model - - dispute-resolution - - cannon - - security is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs/cannon.mdx b/pages/stack/fault-proofs/cannon.mdx index bdecf2bb4..1fe021af2 100644 --- a/pages/stack/fault-proofs/cannon.mdx +++ b/pages/stack/fault-proofs/cannon.mdx @@ -8,11 +8,9 @@ content_type: guide topic: fault-proof-vm-cannon personas: - protocol-developer + - app-developer categories: - protocol - - fault-proofs - - dispute-game - - virtual-machine is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs/challenger.mdx b/pages/stack/fault-proofs/challenger.mdx index ed5a9bb2b..a080053ad 100644 --- a/pages/stack/fault-proofs/challenger.mdx +++ b/pages/stack/fault-proofs/challenger.mdx @@ -10,14 +10,8 @@ personas: - protocol-developer - chain-operator - app-developer - - node-operator categories: - protocol - - fault-proofs - - security - - dispute-game - - infrastructure - - op-challenger is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs/explainer.mdx b/pages/stack/fault-proofs/explainer.mdx index 74a311e3b..8a262edcb 100644 --- a/pages/stack/fault-proofs/explainer.mdx +++ b/pages/stack/fault-proofs/explainer.mdx @@ -11,10 +11,6 @@ personas: categories: - mainnet - protocol - - fault-proofs - - security - - dispute-game - - withdrawals is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs/fp-components.mdx b/pages/stack/fault-proofs/fp-components.mdx index a443ef1d5..10f4fd13d 100644 --- a/pages/stack/fault-proofs/fp-components.mdx +++ b/pages/stack/fault-proofs/fp-components.mdx @@ -12,10 +12,6 @@ personas: categories: - mainnet - protocol - - fault-proofs - - architecture - - dispute-game - - virtual-machine is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs/fp-security.mdx b/pages/stack/fault-proofs/fp-security.mdx index 89607f4d0..ae88c6259 100644 --- a/pages/stack/fault-proofs/fp-security.mdx +++ b/pages/stack/fault-proofs/fp-security.mdx @@ -6,13 +6,10 @@ content_type: guide topic: fault-proofs-mainnet-security personas: - protocol-developer + - app-developer categories: - mainnet - protocol - - fault-proofs - - security - - guardian - - governance is_imported_content: 'false' --- diff --git a/pages/stack/fault-proofs/mips.mdx b/pages/stack/fault-proofs/mips.mdx index 83ea28474..320588d33 100644 --- a/pages/stack/fault-proofs/mips.mdx +++ b/pages/stack/fault-proofs/mips.mdx @@ -4,17 +4,14 @@ description: >- Learn about the `MIPS.sol` smart contract that works as part of Optimism's Fault Proof Virtual Machine. lang: en-US -content_type: reference -topic: fault-proof-vm-mips +content_type: guide +topic: fault-proof-vm-mipssol personas: - protocol-developer - chain-operator - app-developer categories: - protocol - - fault-proofs - - virtual-machine - - smart-contracts is_imported_content: 'false' --- diff --git a/pages/stack/features.mdx b/pages/stack/features.mdx index b90d0d29b..d1fac5c7e 100644 --- a/pages/stack/features.mdx +++ b/pages/stack/features.mdx @@ -4,14 +4,12 @@ description: >- Documentation covering Send Raw Transaction Conditional in the Features section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: features personas: - protocol-developer categories: - protocol - - conditional-transactions - - mempool is_imported_content: 'false' --- diff --git a/pages/stack/features/send-raw-transaction-conditional.mdx b/pages/stack/features/send-raw-transaction-conditional.mdx index e07487c90..c4a357e1a 100644 --- a/pages/stack/features/send-raw-transaction-conditional.mdx +++ b/pages/stack/features/send-raw-transaction-conditional.mdx @@ -5,17 +5,13 @@ description: >- transaction inclusion on the OP Stack. lang: en-US content_type: guide -topic: send-raw-transaction-conditional +topic: sendrawtransactionconditional-explainer personas: - protocol-developer - chain-operator + - app-developer categories: - protocol - - sequencer - - transactions - - rpc-methods - - mempool - - api is_imported_content: 'false' --- diff --git a/pages/stack/getting-started.mdx b/pages/stack/getting-started.mdx index 1defbe14f..6bad322cf 100644 --- a/pages/stack/getting-started.mdx +++ b/pages/stack/getting-started.mdx @@ -11,10 +11,6 @@ personas: categories: - mainnet - protocol - - superchain - - chain-deployment - - superchain-ecosystem - - op-stack is_imported_content: 'false' --- diff --git a/pages/stack/interop.mdx b/pages/stack/interop.mdx index d4fd2586e..89e91589e 100644 --- a/pages/stack/interop.mdx +++ b/pages/stack/interop.mdx @@ -5,7 +5,7 @@ description: >- Supervisor, Superchain Erc20, Superchain Weth, Supersim, Transfer Superchainerc20 in the Interop section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: interop personas: - protocol-developer @@ -13,11 +13,6 @@ personas: categories: - testnet - protocol - - cross-chain-messaging - - interoperability - - superchain-ecosystem - - token-standard - - message-passing is_imported_content: 'false' --- diff --git a/pages/stack/interop/compatible-tokens.mdx b/pages/stack/interop/compatible-tokens.mdx index 5ffcf9897..c0aafbe2c 100644 --- a/pages/stack/interop/compatible-tokens.mdx +++ b/pages/stack/interop/compatible-tokens.mdx @@ -11,14 +11,8 @@ personas: - chain-operator - app-developer categories: + - mainnet - protocol - - interoperability - - cross-chain-messaging - - superchain-erc20 - - token-standard - - interoperable-assets - - token-bridge - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index 10226ea49..ec4d9a953 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -10,13 +10,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - superchain - - architecture - - message-passing - - block-safety - - dependency-set is_imported_content: 'false' --- diff --git a/pages/stack/interop/interop-security.mdx b/pages/stack/interop/interop-security.mdx index f249d964d..b80e5f6a8 100644 --- a/pages/stack/interop/interop-security.mdx +++ b/pages/stack/interop/interop-security.mdx @@ -9,14 +9,8 @@ personas: - chain-operator - app-developer categories: + - mainnet - protocol - - interoperability - - cross-chain-messaging - - security - - block-safety - - message-passing - - reorgs - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/message-passing.mdx b/pages/stack/interop/message-passing.mdx index 32cbc56b2..ef6613fb7 100644 --- a/pages/stack/interop/message-passing.mdx +++ b/pages/stack/interop/message-passing.mdx @@ -9,13 +9,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - message-passing - - cross-domain-messenger - - architecture - - block-safety - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/op-supervisor.mdx b/pages/stack/interop/op-supervisor.mdx index 6ae585b64..acb0650c7 100644 --- a/pages/stack/interop/op-supervisor.mdx +++ b/pages/stack/interop/op-supervisor.mdx @@ -9,13 +9,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - infrastructure - - architecture - - op-supervisor - - message-validation - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/predeploy.mdx b/pages/stack/interop/predeploy.mdx index 1c6d9e5d6..291d2df2b 100644 --- a/pages/stack/interop/predeploy.mdx +++ b/pages/stack/interop/predeploy.mdx @@ -9,13 +9,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - predeploys - - smart-contracts - - cross-domain-messenger - - superchain-token-bridge - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/reorg.mdx b/pages/stack/interop/reorg.mdx index ba94642d2..16520149d 100644 --- a/pages/stack/interop/reorg.mdx +++ b/pages/stack/interop/reorg.mdx @@ -11,12 +11,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - reorgs - - block-safety - - security - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index 51e862938..bcd49e1f2 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -9,14 +9,8 @@ personas: - chain-operator - app-developer categories: + - mainnet - protocol - - interoperability - - cross-chain-messaging - - superchain-erc20 - - token-standard - - interoperable-assets - - token-bridge - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/superchain-weth.mdx b/pages/stack/interop/superchain-weth.mdx index 4b6e86b34..1651e5a53 100644 --- a/pages/stack/interop/superchain-weth.mdx +++ b/pages/stack/interop/superchain-weth.mdx @@ -9,13 +9,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - superchain-weth - - eth-bridging - - interoperable-assets - - cross-domain-messenger - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tools.mdx b/pages/stack/interop/tools.mdx index 2a9f6d3c6..c0cfb628e 100644 --- a/pages/stack/interop/tools.mdx +++ b/pages/stack/interop/tools.mdx @@ -4,14 +4,13 @@ description: >- Documentation covering Interop devnet, Supersim in the Interop section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: interop personas: - protocol-developer categories: - testnet - protocol - - interoperability is_imported_content: 'false' --- diff --git a/pages/stack/interop/tools/devnet.mdx b/pages/stack/interop/tools/devnet.mdx index af24346a1..5e6e7c91a 100644 --- a/pages/stack/interop/tools/devnet.mdx +++ b/pages/stack/interop/tools/devnet.mdx @@ -10,11 +10,6 @@ personas: categories: - testnet - protocol - - interoperability - - cross-chain-messaging - - devnet - - standard-bridge - - superchain-registry is_imported_content: 'false' --- diff --git a/pages/stack/interop/tools/supersim.mdx b/pages/stack/interop/tools/supersim.mdx index f5706793c..15d3f8f1a 100644 --- a/pages/stack/interop/tools/supersim.mdx +++ b/pages/stack/interop/tools/supersim.mdx @@ -10,14 +10,9 @@ personas: - protocol-developer - app-developer categories: - - devnet - - local-devnet - - testing - - interoperability - - cross-chain-messaging - - supersim + - testnet - protocol -is_imported_content: 'true' +is_imported_content: 'false' --- import Supersim from '@/pages/app-developers/tools/supersim.mdx' diff --git a/pages/stack/interop/tutorials.mdx b/pages/stack/interop/tutorials.mdx index 5d6a900c2..737952d35 100644 --- a/pages/stack/interop/tutorials.mdx +++ b/pages/stack/interop/tutorials.mdx @@ -2,16 +2,13 @@ title: Interop tutorials description: Documentation covering Interop related tutorials. lang: en-US -content_type: landing-page +content_type: guide topic: interop-tutorials personas: - protocol-developer - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - tutorial is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx b/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx index 0df289828..1013b66a1 100644 --- a/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx +++ b/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx @@ -9,13 +9,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - standard-bridge - - eth-bridging - - message-relaying - - cross-domain-messenger - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/contract-calls.mdx b/pages/stack/interop/tutorials/contract-calls.mdx index a46291ba6..c8f3e9503 100644 --- a/pages/stack/interop/tutorials/contract-calls.mdx +++ b/pages/stack/interop/tutorials/contract-calls.mdx @@ -10,9 +10,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/custom-superchain-erc20.mdx b/pages/stack/interop/tutorials/custom-superchain-erc20.mdx index ba8d5f6e9..7bba275f1 100644 --- a/pages/stack/interop/tutorials/custom-superchain-erc20.mdx +++ b/pages/stack/interop/tutorials/custom-superchain-erc20.mdx @@ -9,12 +9,8 @@ personas: - chain-operator - app-developer categories: + - testnet - protocol - - interoperability - - cross-chain-messaging - - superchain-erc20 - - token-standard - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx b/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx index e1f51ac67..a8fbfea72 100644 --- a/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx +++ b/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx @@ -9,14 +9,8 @@ personas: - chain-operator - app-developer categories: - - interoperable-assets - - interoperability - - cross-chain-messaging - - superchain-erc20 - - token-standard - - token-deployment - - smart-contracts - - superchain + - testnet + - protocol is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/event-contests.mdx b/pages/stack/interop/tutorials/event-contests.mdx index b15df8eea..695525623 100644 --- a/pages/stack/interop/tutorials/event-contests.mdx +++ b/pages/stack/interop/tutorials/event-contests.mdx @@ -9,11 +9,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - event-reading - - contests - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/event-reads.mdx b/pages/stack/interop/tutorials/event-reads.mdx index ba24580f2..8c8c45d29 100644 --- a/pages/stack/interop/tutorials/event-reads.mdx +++ b/pages/stack/interop/tutorials/event-reads.mdx @@ -10,10 +10,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - event-reading - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/message-passing.mdx b/pages/stack/interop/tutorials/message-passing.mdx index 4c461a248..82f480b20 100644 --- a/pages/stack/interop/tutorials/message-passing.mdx +++ b/pages/stack/interop/tutorials/message-passing.mdx @@ -11,14 +11,8 @@ personas: - chain-operator - app-developer categories: - - protocol - - interoperability - - cross-chain-messaging - - message-relaying - - cross-domain-messenger - - smart-contracts - testnet - - superchain + - protocol is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/relay-messages-cast.mdx b/pages/stack/interop/tutorials/relay-messages-cast.mdx index 0c9a0dcf6..6a47922bd 100644 --- a/pages/stack/interop/tutorials/relay-messages-cast.mdx +++ b/pages/stack/interop/tutorials/relay-messages-cast.mdx @@ -9,14 +9,8 @@ personas: - chain-operator - app-developer categories: + - testnet - protocol - - interoperability - - cross-chain-messaging - - message-relaying - - cross-domain-messenger - - smart-contracts - - supersim - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/relay-messages-viem.mdx b/pages/stack/interop/tutorials/relay-messages-viem.mdx index 5c850d7bb..e25bc9acd 100644 --- a/pages/stack/interop/tutorials/relay-messages-viem.mdx +++ b/pages/stack/interop/tutorials/relay-messages-viem.mdx @@ -10,13 +10,6 @@ personas: - app-developer categories: - protocol - - interoperability - - cross-chain-messaging - - javascript - - message-relaying - - cross-domain-messenger - - viem - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/interop/tutorials/transfer-superchainERC20.mdx b/pages/stack/interop/tutorials/transfer-superchainERC20.mdx index b2d156845..8dccea047 100644 --- a/pages/stack/interop/tutorials/transfer-superchainERC20.mdx +++ b/pages/stack/interop/tutorials/transfer-superchainERC20.mdx @@ -11,13 +11,8 @@ personas: - chain-operator - app-developer categories: + - mainnet - protocol - - interoperability - - cross-chain-messaging - - superchain-erc20 - - token-transfers - - message-relaying - - superchain is_imported_content: 'false' --- diff --git a/pages/stack/opcm.mdx b/pages/stack/opcm.mdx index c936be50e..18966bb95 100644 --- a/pages/stack/opcm.mdx +++ b/pages/stack/opcm.mdx @@ -7,14 +7,9 @@ topic: op-contracts-manager personas: - protocol-developer - chain-operator + - app-developer categories: - protocol - - chain-deployment - - smart-contracts - - infrastructure - - superchain-contracts - - system-configuration - - deployment-tooling is_imported_content: 'false' --- diff --git a/pages/stack/public-devnets.mdx b/pages/stack/public-devnets.mdx index 85acc82c0..2775b1b86 100644 --- a/pages/stack/public-devnets.mdx +++ b/pages/stack/public-devnets.mdx @@ -9,15 +9,11 @@ topic: overview personas: - protocol-developer - chain-operator + - app-developer categories: - mainnet - testnet - protocol - - development-networks - - alphanets - - betanets - - testing-environment - - network-upgrades is_imported_content: 'false' --- diff --git a/pages/stack/research.mdx b/pages/stack/research.mdx index f447c9236..441b9dbf0 100644 --- a/pages/stack/research.mdx +++ b/pages/stack/research.mdx @@ -4,13 +4,12 @@ description: >- Documentation covering Block Time Research in the Research section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: research personas: - protocol-developer categories: - protocol - - block-time is_imported_content: 'false' --- diff --git a/pages/stack/research/block-time-research.mdx b/pages/stack/research/block-time-research.mdx index 85de6b079..31bc6cf14 100644 --- a/pages/stack/research/block-time-research.mdx +++ b/pages/stack/research/block-time-research.mdx @@ -9,13 +9,10 @@ topic: block-time-research personas: - protocol-developer - chain-operator + - app-developer categories: - mainnet - protocol - - research - - block-time - - op-geth - - op-reth is_imported_content: 'false' --- diff --git a/pages/stack/rollup.mdx b/pages/stack/rollup.mdx index 8052236f2..3bc7c5153 100644 --- a/pages/stack/rollup.mdx +++ b/pages/stack/rollup.mdx @@ -8,14 +8,9 @@ content_type: guide topic: rollup personas: - protocol-developer + - app-developer categories: - protocol - - layer2-scaling - - derivation-pipeline - - sequencer - - data-availability - - state-commitment - - fault-tolerance is_imported_content: 'false' --- diff --git a/pages/stack/rollup/derivation-pipeline.mdx b/pages/stack/rollup/derivation-pipeline.mdx index 691130825..8a520c880 100644 --- a/pages/stack/rollup/derivation-pipeline.mdx +++ b/pages/stack/rollup/derivation-pipeline.mdx @@ -7,15 +7,9 @@ topic: derivation-pipeline personas: - protocol-developer - chain-operator + - app-developer categories: - protocol - - rollup-node - - derivation - - sequencer - - batch-submission - - safe-head - - reorgs - - architecture is_imported_content: 'false' --- diff --git a/pages/stack/rollup/outages.mdx b/pages/stack/rollup/outages.mdx index 558fcaf43..323dea0b8 100644 --- a/pages/stack/rollup/outages.mdx +++ b/pages/stack/rollup/outages.mdx @@ -7,15 +7,9 @@ topic: sequencer-outages personas: - protocol-developer - chain-operator + - app-developer categories: - protocol - - sequencer - - outages - - downtime - - optimism-portal - - transaction-submission - - censorship-resistance - - disaster-recovery is_imported_content: 'false' --- diff --git a/pages/stack/rollup/overview.mdx b/pages/stack/rollup/overview.mdx index e8720475e..8a99a568a 100644 --- a/pages/stack/rollup/overview.mdx +++ b/pages/stack/rollup/overview.mdx @@ -11,10 +11,6 @@ personas: categories: - mainnet - protocol - - block-production - - block-execution - - bridging - - fault-proofs is_imported_content: 'false' --- diff --git a/pages/stack/security.mdx b/pages/stack/security.mdx index 9b4aef542..b366388b7 100644 --- a/pages/stack/security.mdx +++ b/pages/stack/security.mdx @@ -4,17 +4,12 @@ description: >- Documentation covering Faq, Pause in the Security section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: security personas: - protocol-developer categories: - protocol - - security-model - - pause - - audits - - bug-bounty-program - - security-policy is_imported_content: 'false' --- diff --git a/pages/stack/security/audits-report.mdx b/pages/stack/security/audits-report.mdx index 698619e98..ac10e189f 100644 --- a/pages/stack/security/audits-report.mdx +++ b/pages/stack/security/audits-report.mdx @@ -9,14 +9,10 @@ topic: audit-reports personas: - protocol-developer - chain-operator + - app-developer categories: - security - protocol - - audits - - security-reviews - - vulnerability-assessment - - smart-contracts - - research is_imported_content: 'false' --- diff --git a/pages/stack/security/faq-sec-model.mdx b/pages/stack/security/faq-sec-model.mdx index 5a04855a6..f21695fe0 100644 --- a/pages/stack/security/faq-sec-model.mdx +++ b/pages/stack/security/faq-sec-model.mdx @@ -7,15 +7,11 @@ topic: op-stack-security-model personas: - protocol-developer - chain-operator + - app-developer categories: + - mainnet - security - protocol - - security-model - - multisig - - fault-proofs - - security-council - - governance - - decentralization is_imported_content: 'false' --- diff --git a/pages/stack/security/faq.mdx b/pages/stack/security/faq.mdx index a3af376f9..81c830ba3 100644 --- a/pages/stack/security/faq.mdx +++ b/pages/stack/security/faq.mdx @@ -7,15 +7,11 @@ topic: op-stack-security-faqs personas: - protocol-developer - chain-operator + - app-developer categories: - mainnet - security - protocol - - security-model - - bug-bounty-program - - fault-proofs - - vulnerability-reporting - - decentralization is_imported_content: 'false' --- diff --git a/pages/stack/security/pause.mdx b/pages/stack/security/pause.mdx index 4b96ea249..290c58b78 100644 --- a/pages/stack/security/pause.mdx +++ b/pages/stack/security/pause.mdx @@ -7,14 +7,10 @@ topic: pausing-the-bridge personas: - protocol-developer - chain-operator + - app-developer categories: - security - protocol - - optimism-portal - - guardian - - emergency-response - - withdrawals - - safety-mechanisms is_imported_content: 'false' --- diff --git a/pages/stack/security/security-policy.mdx b/pages/stack/security/security-policy.mdx index 936ad3957..ebf79cb87 100644 --- a/pages/stack/security/security-policy.mdx +++ b/pages/stack/security/security-policy.mdx @@ -11,13 +11,10 @@ personas: - chain-operator - app-developer categories: + - mainnet + - testnet - security - protocol - - bug-bounty - - vulnerability-reporting - - research - - bug-bounty-program - - responsible-disclosure is_imported_content: 'false' --- diff --git a/pages/stack/smart-contracts.mdx b/pages/stack/smart-contracts.mdx index 01d53bf83..c16c58229 100644 --- a/pages/stack/smart-contracts.mdx +++ b/pages/stack/smart-contracts.mdx @@ -11,12 +11,6 @@ personas: categories: - mainnet - protocol - - l1-contracts - - predeploys - - contract-addresses - - contract-upgrades - - architecture - - fault-proofs is_imported_content: 'false' --- diff --git a/pages/stack/transactions.mdx b/pages/stack/transactions.mdx index 545af0980..a38cff989 100644 --- a/pages/stack/transactions.mdx +++ b/pages/stack/transactions.mdx @@ -5,19 +5,12 @@ description: >- Transaction Flow, Transactions, Withdrawal Flow in the Transactions section of the OP Stack ecosystem. lang: en-US -content_type: landing-page +content_type: guide topic: transactions personas: - protocol-developer categories: - protocol - - transaction-flow - - cross-domain-messaging - - deposit-flow - - withdrawal-flow - - transaction-fees - - transaction-finality - - forced-transactions is_imported_content: 'false' --- diff --git a/pages/stack/transactions/cross-domain.mdx b/pages/stack/transactions/cross-domain.mdx index a6f1b9ee3..65f0bfc78 100644 --- a/pages/stack/transactions/cross-domain.mdx +++ b/pages/stack/transactions/cross-domain.mdx @@ -9,15 +9,9 @@ topic: cross-domain-overview personas: - protocol-developer - chain-operator + - app-developer categories: - protocol - - cross-domain-messaging - - deposits - - withdrawals - - bridging - - transaction-flow - - l1-l2-communication - - message-passing is_imported_content: 'false' --- diff --git a/pages/stack/transactions/deposit-flow.mdx b/pages/stack/transactions/deposit-flow.mdx index 9408ada37..5e602b841 100644 --- a/pages/stack/transactions/deposit-flow.mdx +++ b/pages/stack/transactions/deposit-flow.mdx @@ -12,12 +12,6 @@ personas: - app-developer categories: - protocol - - deposits - - cross-domain-messaging - - l1-l2-communication - - transaction-flow - - optimism-portal - - message-relay is_imported_content: 'false' --- diff --git a/pages/stack/transactions/fees.mdx b/pages/stack/transactions/fees.mdx index 29eaf5850..bf95c339d 100644 --- a/pages/stack/transactions/fees.mdx +++ b/pages/stack/transactions/fees.mdx @@ -11,12 +11,6 @@ personas: categories: - mainnet - protocol - - transaction-fees - - gas - - l1-data-fee - - execution-gas-fee - - eip-1559 - - sequencer-fee-vault is_imported_content: 'false' --- diff --git a/pages/stack/transactions/forced-transaction.mdx b/pages/stack/transactions/forced-transaction.mdx index 83801f738..9139813ef 100644 --- a/pages/stack/transactions/forced-transaction.mdx +++ b/pages/stack/transactions/forced-transaction.mdx @@ -10,13 +10,6 @@ personas: - app-developer categories: - protocol - - sequencer - - downtime - - forced-transactions - - deposits - - censorship-resistance - - transaction-inclusion - - disaster-recovery is_imported_content: 'false' --- diff --git a/pages/stack/transactions/transaction-finality.mdx b/pages/stack/transactions/transaction-finality.mdx index a82785f4c..b5dcfb569 100644 --- a/pages/stack/transactions/transaction-finality.mdx +++ b/pages/stack/transactions/transaction-finality.mdx @@ -10,12 +10,6 @@ personas: - app-developer categories: - protocol - - sequencer - - ethereum-consensus - - block-safety - - security-model - - finality-guarantees - - transaction-lifecycle is_imported_content: 'false' --- diff --git a/pages/stack/transactions/transaction-flow.mdx b/pages/stack/transactions/transaction-flow.mdx index af55a19bf..805d938b6 100644 --- a/pages/stack/transactions/transaction-flow.mdx +++ b/pages/stack/transactions/transaction-flow.mdx @@ -10,13 +10,6 @@ personas: - app-developer categories: - protocol - - transaction-flow - - rollup-transactions - - op-batcher - - op-proposer - - state-commitment - - transaction-lifecycle - - data-availability is_imported_content: 'false' --- diff --git a/pages/stack/transactions/withdrawal-flow.mdx b/pages/stack/transactions/withdrawal-flow.mdx index 76a215339..d3bbd3921 100644 --- a/pages/stack/transactions/withdrawal-flow.mdx +++ b/pages/stack/transactions/withdrawal-flow.mdx @@ -9,14 +9,8 @@ personas: - chain-operator - app-developer categories: + - mainnet - protocol - - withdrawals - - cross-domain-messaging - - l2-to-l1 - - transaction-flow - - optimism-portal - - message-proving - - message-finalization is_imported_content: 'false' --- diff --git a/words.txt b/words.txt index 25d6705da..1dfa3466a 100644 --- a/words.txt +++ b/words.txt @@ -264,7 +264,6 @@ offchain opchaina opchainb OPCM -opcm Openfort oplabs opnode's