move oracles and did concept docs

This commit is contained in:
Oliver Eggert
2024-10-29 17:23:29 -07:00
parent d093c69ae5
commit 48504594d3
7 changed files with 23 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ An exception to the owner reserve is that you can create your first two trust li
Many objects in the ledger (ledger entries) are owned by a particular account. Usually, the owner is the account that created the object. Each object increases the owner's total reserve requirement by the owner reserve. When objects are removed from the ledger, they no longer count against the reserve requirement.
Objects that count towards their owner's reserve requirement include: [Checks](../payment-types/checks.md), [Deposit Preauthorizations](depositauth.md#preauthorization), [Escrows](../payment-types/escrow.md), [NFT Offers](../tokens/nfts/trading.md), [NFT Pages](../tokens/nfts/index.md), [Offers](../../references/protocol/ledger-data/ledger-entry-types/offer.md), [Oracles](../xrpl-sidechains/price-oracles.md), [Payment Channels](../payment-types/payment-channels.md), [Signer Lists](multi-signing.md), [Tickets](tickets.md), and [Trust Lines](../tokens/fungible-tokens/index.md).
Objects that count towards their owner's reserve requirement include: [Checks](../payment-types/checks.md), [Deposit Preauthorizations](depositauth.md#preauthorization), [Escrows](../payment-types/escrow.md), [NFT Offers](../tokens/nfts/trading.md), [NFT Pages](../tokens/nfts/index.md), [Offers](../../references/protocol/ledger-data/ledger-entry-types/offer.md), [Oracles](../decentralized-storage/price-oracles.md), [Payment Channels](../payment-types/payment-channels.md), [Signer Lists](multi-signing.md), [Tickets](tickets.md), and [Trust Lines](../tokens/fungible-tokens/index.md).
Some special cases:

View File

@@ -0,0 +1,10 @@
---
metadata:
indexPage: true
---
# Decentralized Storage
The XRP Ledger can store certain information types that originate from offchain.
{% child-pages /%}

View File

@@ -12,7 +12,7 @@ status: not_enabled
_(Requires the [DID amendment][] {% not-enabled /%})_
A `DID` ledger entry holds references to, or data associated with, a single [DID](../../../../concepts/accounts/decentralized-identifiers.md).
A `DID` ledger entry holds references to, or data associated with, a single [DID](/docs/concepts/decentralized-storage/decentralized-identifiers.md).
## Example DID JSON

View File

@@ -1,3 +1,9 @@
/docs/concepts/xrpl-sidechains/price-oracles/:
to: /docs/concepts/decentralized-storage/price-oracles/
type: 301
/docs/concepts/accounts/decentralized-identifiers/:
to: /docs/concepts/decentralized-storage/decentralized-identifiers/
type: 301
/docs/tutorials/javascript/trade-on-ledger/:
to: /docs/tutorials/javascript/amm/
type: 301

View File

@@ -151,13 +151,16 @@
- page: docs/concepts/accounts/multi-signing.md
- page: docs/concepts/accounts/depositauth.md
- page: docs/concepts/accounts/tickets.md
- page: docs/concepts/accounts/decentralized-identifiers.md
- page: docs/concepts/xrpl-sidechains/index.md
expanded: false
items:
- page: docs/concepts/xrpl-sidechains/cross-chain-bridges.md
- page: docs/concepts/xrpl-sidechains/price-oracles.md
- page: docs/concepts/xrpl-sidechains/witness-servers.md
- page: docs/concepts/decentralized-storage/index.md
expanded: false
items:
- page: docs/concepts/decentralized-storage/decentralized-identifiers.md
- page: docs/concepts/decentralized-storage/price-oracles.md
- page: docs/tutorials/index.md
label: Tutorials
labelTranslationKey: sidebar.docs.tutorials