Skip to content

Commit

Permalink
Add 'shelf' command
Browse files Browse the repository at this point in the history
Initial processing of the shelf.toml file.
Build the books in the current_dir.
  • Loading branch information
Coi-l committed Mar 31, 2024
1 parent bd323fb commit 2903f07
Show file tree
Hide file tree
Showing 10 changed files with 497 additions and 1 deletion.
148 changes: 148 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ shlex = "1.3.0"
tempfile = "3.4.0"
toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/2037
topological-sort = "0.2.2"
resolve-path = "0.1.0"
git2 = "0.18.3"

# Watch feature
notify = { version = "6.1.1", optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/cmd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod command_prelude;
pub mod init;
#[cfg(feature = "serve")]
pub mod serve;
pub mod shelf;
pub mod test;
#[cfg(feature = "watch")]
pub mod watch;
Loading

0 comments on commit 2903f07

Please sign in to comment.