Re-levelization: move non-docs content, rename content→docs

For better URLs, the content folder has been renamed 'docs' and all
other files have been moved up a level. Also, non-docs images have been
moved to the static folder at the top level where they belong.

Many relative paths had to be fixed to make this work.
This commit is contained in:
mDuo13
2024-01-31 17:53:52 -08:00
parent 971053ebcc
commit 7645140477
844 changed files with 3136 additions and 3458 deletions

View File

@@ -14,7 +14,7 @@ The `rippled` server uses a transaction queue to help enforce the [open ledger c
The transaction queue plays an important role in selecting the transactions that are included or excluded from a given ledger version in the consensus process. The following steps describe how the transaction queue relates to the [consensus process](../consensus-protocol/index.md).
[{% inline-svg file="/img/consensus-with-queue.svg" /%}](/img/consensus-with-queue.svg "Transaction queue and consensus diagram")
[{% inline-svg file="/docs/img/consensus-with-queue.svg" /%}](/docs/img/consensus-with-queue.svg "Transaction queue and consensus diagram")
1. **Consensus Round 1** - Each validator proposes a set of transactions to be included in the next ledger version. Each also keeps a queue of candidate transactions not currently proposed.
@@ -72,4 +72,4 @@ The precise order of transactions in the queue decides which transactions get ad
- [Transaction Cost](transaction-cost.md) for information on why the transaction cost exists and how the XRP Ledger enforces it.
- [Consensus](../consensus-protocol/index.md) for a detailed description of how the consensus process approves transactions.
{% raw-partial file="/_snippets/common-links.md" /%}
{% raw-partial file="/docs/_snippets/common-links.md" /%}