mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
Label browsing: more labels, style updates, etc.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
html: system-requirements.html
|
||||
parent: install-rippled.html
|
||||
blurb: Hardware and software requirements for running rippled.
|
||||
labels:
|
||||
- rippled
|
||||
---
|
||||
# System Requirements
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user