//! Constants used throughout the design crate
/// The name of the index file that tracks all design documents
pub const INDEX_FILENAME: &str = "index.md";
/// The JSON variant of the index file
pub const INDEX_JSON_FILENAME: &str = "index.json";
/// The title displayed at the top of the index file
pub const INDEX_TITLE: &str = "Oxur Design Document Index";