Skip to content

Commit 5d10446

Browse files
committed
fix lint issues
1 parent 2b7cbea commit 5d10446

File tree

18 files changed

+55
-16
lines changed

18 files changed

+55
-16
lines changed

pages/builders/app-developers/tools/supersim.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
title: Supersim
3+
lang: en-US
24
description: >-
35
Learn about supersim in the Optimism ecosystem. This guide provides detailed
46
information and resources about supersim.

pages/builders/app-developers/transactions/fees.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
title: TransactionFees
3+
lang: en-US
24
description: >-
35
Learn about fees in the Optimism ecosystem. This guide provides detailed
46
information and resources about fees.

pages/builders/app-developers/tutorials.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: A collection of tutorials for app developers building on OP Stack,
55
---
66

77
import { Card, Cards } from 'nextra/components'
8+
89
# Tutorials
910

1011
This section provides information on bridging erc 20 tokens to op mainnet with the optimism sdk, bridging eth to op mainnet with the optimism sdk, communicating between op mainnet and ethereum in solidity, deploying your first contract on op mainnet, estimating transaction costs on op mainnet, tracing deposits and withdrawals, viewing deposits and withdrawals by address, triggering op mainnet transactions from ethereum, bridging your custom erc 20 token using the standard bridge and bridging your standard erc 20 token using the standard bridge. You'll find tutorial to help you understand and work with these topics.

pages/builders/cex-wallet-developers.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ This section provides information on supporting op mainnet in your exchange and
1212

1313
<Cards>
1414
<Card title="Supporting op mainnet in your exchange" href="/builders/cex-wallet-developers/cex-support" />
15+
1516
<Card title="Supporting op mainnet in your wallet" href="/builders/cex-wallet-developers/wallet-support" />
16-
</Cards>
17+
</Cards>

pages/builders/node-operators.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ This section provides information on node architecture, configuration, json rpc
1212

1313
<Cards>
1414
<Card title="Node architecture" href="/builders/node-operators/architecture" />
15+
1516
<Card title="Configuration" href="/builders/node-operators/configuration" />
17+
1618
<Card title="Json Rpc api" href="/builders/node-operators/json-rpc" />
19+
1720
<Card title="Management" href="/builders/node-operators/management" />
21+
1822
<Card title="Network upgrades" href="/builders/node-operators/network-upgrades" />
23+
1924
<Card title="Node software releases" href="/builders/node-operators/releases" />
25+
2026
<Card title="How to run a node in the superchain" href="/builders/node-operators/rollup-node" />
27+
2128
<Card title="Tutorials" href="/builders/node-operators/tutorials" />
22-
</Cards>
29+
</Cards>

pages/builders/notices.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This section provides information on preparing for fault proofs breaking changes
1212

1313
<Cards>
1414
<Card title="Preparing for fault proofs breaking changes" href="/builders/notices/fp-changes" />
15+
1516
<Card title="Preparing for granite breaking changes" href="/builders/notices/granite-changes" />
17+
1618
<Card title="Deprecation of the optimism sdk" href="/builders/notices/sdk-deprecation" />
17-
</Cards>
19+
</Cards>

pages/builders/tools.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ This section provides information on build, connect, fjord fee parameter calcula
1212

1313
<Cards>
1414
<Card title="Build" href="/builders/tools/build" />
15+
1516
<Card title="Connect" href="/builders/tools/connect" />
17+
1618
<Card title="Fjord fee parameter calculator" href="/builders/tools/fee-calculator" />
19+
1720
<Card title="Monitor" href="/builders/tools/monitor" />
21+
1822
<Card title="Op tools" href="/builders/tools/op-tools" />
23+
1924
<Card title="Developer tools" href="/builders/tools/overview" />
20-
</Cards>
25+
</Cards>

pages/builders/tools/connect/networks.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
title: OPNetworks
3+
lang: en-US
24
description: >-
35
Learn about networks in the Optimism ecosystem. This guide provides detailed
46
information and resources about networks.

pages/chain/identity.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ This section provides information on about attestations, attestation apps, contr
1212

1313
<Cards>
1414
<Card title="About attestations" href="/chain/identity/about-attestations" />
15+
1516
<Card title="Attestation apps" href="/chain/identity/applications" />
17+
1618
<Card title="Contracts (eas)" href="/chain/identity/contracts-eas" />
19+
1720
<Card title="Individual identity" href="/chain/identity/individuals" />
21+
1822
<Card title="Organizations" href="/chain/identity/organizations" />
23+
1924
<Card title="Identity overview" href="/chain/identity/overview" />
25+
2026
<Card title="Projects" href="/chain/identity/projects" />
27+
2128
<Card title="Schemas" href="/chain/identity/schemas" />
22-
</Cards>
29+
</Cards>

pages/chain/security.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ import { Card, Cards } from 'nextra/components'
88

99
# Security
1010

11-
This section provides information on op mainnet security model, privileged roles in op mainnet and security policy and bug bounty program.
11+
This section provides information on op mainnet security model, privileged roles in op mainnet and security policy and bug bounty program.
1212

1313
<Cards>
1414
<Card title="Op mainnet security model" href="/chain/security/faq" />
15+
1516
<Card title="Privileged roles in op mainnet" href="/chain/security/privileged-roles" />
17+
1618
<Card title="Security policy and bug bounty program" href="/chain/security/security-policy" />
17-
</Cards>
19+
</Cards>

0 commit comments

Comments
 (0)