Skip to content

Commit

Permalink
Refactor the landing docs for the zebrad crate
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jan 9, 2024
1 parent 662ac0e commit ce21a91
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions zebrad/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
//! ![Zebra logotype](https://zfnd.org/wp-content/uploads/2022/03/zebra-logotype.png)
//!
//! Zebra is a Zcash node written in Rust.
//!
//! The `zebrad` binary uses a collection of `zebra-*` crates,
//! which implement the different components of a Zcash node
//! (networking, chain structures, validation, rpc, etc).
//!
//! [Rendered docs for the latest crate releases](https://docs.rs/releases/search?query=zebra).
//!
//! [Rendered docs from the `main` branch](https://doc-internal.zebra.zfnd.org).
//!
//! [Join us on the Zcash Foundation Engineering Discord](https://discord.gg/na6QZNd).
//! Zebra is a Zcash full node written in Rust. Follow the [introductory
//! page](https://zebra.zfnd.org/index.html#documentation) in the Zebra Book to learn more.
//!
//! ## About Zcash
//!
Expand Down Expand Up @@ -56,7 +47,9 @@
//!
//! ## Zebra Feature Flags
//!
//! The following `zebrad` feature flags are available at compile time:
//! The following [Cargo
//! features](https://doc.rust-lang.org/cargo/reference/features.html#command-line-feature-options)
//! are available at compile time:
//!
//! ### JSON-RPC
//!
Expand Down

0 comments on commit ce21a91

Please sign in to comment.