oxur-odm 0.3.5

An odd document manager - CLI tool for managing design documentation
Documentation
1
2
3
4
5
6
7
8
9
10
//! 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";