This commit is contained in:
2025-11-07 07:00:23 +04:00
parent a149845fc7
commit f4de662fc2
97 changed files with 2 additions and 1 deletions

View File

@@ -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}')

View File

@@ -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', '')!
)!

View File

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB