From 851dde45f7c95520822423df8fa425e67f07f2cb Mon Sep 17 00:00:00 2001 From: keshan Date: Mon, 21 Dec 2020 16:31:01 +0530 Subject: [PATCH] updated the missed attr change --- plugins/techdocs/config.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }; /**