This commit is contained in:
2025-07-30 15:58:04 +02:00
parent 4bf4294c42
commit 802f6e074d
71 changed files with 72 additions and 76 deletions

View File

@@ -62,12 +62,12 @@ pub fn (mut site DocSite) generate() ! {
// draft:1 hide_title:1
configpath := '${site.path_src.path}/cfg'
sitegen.play(
sitegen.play(mut sitegen.Args{
heroscript_path: configpath
dest: '${site.factory.path_build.path}/docs'
flat: true
sitename: site.name
)!
})!
site.process_imports()!
}