860765ff45
This patch adds a configuration option for setting the "local" techdocs target directory. The target directory can be set using the "techdocs.publisher.local.publishDirectory". This fixes two "TODOs" in the "plugins/techdocs-node/src/stages /publish/local.ts" file: * Use a more persistent storage than node_modules or /tmp directory. Make it configurable with techdocs.publisher.local.publishDirectory * Move the logic of setting staticDocsDir based on config over to fromConfig, and set the value as a class parameter. Signed-off-by: Niklas Aronsson <niklasar@axis.com>
144 B
144 B
@backstage/plugin-techdocs-node
| @backstage/plugin-techdocs-node |
|---|
| minor |
Added local publishing target directory config: techdocs.publisher.local.publishDirectory