Skip to content

Commit 2a6bb46

Browse files
committed
Rename biomapper sdk page to general information (and small tweaks)
1 parent 2470843 commit 2a6bb46

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/app/integration/_meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
"biomapper-sdk": "Biomapper SDK",
2+
"general-information": "General Information",
33
interfaces: {
44
title: "Solidity API",
55
href: "https://link.humanode.io/docs/biomapper-sdk",

src/app/integration/biomapper-sdk/page.mdx renamed to src/app/integration/general-information/page.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
---
2-
description: Integrate via Smart Contracts running on the Humanode Chain!
2+
description: General information on how to integrate with Biomapper.
33
---
44

55
import { Callout } from "nextra/components";
66
import Embed from "../../../components/Embed";
77
import { VscGithub } from "react-icons/vsc";
88
import { AiFillBook } from "react-icons/ai";
99

10-
# Biomapper SDK
10+
# General Information
11+
12+
Here we outline the general guidance on how to integrate you dapp with
13+
Humanode Biomapper.
1114

1215
<Callout type="info">
13-
__TLDR__: just use the [Interfaces][interfaces] and deploy on the Humanode
14-
Chain!
16+
__TLDR__: just use the [Solidity ABI][interfaces].
1517
</Callout>
1618

1719
[interfaces]: https://link.humanode.io/docs/biomapper-sdk
@@ -44,7 +46,7 @@ the blockchains and privacy-invasive KYC procedures.
4446
The automatically generated documentation on the SDK components:
4547

4648
<Embed
47-
title="Biomapper SDK Docs"
49+
title="Solidity API"
4850
href="https://link.humanode.io/docs/biomapper-sdk"
4951
icon={<AiFillBook />}
5052
/>

0 commit comments

Comments
 (0)