Skip to content

Commit c77df77

Browse files
committed
Added meta.json
1 parent 2ec9e85 commit c77df77

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

pages/operators/chain-operators/deploy.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ import { Card, Cards } from 'nextra/components'
2424
This section provides information on OP Stack genesis creation, deployment overview, and smart contract deployment. You'll find guides and overviews to help you understand and work with these topics.
2525

2626
<Cards>
27-
<Card title="Op stack genesis creation" href="/operators/chain-operators/deploy/genesis" />
27+
<Card title="Chain artifacts creation" href="/operators/chain-operators/deploy/genesis" />
2828

29-
<Card title="Op stack deployment overview" href="/operators/chain-operators/deploy/overview" />
29+
<Card title="Deployment overview" href="/operators/chain-operators/deploy/overview" />
3030

31-
<Card title="Op stack smart contract deployment" href="/operators/chain-operators/deploy/smart-contracts" />
31+
<Card title="Smart contract deployment" href="/operators/chain-operators/deploy/smart-contracts" />
3232

33-
<Card title="Learn how to validate your OP Stack deployment using op-validator" href="/operators/chain-operators/deploy/validate-deployment" />
33+
<Card title="Validate your contract deployment" href="/operators/chain-operators/deploy/validate-deployment" />
3434

3535
</Cards>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"overview": "Deployment overview",
3+
"smart-contracts": "Smart contract deployment",
4+
"genesis": "Chain artifacts creation",
5+
"validate-deployment": "Validate your contract deployment"
6+
}
7+

pages/operators/chain-operators/deploy/genesis.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: OP Stack genesis creation
2+
title: Chain artifacts creation
33
lang: en-US
44
description: Learn how to retrieve genesis and rollup configuration files using op-deployer after L1 contract deployment.
55
content_type: guide
@@ -20,7 +20,7 @@ is_imported_content: 'false'
2020

2121
import { Callout } from 'nextra/components'
2222

23-
# OP Stack genesis creation
23+
# Overview
2424

2525
<Callout type="info">
2626
This guide uses `op-deployer` to generate genesis and rollup configuration files, ensuring standardization and compatibility with the Superchain.

pages/operators/chain-operators/deploy/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: OP Stack deployment overview
2+
title: Deployment overview
33
lang: en-US
44
description: Learn about the different components of deploying a standard OP Stack chain.
55
content_type: guide
@@ -20,7 +20,7 @@ is_imported_content: 'false'
2020

2121
import { Callout } from 'nextra/components'
2222

23-
# OP Stack deployment overview
23+
# Deployment overview
2424

2525
When deploying a **standard OP Stack chain**, you'll be setting up several key
2626
components. It's useful to understand what each of these components does before

pages/operators/chain-operators/deploy/smart-contracts.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: OP Stack Smart Contract Deployment
2+
title: Smart contract deployment
33
lang: en-US
44
description: Learn how to deploy the OP Stack L1 smart contracts.
55
content_type: guide
@@ -20,12 +20,10 @@ is_imported_content: 'false'
2020

2121
import { Callout, Steps } from 'nextra/components'
2222

23-
# OP Stack smart contract deployment
23+
# Overview
2424

2525
This guide outlines the process for deploying the OP Stack L1 smart contracts using `op-deployer`.
2626

27-
## Overview
28-
2927
Deploying OP Stack L1 contracts is a critical step in setting up your rollup.
3028

3129
<Callout type="warning">

pages/operators/chain-operators/deploy/validate-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Validating your OP Stack deployment
2+
title: Validate your contract deployment
33
lang: en-US
44
description: Learn how to validate your OP Stack deployment using op-validator
55
content_type: guide

0 commit comments

Comments
 (0)