Skip to content

Commit

Permalink
chore(website): add main builder methods
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 8, 2023
1 parent de99ad6 commit 9c1e3e3
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 200 deletions.
2 changes: 1 addition & 1 deletion src/shortcut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ pub async fn crawl(url: String, raw_content: Option<bool>) -> NWebsite {
let links = pages.iter().map(|x| x.url.clone()).collect::<Vec<String>>();

NWebsite { links, pages }
}
}
Loading

0 comments on commit 9c1e3e3

Please sign in to comment.