...
This commit is contained in:
@@ -6,6 +6,7 @@ import incubaid.herolib.core.pathlib
|
||||
import incubaid.herolib.ui.console
|
||||
import incubaid.herolib.core.texttools.regext
|
||||
|
||||
//import other parts of a docusaurus module into the one we build, this is to import e.g. static parts
|
||||
pub fn (mut docsite DocSite) import() ! {
|
||||
for importparams in docsite.website.siteconfig.imports {
|
||||
console.print_header('Importing: path:${importparams.path} or url:${importparams.url}')
|
||||
|
||||
@@ -19,7 +19,7 @@ pub fn play(mut plbook PlayBook) ! {
|
||||
reset: param_define.get_default_false('reset')
|
||||
template_update: param_define.get_default_false('template_update')
|
||||
install: param_define.get_default_false('install')
|
||||
use_atlas: param_define.get_default_false('use_atlas')
|
||||
use_atlas: param_define.get_default_true('use_atlas')
|
||||
atlas_export_dir: param_define.get_default('atlas_export_dir', '')!
|
||||
)!
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
Reference in New Issue
Block a user