Mejora el uso del nuevo módulo mdBook
This commit is contained in:
parent
348ca88290
commit
c0a269f009
42 changed files with 6540 additions and 39 deletions
|
|
@ -22,8 +22,9 @@ impl ModuleTrait for PageTopWebSite {
|
|||
}
|
||||
|
||||
fn configure_service(&self, cfg: &mut app::web::ServiceConfig) {
|
||||
MdBook::configure_service_mdbook(cfg, "/doc/en", &GUIDES_EN);
|
||||
MdBook::configure_service_mdbook(cfg, "/doc/es", &GUIAS_ES);
|
||||
MdBook::configure_mdbook_common(cfg);
|
||||
MdBook::configure_mdbook_service(cfg, "/doc/en", &GUIDES_EN);
|
||||
MdBook::configure_mdbook_service(cfg, "/doc/es", &GUIAS_ES);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue