Skip to content

Commit

Permalink
Allow directory tree in pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed May 6, 2021
1 parent f7c70a4 commit 0bd35c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ fn main() -> Result<(), error::RhaiDocError> {
let mut index_file = path_documents.clone();
index_file.push(&config.index);

path_documents.push("**");
path_documents.push("*.md");

write_log!(!quiet, "MarkDown pages: `{}`", @path_documents);
Expand Down

0 comments on commit 0bd35c9

Please sign in to comment.