Label browsing: more labels, style updates, etc.

This commit is contained in:
mDuo13
2021-06-04 14:31:42 -07:00
parent 366ff1d2d0
commit 7b44ea177b
118 changed files with 297 additions and 24 deletions

View File

@@ -2,6 +2,8 @@
html: amendments.html
parent: consensus-network.html
blurb: Amendments represent new features or other changes to transaction processing. Validators coordinate through consensus to apply these upgrades to the XRP Ledger in an orderly fashion.
labels:
- Blockchain
---
# Amendments

View File

@@ -2,6 +2,8 @@
html: known-amendments.html
parent: amendments.html
blurb: List of all known amendments to the XRP Ledger protocol and their status.
labels:
- Blockchain
---
# Known Amendments
[[Source]](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/Feature.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: consensus-principles-and-rules.html
parent: consensus-network.html
blurb: The rules and principles of the consensus algorithm that allow users to transfer funds (including fiat currencies, digital currencies and other forms of value) across national boundaries as seamlessly as sending an email.
labels:
- Blockchain
---
# Consensus Principles and Rules

View File

@@ -2,6 +2,8 @@
html: consensus-protections.html
parent: consensus-network.html
blurb: Learn how the XRP Ledger Consensus Protocol is protected against various problems and attacks that may occur in a decentralized financial system.
labels:
- Blockchain
---
# Consensus Protections Against Attacks and Failure Modes

View File

@@ -2,6 +2,8 @@
html: consensus-research.html
parent: consensus-network.html
blurb: Scholarly articles on consensus algorithms and related research.
labels:
- Blockchain
---
# Consensus Research

View File

@@ -2,6 +2,8 @@
html: consensus.html
parent: consensus-network.html
blurb: Understand the role of consensus in the XRP Ledger.
labels:
- Blockchain
---
# Consensus

View File

@@ -2,6 +2,9 @@
html: invariant-checking.html
parent: consensus-network.html
blurb: Understand what Invariant Checking is, why it exists, how it works, and what invariant checks are active.
labels:
- Blockchain
- Security
---
# Invariant Checking

View File

@@ -3,6 +3,8 @@ html: negative-unl.html
parent: consensus-network.html
status: not_enabled
blurb: Understand how Negative UNL improves the ledger's resilience during partial outages.
labels:
- Blockchain
---
# Negative UNL

View File

@@ -2,6 +2,8 @@
html: parallel-networks.html
parent: consensus-network.html
blurb: Understand how test networks and alternate ledger chains relate to the production XRP Ledger.
labels:
- Blockchain
---
# Parallel Networks

View File

@@ -2,6 +2,8 @@
html: transaction-malleability.html
parent: consensus-network.html
blurb: Be aware of ways transactions could be changed to have a different hash than expected.
labels:
- Security
---
# Transaction Malleability

View File

@@ -2,6 +2,8 @@
html: intro-to-consensus.html
parent: introduction.html
blurb: Develop a basic understanding of the XRP Ledger's consensus mechanism.
labels:
- Blockchain
---
# Introduction to Consensus

View File

@@ -2,6 +2,8 @@
html: software-ecosystem.html
parent: introduction.html
blurb: Get an overview of what XRP Ledger software is out there and how it fits together.
labels:
- rippled
---
# Software Ecosystem

View File

@@ -2,6 +2,8 @@
html: technical-faq.html
parent: introduction.html
blurb: Get answers to frequently asked questions, covering topics such as validators, unique node lists, the role of XRP, and security.
labels:
- Blockchain
---
# Technical FAQ

View File

@@ -2,6 +2,8 @@
html: xrp-ledger-overview.html
parent: introduction.html
blurb: Get a quick and concise introduction to key features of the XRP Ledger.
labels:
- Blockchain
---
# XRP Ledger Overview

View File

@@ -3,6 +3,7 @@ html: accounts.html
parent: payment-system-basics.html
blurb: Learn about accounts in the XRP Ledger. Accounts can send transactions and hold XRP.
labels:
- Accounts
- Payments
---
# Accounts

View File

@@ -4,6 +4,7 @@ parent: accounts.html
blurb: XRP Ledger accounts require a reserve of XRP to reduce spam in ledger data.
labels:
- Fees
- Accounts
---
# Reserves

View File

@@ -3,6 +3,8 @@ html: tickets.html
parent: accounts.html
blurb: Send transactions in non-sequential order.
status: not_enabled
labels:
- Accounts
---
# Tickets

View File

@@ -2,6 +2,8 @@
html: ledgers.html
parent: payment-system-basics.html
blurb: The XRP Ledger is composed of a series of individual ledgers, or ledger versions, which rippled keeps in its internal database. Learn about the structure and contents of these ledgers.
labels:
- Blockchain
---
# Ledgers

View File

@@ -2,6 +2,8 @@
html: finality-of-results.html
parent: transaction-basics.html
blurb: Learn when the outcome of a transaction is final and immutable.
labels:
- Blockchain
---
# Finality of Results

View File

@@ -2,6 +2,8 @@
html: clustering.html
parent: the-rippled-server.html
blurb: Run rippled servers in a cluster to share the load of cryptography between them.
labels:
- rippled
---
# Clustering

View File

@@ -2,6 +2,9 @@
html: history-sharding.html
parent: ledger-history.html
blurb: History sharding divides the work of keeping historical ledger data among rippled servers.
labels:
- Blockchain
- rippled
---
# History Sharding

View File

@@ -2,6 +2,9 @@
html: ledger-history.html
parent: the-rippled-server.html
blurb: rippled servers store a variable amount of transaction and state history locally.
labels:
- Blockchain
- rippled
---
# Ledger History

View File

@@ -2,6 +2,8 @@
html: online-deletion.html
parent: ledger-history.html
blurb: Online deletion purges outdated transaction and state history.
labels:
- rippled
---
# Online Deletion
[[Source]<br/>](https://github.com/ripple/rippled/blob/master/src/ripple/app/misc/SHAMapStoreImp.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: peer-protocol.html
parent: the-rippled-server.html
blurb: The peer protocol specifies the language rippled servers speak to each other.
labels:
- rippled
---
# Peer Protocol

View File

@@ -2,6 +2,8 @@
html: rippled-server-modes.html
parent: the-rippled-server.html
blurb: Learn about rippled server modes, including stock servers, validator servers, and rippled servers run in stand-alone mode.
labels:
- rippled
---
# rippled Server Modes

View File

@@ -3,6 +3,8 @@ html: the-rippled-server.html
parent: concepts.html
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.
labels:
- rippled
---
# The `rippled` Server

View File

@@ -2,6 +2,8 @@
html: transaction-censorship-detection.html
parent: the-rippled-server.html
blurb: XRP Ledger provides an automated transaction censorship detector that is available on all rippled servers.
labels:
- Blockchain
---
# Transaction Censorship Detection