mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 22:55:49 +00:00
Merge pull request #2967 from XRPLF/try_it_component
Add & use custom Markdoc component for "Try it!" and "Query example transaction" buttons
This commit is contained in:
@@ -28,7 +28,7 @@ An example of the request format:
|
||||
|
||||
{% /tabs %}
|
||||
|
||||
<!-- [Try it! >](websocket-api-tool.html#ledger) -->
|
||||
{% try-it method="ledger" server="s1" /%}
|
||||
|
||||
The request can contain the following parameters:
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ An example of the request format:
|
||||
|
||||
{% /tabs %}
|
||||
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_index)
|
||||
{% try-it method="ledger_index" /%}
|
||||
|
||||
The request can contain the following parameters:
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ An example of the request format:
|
||||
|
||||
{% /tabs %}
|
||||
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool#nft_history)
|
||||
{% try-it method="nft_history" /%}
|
||||
|
||||
The request contains the following parameters:
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ An example of the request format:
|
||||
|
||||
{% /tabs %}
|
||||
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool#nft_info)
|
||||
{% try-it method="nft_info" /%}
|
||||
|
||||
The request contains the following parameters:
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ An example of the request format:
|
||||
}
|
||||
```
|
||||
|
||||
[Try it! >](/resources/dev-tools/websocket-api-tool#nfts_by_issuer)
|
||||
{% try-it method="nfts_by_issuer" /%}
|
||||
|
||||
The request contains the following parameters:
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ An example of the request format:
|
||||
|
||||
{% /tabs %}
|
||||
|
||||
<!-- [Try it! >](websocket-api-tool.html#server_info) -->
|
||||
{% try-it method="server_info" server="s1" /%}
|
||||
|
||||
The request does not take any parameters.
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ An example of the request format:
|
||||
|
||||
{% /tabs %}
|
||||
|
||||
<!-- [Try it! >](websocket-api-tool.html#version) -->
|
||||
{% try-it method="version" /%}
|
||||
|
||||
The request does not take any parameters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user