//! # fy-docs
//!
//! `fy-docs` is a Cargo subcommand for building and previewing Typst
//! specification documents. Install it with `cargo install fy-docs`, then run
//! `cargo fy-docs` in a project containing `docs/main.typ`.
//!
//! The package is a command-line application and deliberately exposes no
//! library API. See the [README] and [project repository] for usage,
//! document layout, and release conventions.
//!
//! [README]: https://github.com/fengyangsi/fy-docs#readme
//! [project repository]: https://github.com/fengyangsi/fy-docs