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

@@ -36,7 +36,7 @@ Optional fields are available for all transactions, with additional fields avail
You send the transaction to the ledger as a command from JavaScript, Python, the command line, or any compatible service. The rippled servers propose transactions to the XRPL.
![Proposed Transacations](/img/introduction17-gather-txns.png)
![Proposed Transacations](/docs/img/introduction17-gather-txns.png)
When 80% of the validators approve a current set of proposed transactions, they are recorded as part of the permanent ledger. The rippled server returns the results of the transaction you sent.
@@ -50,7 +50,7 @@ The fields you send vary with the type of information you request. They typicall
When you submit your request, it might be processed by a rippled server or by a Clio server, a server that is dedicated to responding to requests.
![Clio Server](/img/introduction19-clio.png)
![Clio Server](/docs/img/introduction19-clio.png)
Clio servers take some of the load off the other rippled servers on the XRPL to improve processing speed and reliability.