bookyard 0.1.1

Build and locally edit a bookshelf for multiple mdBook projects.
1
2
3
pub const EDITOR_HTML: &str = include_str!("../../assets/editor/index.html");
pub const EDITOR_CSS: &str = include_str!("../../assets/editor/style.css");
pub const EDITOR_JS: &str = include_str!("../../assets/editor/app.js");