mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-23 05:05:50 +00:00
remove external links SDK
This commit is contained in:
@@ -26,28 +26,24 @@
|
|||||||
"description": "Using xrpl.py, a pure Python library.",
|
"description": "Using xrpl.py, a pure Python library.",
|
||||||
"href": "get-started-using-python.html",
|
"href": "get-started-using-python.html",
|
||||||
"img": "./assets/img/logos/python.svg",
|
"img": "./assets/img/logos/python.svg",
|
||||||
"external": true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Java",
|
"title": "Java",
|
||||||
"description": "Using xrpl4j, a pure Java library.",
|
"description": "Using xrpl4j, a pure Java library.",
|
||||||
"href": "get-started-using-java.html",
|
"href": "get-started-using-java.html",
|
||||||
"img": "./assets/img/logos/java.svg",
|
"img": "./assets/img/logos/java.svg",
|
||||||
"external": true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Javascript",
|
"title": "Javascript",
|
||||||
"description": "Using the xrpl.js client library.",
|
"description": "Using the xrpl.js client library.",
|
||||||
"href": "get-started-using-javascript.html",
|
"href": "get-started-using-javascript.html",
|
||||||
"img": "./assets/img/logos/javascript.svg",
|
"img": "./assets/img/logos/javascript.svg",
|
||||||
"external": true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "HTTP & Websocket APIs",
|
"title": "HTTP & Websocket APIs",
|
||||||
"description": "Access the XRP Ledger directly through the APIs of its core server.",
|
"description": "Access the XRP Ledger directly through the APIs of its core server.",
|
||||||
"href": "http-websocket-apis.html",
|
"href": "http-websocket-apis.html",
|
||||||
"img": "./assets/img/logos/globe.svg",
|
"img": "./assets/img/logos/globe.svg",
|
||||||
"external": true,
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user