mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 16:45:49 +00:00
Remove currentpage.md variables
As part of the Redocly migration, I'm removing syntax that isn't compatible with the new portal. In many of these cases, the existing if/else statements weren't working as intended anyway because they hadn't been updated after the files had been renamed. In the case of the Client Libraries page, I've removed mention of editing the page to contribute client libraries for now; when someone adds guidelines (issue #2266) it would make sense to add a link to those guidelines in that place instead.
This commit is contained in:
@@ -15,5 +15,3 @@ For other programming languages, you can access the XRP Ledger through the [HTTP
|
||||
| **JavaScript** / **TypeScript** | `xrpl.js` | [Get Started](get-started-using-javascript.html) | [API Reference](https://js.xrpl.org/) | [Repo](https://github.com/XRPLF/xrpl.js) |
|
||||
| **C++** | `rippled` Signing Library | [Get Started](https://github.com/XRPLF/rippled/tree/develop/Builds/linux#signing-library) | | (Part of [`rippled`](https://github.com/XRPLF/rippled/)) |
|
||||
| **Java** | `xrpl4j` | [Get Started Using Java](get-started-using-java.html) | [API Reference](https://javadoc.io/doc/org.xrpl/) | [Repo](https://github.com/XRPLF/xrpl4j) |
|
||||
|
||||
**Tip:** To add a client library not listed here, please [suggest changes to this page]({{target.github_forkurl}}/edit/{{target.github_branch}}/content/{{currentpage.md}})!
|
||||
|
||||
Reference in New Issue
Block a user