Skip to content

Commit e6a07f5

Browse files
committed
Add Early Access _meta.tsx with Warp Pipes and Registry Early Access links
1 parent 2604c6d commit e6a07f5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import type { MetaRecord } from "nextra";
2+
3+
const meta: MetaRecord = {
4+
"warp-pipes": {
5+
title: "Warp Pipes",
6+
href: "/en/guides/deployment-hosting/warp-pipes",
7+
},
8+
"registry-early-access": {
9+
title: "Registry Early Access",
10+
href: "/en/resources/registry-early-access",
11+
},
12+
};
13+
14+
export default meta;

0 commit comments

Comments
 (0)