Skip to content

Commit 7348f22

Browse files
committed
add meta tags
1 parent 67fafd0 commit 7348f22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pages/stack/interop.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ Documentation covering explainers and tutorials for using Superchain interop.
3535

3636
<Card title="Tutorials" href="/stack/interop/tutorials" icon={<img src="/img/icons/shapes.svg" />} />
3737

38-
<Card title="Tools" href="/stack/interop/tools" icon={<img src="/img/icons/shapes.svg" />} />
38+
<Card title="Tools" href="/stack/interop/tools" icon={<img src="/img/icons/shapes.svg" />} />
3939

4040
<Card title="Superchain interop transaction safety" href="/stack/interop/interop-security" icon={<img src="/img/icons/shapes.svg" />} />
4141

42+
<Card title="Superchain interop upgrades" href="/stack/interop/superchain-upgrades" icon={<img src="/img/icons/shapes.svg" />} />
43+
4244
<Card title="Superchain interop reorg awareness" href="/stack/interop/reorg" icon={<img src="/img/icons/shapes.svg" />}/>
4345
</Cards>

pages/stack/interop/_meta.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"explainer": "Superchain interop explainer",
33
"predeploy": "Superchain interop predeploys",
4+
"superchain-upgrades": "Superchain upgrades",
45
"message-passing": "Superchain interop message passing",
56
"reading-logs": "Superchain interop logs",
67
"op-supervisor": "OP Supervisor",

0 commit comments

Comments
 (0)