We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2604c6d commit e6a07f5Copy full SHA for e6a07f5
1 file changed
app/en/guides/early-access/_meta.tsx
@@ -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