diff --git a/examples/biztools/bizmodel/example/bizmodel.vsh b/examples/biztools/bizmodel/example/bizmodel.vsh index 68da2876..9bbdaa35 100755 --- a/examples/biztools/bizmodel/example/bizmodel.vsh +++ b/examples/biztools/bizmodel/example/bizmodel.vsh @@ -7,7 +7,7 @@ import freeflowuniverse.herolib.core.playcmds import os const playbook_path = os.dir(@FILE) + '/playbook' -const build_path = os.join_path(os.dir(@FILE), '/docs') +const build_path = os.join_path(os.dir(@FILE), '/docusaurus') buildpath := '${os.home_dir()}/hero/var/mdbuild/bizmodel' diff --git a/examples/biztools/bizmodel/example/docusaurus/README.md b/examples/biztools/bizmodel/example/docusaurus/README.md new file mode 100644 index 00000000..c84f20c0 --- /dev/null +++ b/examples/biztools/bizmodel/example/docusaurus/README.md @@ -0,0 +1 @@ +output dir of example \ No newline at end of file