Skip to content

docusaurus-plugin-structurizr@0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 14:31
· 32 commits to main since this release
ea3129a

Minor Changes

  • #160
    f7562f3
    Thanks @TimKolberger! - Support generating all diagrams in one
    output directory.

    By default, the option outputDir is undefined and all diagrams are generated in the same
    directory as the source file.

    Set outputDir to a string to generate all diagrams in a single directory relative to the
    docusaurus project root.

    const pluginOptions = {
      // ...
      outputDir: 'diagrams', // Generate all diagrams in a single directory. E.g. "diagrams".
    }