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: configure-advisory-deletion.html
parent: configure-rippled.html
blurb: Use advisory deletion to delete older ledger history on a schedule rather than as new history becomes available.
labels:
- rippled
---
# Configure Advisory Deletion

View File

@@ -2,6 +2,9 @@
html: configure-amendment-voting.html
parent: configure-rippled.html
blurb: Set your server's votes on protocol amendments.
labels:
- rippled
- Blockchain
---
# Configure Amendment Voting

View File

@@ -2,6 +2,8 @@
html: configure-full-history.html
parent: configure-rippled.html
blurb: Full history servers provide a record of every transaction ever to occur in the XRP Ledger, although they are expensive to run.
labels:
- rippled
---
# Configure Full History

View File

@@ -2,6 +2,8 @@
html: configure-online-deletion.html
parent: configure-rippled.html
blurb: Configure how far back your server should store transaction history.
labels:
- rippled
---
# Configure Online Deletion

View File

@@ -2,6 +2,8 @@
html: run-rippled-as-a-validator.html
parent: configure-rippled.html
blurb: Have your server vote on the consensus ledger.
labels:
- rippled
---
# Run rippled as a Validator

View File

@@ -2,6 +2,8 @@
html: cluster-rippled-servers.html
parent: configure-peering.html
blurb: Set up a group of servers that share work for higher efficiency.
labels:
- rippled
---
# Cluster rippled Servers

View File

@@ -2,6 +2,9 @@
html: configure-a-private-server.html
parent: configure-peering.html
blurb: Set up a server to connect only to specific, trusted peers.
labels:
- rippled
- Security
---
# Configure a Private Server

View File

@@ -3,6 +3,8 @@ html: configure-peering.html
parent: manage-the-rippled-server.html
template: template-landing-children.html
blurb: Configure how your server connects to the peer-to-peer network.
labels:
- rippled
---
# Configure Peering

View File

@@ -2,6 +2,9 @@
html: configure-the-peer-crawler.html
parent: configure-peering.html
blurb: Configure how much information your rippled server reports publicly about its status and peers.
labels:
- rippled
- Security
---
# Configure the Peer Crawler

View File

@@ -2,6 +2,8 @@
html: enable-link-compression.html
parent: configure-peering.html
blurb: Save bandwidth by compressing peer-to-peer communications.
labels:
- rippled
---
# Enable Link Compression

View File

@@ -2,6 +2,8 @@
html: forward-ports-for-peering.html
parent: configure-peering.html
blurb: Configure your firewall to allow incoming peers to your rippled server.
labels:
- rippled
---
# Forward Ports for Peering

View File

@@ -2,6 +2,8 @@
html: manually-connect-to-a-specific-peer.html
parent: configure-peering.html
blurb: Connect your rippled server to a specific peer.
labels:
- rippled
---
# Manually Connect to a Specific Peer

View File

@@ -2,6 +2,8 @@
html: set-max-number-of-peers.html
parent: configure-peering.html
blurb: Set the maximum number of peers your rippled server connects to.
labels:
- rippled
---
# Set Maximum Number of Peers

View File

@@ -2,6 +2,8 @@
html: use-a-peer-reservation.html
parent: configure-peering.html
blurb: Set up a more reliable connection to a specific peer using a peer reservation.
labels:
- rippled
---
# Use a Peer Reservation

View File

@@ -2,6 +2,8 @@
html: build-run-rippled-macos.html
parent: install-rippled.html
blurb: Compile rippled yourself on macOS.
labels:
- rippled
---
# Build and Run rippled on macOS

View File

@@ -2,6 +2,8 @@
html: build-run-rippled-ubuntu.html
parent: install-rippled.html
blurb: Compile rippled yourself on Ubuntu Linux.
labels:
- rippled
---
# Build and Run rippled on Ubuntu

View File

@@ -2,6 +2,8 @@
html: capacity-planning.html
parent: install-rippled.html
blurb: Plan system specs and tune configuration for rippled in production environments.
labels:
- rippled
---
# Capacity Planning

View File

@@ -2,6 +2,8 @@
html: install-rippled-on-centos-rhel-with-yum.html
parent: install-rippled.html
blurb: Install a precompiled rippled binary on CentOS or Red Hat Enterprise Linux.
labels:
- rippled
---
# Install on CentOS/Red Hat with yum

View File

@@ -2,6 +2,8 @@
html: install-rippled-on-ubuntu.html
parent: install-rippled.html
blurb: Install a precompiled rippled binary on Ubuntu Linux.
labels:
- rippled
---
# Install on Ubuntu or Debian Linux

View File

@@ -2,6 +2,7 @@
html: rippled-1-3-migration-instructions.html
parent: install-rippled.html
blurb: Use these instructions to upgrade rippled packages from 1.2.x or below to 1.3.x or higher.
status: removed
---
# rippled v1.3.x Migration Instructions

View File

@@ -2,6 +2,8 @@
html: system-requirements.html
parent: install-rippled.html
blurb: Hardware and software requirements for running rippled.
labels:
- rippled
---
# System Requirements

View File

@@ -2,6 +2,8 @@
html: update-rippled-automatically-on-linux.html
parent: install-rippled.html
blurb: Set up automatic updates for rippled on Linux.
labels:
- rippled
---
# Update Automatically on Linux

View File

@@ -2,6 +2,8 @@
html: update-rippled-manually-on-centos-rhel.html
parent: install-rippled.html
blurb: Manually update rippled on CentOS or Red Hat Enterprise Linux.
labels:
- rippled
---
# Update Manually on CentOS/Red Hat

View File

@@ -2,6 +2,8 @@
html: update-rippled-manually-on-ubuntu.html
parent: install-rippled.html
blurb: Manually update rippled on Ubuntu Linux.
labels:
- rippled
---
# Update Manually on Ubuntu or Debian

View File

@@ -2,6 +2,8 @@
html: start-a-new-genesis-ledger-in-stand-alone-mode.html
parent: use-stand-alone-mode.html
blurb: Start from a fresh genesis ledger in stand-alone mode.
labels:
- rippled
---
# Start a New Genesis Ledger in Stand-Alone Mode

View File

@@ -2,6 +2,8 @@
html: diagnosing-problems.html
parent: troubleshoot-the-rippled-server.html
blurb: Collect information to identify the cause of problems.
labels:
- rippled
---
# Diagnosing Problems with rippled

View File

@@ -2,6 +2,7 @@
html: fix-sqlite-tx-db-page-size-issue.html
parent: troubleshoot-the-rippled-server.html
blurb: Fix a problem with the SQLite page size on full-history servers started on rippled version 0.40.0 or earlier.
status: removed
---
# Fix SQLite Transaction Database Page Size Issue

View File

@@ -2,6 +2,8 @@
html: health-check-interventions.html
parent: troubleshoot-the-rippled-server.html
blurb: Use the rippled server's health check as part of automated infrastructure monitoring.
labels:
- rippled
---
# Health Check Interventions

View File

@@ -2,6 +2,8 @@
html: server-doesnt-sync.html
parent: troubleshoot-the-rippled-server.html
blurb: Troubleshoot problems that make a rippled server unable to sync with the rest of the XRP Ledger.
labels:
- rippled
---
# rippled Server Doesn't Sync

View File

@@ -2,6 +2,8 @@
html: server-wont-start.html
parent: troubleshoot-the-rippled-server.html
blurb: A collection of problems that would cause a rippled server not to start, and how to fix them.
labels:
- rippled
---
# rippled Server Won't Start

View File

@@ -2,6 +2,8 @@
html: understanding-log-messages.html
parent: troubleshoot-the-rippled-server.html
blurb: Interpret and respond to warning and error messages in the debug log.
labels:
- rippled
---
# Understanding Log Messages