Label Browsing: better views, tag cloud, more tags

This commit is contained in:
mDuo13
2021-06-03 18:50:30 -07:00
parent d48c3d57a1
commit 366ff1d2d0
65 changed files with 413 additions and 26 deletions

View File

@@ -2,6 +2,8 @@
html: account_channels.html
parent: account-methods.html
blurb: Get a list of payment channels where the account is the source of the channel.
labels:
- Payment Channels
---
# account_channels
[[Source]](https://github.com/ripple/rippled/blob/release/src/ripple/rpc/handlers/AccountChannels.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: account_currencies.html
parent: account-methods.html
blurb: Get a list of currencies an account can send or receive.
labels:
- Tokens
---
# account_currencies
[[Source]](https://github.com/ripple/rippled/blob/df966a9ac6dd986585ecccb206aff24452e41a30/src/ripple/rpc/handlers/AccountCurrencies.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: account_info.html
parent: account-methods.html
blurb: Get basic data about an account.
labels:
- XRP
---
# account_info
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountInfo.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: account_lines.html
parent: account-methods.html
blurb: Get info about an account's trust lines.
labels:
- Tokens
---
# account_lines
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountLines.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: account_offers.html
parent: account-methods.html
blurb: Get info about an account's currency exchange offers.
labels:
- Decentralized Exchange
---
# account_offers
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/rpc/handlers/AccountOffers.cpp "Source")