Skip to content

Commit 931cf9d

Browse files
authored
Merge pull request #1440 from ethereum-optimism/app-dev-meta-fix
fix metadata
2 parents 1c78b1f + d4e4029 commit 931cf9d

File tree

8 files changed

+150
-55
lines changed

8 files changed

+150
-55
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"metadata-batch-cli": "NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/metadata-batch-cli.ts",
1717
"metadata-batch-cli:dry": "pnpm metadata-batch-cli --dry-run",
1818
"metadata-batch-cli:verbose": "pnpm metadata-batch-cli --verbose",
19-
"validate-metadata": "CHANGED_FILES=$(git diff --name-only HEAD) NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/metadata-manager.ts",
19+
"validate-metadata": "CHANGED_FILES=$(git diff --name-only HEAD) pnpm metadata-batch-cli:dry",
2020
"validate-pr-metadata": "NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/metadata-manager.ts --pr",
2121
"dev": "next dev",
2222
"build": "next build",
@@ -34,6 +34,7 @@
3434
"clsx": "^2.1.1",
3535
"dotenv": "^16.4.7",
3636
"escape-string-regexp": "^5.0.0",
37+
"glob": "^11.0.1",
3738
"js-yaml": "^4.1.0",
3839
"next": "14.2.21",
3940
"next-sitemap": "^4.2.3",
@@ -50,6 +51,7 @@
5051
"@eth-optimism/core-utils": "^0.13.1",
5152
"@eth-optimism/sdk": "^3.1.6",
5253
"@types/dotenv": "^8.2.3",
54+
"@types/glob": "^8.1.0",
5355
"@types/js-yaml": "^4.0.9",
5456
"@types/node": "18.11.10",
5557
"cspell": "^8.1.3",

pages/app-developers/interop.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ personas:
99
- protocol-developer
1010
categories:
1111
- protocol
12-
- architecture
1312
- mainnet
1413
is_imported_content: 'true'
1514
---

pages/app-developers/tools/build/account-abstraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ personas:
1111
categories:
1212
- account-abstraction
1313
- paymasters
14-
- Transactions
14+
- transactions
1515
is_imported_content: 'false'
1616
---
1717

pages/app-developers/tutorials.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ description: >-
55
topics such as bridging tokens, deploying contracts, and estimating
66
transaction costs.
77
lang: en-US
8-
content_type: guide
8+
content_type: landing-page
99
topic: app-dev-tutorials
1010
personas:
1111
- app-developer
1212
categories:
1313
- mainnet
1414
- testnet
15-
- reference
1615
is_imported_content: 'false'
1716
---
1817

pages/app-developers/tutorials/supersim.mdx

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
---
22
title: Supersim guides and tutorials
3-
description: >-
4-
A collection of guides and tutorials to understanding and working with
5-
Supersim, including getting started, CLI reference, and chain environment.
3+
description: A collection of guides and tutorials to understanding and working with Supersim.
64
lang: en-US
75
content_type: tutorial
86
topic: supersim-guides-and-tutorials
9-
personas:
10-
- app-developer
11-
categories:
12-
- supersim
13-
- devnets
14-
- testing
15-
- protocol
7+
personas: app-developer
8+
categories: ['supersim', 'devnets', 'cli']
169
is_imported_content: 'false'
1710
---
1811

pnpm-lock.yaml

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)