diff --git a/plugins/techdocs/config.d.ts b/plugins/techdocs/config.d.ts index 10adcb9fbd..543579e85f 100644 --- a/plugins/techdocs/config.d.ts +++ b/plugins/techdocs/config.d.ts @@ -48,7 +48,7 @@ export interface Config { * aleternatives: 'local' etc. * @see http://backstage.io/docs/features/techdocs/configuration */ - techdocs: string; + techdocs: 'local' | 'docker'; }; /**