From 777250ae7468ac8c0cb068bf5caebd4b65be60ef Mon Sep 17 00:00:00 2001 From: Pili Guerra Date: Wed, 17 May 2023 00:53:30 +0100 Subject: [PATCH] Zebra book additions (#6683) --- book/src/SUMMARY.md | 3 +++ book/src/user/run.md | 2 +- book/src/user/supported-platforms.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 2f0719bc5..7debe479c 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -3,6 +3,8 @@ [Zebra](README.md) - [User Documentation](user.md) - [Zebra System Requirements](user/requirements.md) + - [Supported Platforms](user/supported-platforms.md) + - [Platform Tier Policy](user/target-tier-policies.md) - [Installing Zebra](user/install.md) - [Running Zebra](user/run.md) - [Zebra with Docker](user/docker.md) @@ -16,6 +18,7 @@ - [Developer Documentation](dev.md) - [Contribution Guide](CONTRIBUTING.md) - [Design Overview](dev/overview.md) + - [Zebra versioning and releases](dev/release-process.md) - [Zebra RFCs](dev/rfcs.md) - [Pipelinable Block Lookup](dev/rfcs/0001-pipelinable-block-lookup.md) - [Parallel Verification](dev/rfcs/0002-parallel-verification.md) diff --git a/book/src/user/run.md b/book/src/user/run.md index c4b85ab22..2ee478996 100644 --- a/book/src/user/run.md +++ b/book/src/user/run.md @@ -13,7 +13,7 @@ structure, and documentation for all of the config options can be found ## Supported versions -Always run a supported version of Zebra, and upgrade it regularly, so it doesn't become unsupported and halt. [More information](https://github.com/ZcashFoundation/zebra/blob/main/book/src/dev/release-process.md#supported-releases). +Always run a supported version of Zebra, and upgrade it regularly, so it doesn't become unsupported and halt. [More information](../dev/release-process.md#supported-releases). ## Return Codes diff --git a/book/src/user/supported-platforms.md b/book/src/user/supported-platforms.md index c51e621cb..07d7d2e97 100644 --- a/book/src/user/supported-platforms.md +++ b/book/src/user/supported-platforms.md @@ -2,7 +2,7 @@ Support for different platforms are organized into three tiers, each with a different set of guarantees. For more information on the policies for platforms -at each tier, see the [Platform Tier Policy](platform-tier-policy.md). +at each tier, see the [Platform Tier Policy](target-tier-policies.md). Platforms are identified by their Rust "target triple" which is a string composed by `--`.