From fce53e3e0ff9bc598b0f63281a253e2443ba6452 Mon Sep 17 00:00:00 2001 From: Mo Morsi Date: Wed, 22 Sep 2021 17:40:41 -0400 Subject: [PATCH] Add references to XRBP (ruby client library) --- content/references/client-libraries.md | 1 + dactyl-config.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/content/references/client-libraries.md b/content/references/client-libraries.md index 0cb49bb383..500bb94079 100644 --- a/content/references/client-libraries.md +++ b/content/references/client-libraries.md @@ -15,5 +15,6 @@ For other programming languages, you can access the XRP Ledger through the [HTTP | **JavaScript** / **TypeScript** | `ripple-lib` | [Get Started](get-started-using-node-js.html) | [API Reference](rippleapi-reference.html) | [Repo](https://github.com/ripple/ripple-lib) | | **C++** | `rippled` Signing Library | [Get Started](https://github.com/ripple/rippled/tree/develop/Builds/linux#signing-library) | | (Part of [`rippled`](https://github.com/ripple/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) | +| **Ruby** | `xrbp` | | [API Reference](https://www.rubydoc.info/gems/xrbp) | [Repo](https://github.com/DevNullProd/xrbp) | **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}})! diff --git a/dactyl-config.yml b/dactyl-config.yml index d492c9d9f9..8936ba38ec 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2347,6 +2347,14 @@ pages: - en - ja + - name: Ruby Client Library + html: https://www.rubydoc.info/gems/xrbp + parent: client-libraries.html + blurb: Ruby client library to the XRP Ledger. + targets: + - en + - ja + # HTTP / Websocket APIs ----------------------------------------------------