Zebra book additions (#6683)

This commit is contained in:
Pili Guerra 2023-05-17 00:53:30 +01:00 committed by GitHub
parent 21e24a2b55
commit 777250ae74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,8 @@
[Zebra](README.md) [Zebra](README.md)
- [User Documentation](user.md) - [User Documentation](user.md)
- [Zebra System Requirements](user/requirements.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) - [Installing Zebra](user/install.md)
- [Running Zebra](user/run.md) - [Running Zebra](user/run.md)
- [Zebra with Docker](user/docker.md) - [Zebra with Docker](user/docker.md)
@ -16,6 +18,7 @@
- [Developer Documentation](dev.md) - [Developer Documentation](dev.md)
- [Contribution Guide](CONTRIBUTING.md) - [Contribution Guide](CONTRIBUTING.md)
- [Design Overview](dev/overview.md) - [Design Overview](dev/overview.md)
- [Zebra versioning and releases](dev/release-process.md)
- [Zebra RFCs](dev/rfcs.md) - [Zebra RFCs](dev/rfcs.md)
- [Pipelinable Block Lookup](dev/rfcs/0001-pipelinable-block-lookup.md) - [Pipelinable Block Lookup](dev/rfcs/0001-pipelinable-block-lookup.md)
- [Parallel Verification](dev/rfcs/0002-parallel-verification.md) - [Parallel Verification](dev/rfcs/0002-parallel-verification.md)

View File

@ -13,7 +13,7 @@ structure, and documentation for all of the config options can be found
## Supported versions ## 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 ## Return Codes

View File

@ -2,7 +2,7 @@
Support for different platforms are organized into three tiers, each with a Support for different platforms are organized into three tiers, each with a
different set of guarantees. For more information on the policies for platforms 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 Platforms are identified by their Rust "target triple" which is a string composed by
`<machine>-<vendor>-<operating system>`. `<machine>-<vendor>-<operating system>`.