Skip to content

Commit

Permalink
Add example shelf.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coi-l committed Mar 26, 2024
1 parent 5c179b6 commit 6f34b7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_shelf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
10 changes: 10 additions & 0 deletions test_shelf/shelf.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[[book]]
git_url = "https://github.com/Coi-l/mdBook.git"
git_ref = "shelf"
path = "guide"

[[book]]
git_url = "https://github.com/rust-lang/book.git"

[[book]]
path = "../test_book"

0 comments on commit 6f34b7c

Please sign in to comment.