Skip to content

Commit 7211201

Browse files
committed
fix space issues; fix all broken links
1 parent ed98174 commit 7211201

38 files changed

+16303
-649
lines changed

lychee.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ no_progress = true
1111
# URL remapping rules.
1212
remap = [
1313
"file:///(.*?)/pages/img/(.*) file:///$1/public/img/$2",
14+
"file:///(.*?)/pages/resources/(.*) file:///$1/public/resources/$2",
1415
"file:///([^#.?]+)(#.*)?$ file:///$1.mdx$2",
1516
"\\\\& &"
1617
]
1718

1819
# Base URL or website root directory to check relative URLs.
19-
base = "./pages"
20+
# base = "./pages"
2021

2122
############################# Exclusions ##########################
2223

@@ -28,12 +29,14 @@ exclude_mail = true
2829

2930
# Exclude RPC URLs from checking.
3031
exclude = [
31-
'https://mainnet.optimism.io',
32-
'https://mainnet-sequencer.optimism.io',
33-
'https://sepolia.optimism.io',
34-
'https://sepolia-sequencer.optimism.io',
32+
'https://rpc.metall2.com/',
33+
'https://testnet.rpc.metall2.com/',
34+
'https://mainnet-sequencer.metall2.com/',
35+
'https://testnet-sequencer.metall2.com/',
3536
'https://archive.org',
3637
'https://web.archive.org',
38+
'https://mainnet.optimism.io',
39+
'https://sepolia.optimism.io',
3740
'https://mainnet.base.org',
3841
'https://sepolia.base.org'
3942
]

notes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Metal L2 DocsDocs
1+
# Metal L2 Docs
22

3-
The Metal L2 DocsDocs are internal docs to help you understand how the Metal L2 Docsare built and maintained.
3+
The Metal L2 Docs are internal docs to help you understand how the Metal L2 Docs are built and maintained.
44

5-
- [How the Metal L2 DocsUse Nextra](./nextra.md)
6-
- [How the Metal L2 DocsUse Remark](./remark.md)
5+
- [How the Metal L2 Docs Use Nextra](./nextra.md)
6+
- [How the Metal L2 Docs Use Remark](./remark.md)
77
- [GitHub Actions](./actions.md)

notes/nextra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# How the Metal L2 DocsUse Nextra
1+
# How the Metal L2 Docs Use Nextra
22

3-
The Metal L2 Docsuse the [Nextra](https://nextra.site/) documentation framework.
3+
The Metal L2 Docs use the [Nextra](https://nextra.site/) documentation framework.
44
Nextra is essentially a combination of [Next.js](https://nextjs.org/) + [MDX](https://mdxjs.com/) and allows you to write React components that can be used within Markdown pages.
55
Nextra documentation is decent and can explain the basics of how to do most of the things you might want to do.
66
This page documents all of the things that we do that are currently not made obvious by Nextra's docs.

0 commit comments

Comments
 (0)