feat(techdocs-common): add legacy casing config for all providers

Co-authored-by: Eric Peterson <ericpeterson@spotify.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2021-08-05 15:55:41 +02:00
parent a7a55632d3
commit bf4ab56750
7 changed files with 416 additions and 280 deletions
+5
View File
@@ -246,5 +246,10 @@ export interface Config {
* @deprecated
*/
storageUrl?: string;
/**
* (Optional)
*/
legacyUseCaseSensitiveTripletPaths?: boolean;
};
}