mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #348 from mDuo13/doc1486
Reorg 'The rippled Server' concepts
This commit is contained in:
@@ -264,11 +264,47 @@ pages:
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: The rippled Server
|
||||
template: template-landing-children.html
|
||||
blurb: rippled is the core peer-to-peer server that manages the XRP Ledger. This section covers concepts that help you learn the "what" and "why" behind fundamental aspects of the rippled server.
|
||||
targets:
|
||||
- local
|
||||
|
||||
# TODO: history sharding, stand-alone mode, clustering, peer protocol
|
||||
- md: concepts/the-rippled-server/clustering.md
|
||||
html: clustering.html
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: The rippled Server
|
||||
blurb: Run rippled servers in a cluster to share the load of cryptography between them.
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: concepts/the-rippled-server/history-sharding.md
|
||||
html: history-sharding.html
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: The rippled Server
|
||||
blurb: History sharding divides the work of keeping historical ledger data among rippled servers.
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: concepts/the-rippled-server/peer-protocol.md
|
||||
html: peer-protocol.html
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: The rippled Server
|
||||
blurb: The peer protocol specifies the language rippled servers speak to each other.
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: concepts/the-rippled-server/stand-alone-mode.md
|
||||
html: stand-alone-mode.html
|
||||
funnel: Docs
|
||||
doc_type: Concepts
|
||||
category: The rippled Server
|
||||
blurb: Stand-alone mode provides a way to test rippled servers without connecting to a network of peers.
|
||||
targets:
|
||||
- local
|
||||
|
||||
|
||||
# Tutorials --------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user