✨ [mdbook] Añade soporte a contenidos mdBook
This commit is contained in:
parent
7d20b90029
commit
9c2e6a7e07
42 changed files with 5975 additions and 0 deletions
7
packages/pagetop-mdbook/build.rs
Normal file
7
packages/pagetop-mdbook/build.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use pagetop_build::StaticFilesBundle;
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
StaticFilesBundle::from_dir("./static", None)
|
||||
.with_name("mdbook")
|
||||
.build()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue