File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 44const 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 ] ,
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments