Skip to content

Commit 0873bb4

Browse files
committed
move llm prompt and update copy
1 parent 3fdde08 commit 0873bb4

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

sdk-sidebar.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@
44
const sidebar = {
55
sdkSidebar: [
66
{
7-
type: 'category',
7+
type: 'doc',
88
label: 'Introduction',
9-
collapsible: false,
10-
collapsed: false,
11-
link: {
12-
type: "doc",
13-
id: "index"
14-
},
15-
items: [
16-
'introduction/llm-prompt',
17-
],
9+
id: "index",
1810
},
1911
{
2012
type: 'category',
@@ -66,6 +58,7 @@ const sidebar = {
6658
collapsible: false,
6759
collapsed: false,
6860
items: [
61+
'reference/llm-prompt',
6962
'reference/supported-platforms',
7063
'reference/sdk-options',
7164
],

sdk/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ MetaMask SDK gives your dapp a powerful upgrade:
3939

4040
## Supported platforms and libraries
4141

42-
You can get started with the SDK on the following dapp platforms or third-party libraries:
42+
MetaMask SDK is available in a variety of ways to make integration as easy as possible.
43+
You can access it directly via npm, through popular developer libraries like Wagmi, or as part of popular convenience libraries.
4344

4445
<CardList
4546
items={[
File renamed without changes.

vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
"source": "/sdk/introduction/supported-platforms/",
5959
"destination": "/sdk/reference/supported-platforms/"
6060
},
61+
{
62+
"source": "/sdk/introduction/llm-prompt/",
63+
"destination": "/sdk/reference/llm-prompt/"
64+
},
6165
{
6266
"source": "/sdk/introduction/supported-networks/",
6367
"destination": "/sdk/"

0 commit comments

Comments
 (0)