create-app: update app config to use the latest techdocs.generator option

See https://backstage.io/docs/features/techdocs/configuration
PR https://github.com/backstage/backstage/pull/6071

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-07-30 12:54:30 +02:00
parent e46baf2eea
commit de6b94e236
@@ -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.