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 a0b98cb commit fc55358Copy full SHA for fc55358
src/app/_meta.ts
@@ -1,3 +1,4 @@
1
+import type { MetaRecord } from "nextra";
2
import { separator } from "../utils/meta";
3
4
export default {
@@ -26,4 +27,4 @@ export default {
26
27
"---showcase": separator,
28
29
showcase: "Showcase",
-};
30
+} as const satisfies MetaRecord;
src/app/integration/_meta.ts
@@ -1,7 +1,9 @@
+
"general-information": "General Information",
5
interfaces: {
6
title: "Solidity API",
7
href: "https://link.humanode.io/docs/biomapper-sdk",
8
},
9
0 commit comments