Merge pull request #6665 from backstage/orkohunter/techdocs-update-config-for-create-app-template

techdocs/create-app: update app config to use the latest techdocs.generator option
This commit is contained in:
Ben Lambert
2021-08-02 18:06:13 +02:00
committed by GitHub
3 changed files with 11 additions and 4 deletions
@@ -60,8 +60,8 @@ proxy:
# https://backstage.io/docs/features/techdocs/how-to-guides#how-to-migrate-from-techdocs-basic-to-recommended-deployment-approach
techdocs:
builder: 'local' # Alternatives - 'external'
generators:
techdocs: 'docker' # Alternatives - 'local'
generator:
runIn: 'docker' # Alternatives - 'local'
publisher:
type: 'local' # Alternatives - 'googleGcs' or 'awsS3'. Read documentation for using alternatives.