//! Embedded help content (English), compiled in from `content/en/`.
//!
//! These whole-document strings back the [`crate::topic`] compatibility surface.
//! The fine-grained [`crate::fragments`] registry that the composition surface
//! uses is separate; decomposing these docs into fragments (and making
//! `LANGUAGE.md` / `syntax.md` generated) is the next phase — see
//! `docs/composable-help.md`.
pub const OVERVIEW: &str = include_str!;
pub const SYNTAX: &str = include_str!;
pub const VFS: &str = include_str!;
pub const SCATTER: &str = include_str!;
pub const IGNORE: &str = include_str!;
pub const OUTPUT_LIMIT: &str = include_str!;
pub const LIMITS: &str = include_str!;
pub const OVERLAY: &str = include_str!;