clean up deprecations of techdocs-backend plugin
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Vendored
-24
@@ -46,17 +46,6 @@ export interface Config {
|
||||
pullImage?: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
* Techdocs generator information
|
||||
* @deprecated Replaced with techdocs.generator
|
||||
*/
|
||||
generators?: {
|
||||
/**
|
||||
* @deprecated Use techdocs.generator.runIn
|
||||
*/
|
||||
techdocs: 'local' | 'docker';
|
||||
};
|
||||
|
||||
/**
|
||||
* Techdocs publisher information
|
||||
*/
|
||||
@@ -252,19 +241,6 @@ export interface Config {
|
||||
readTimeout?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @example http://localhost:7007/api/techdocs
|
||||
* @visibility frontend
|
||||
* @deprecated
|
||||
*/
|
||||
requestUrl?: string;
|
||||
|
||||
/**
|
||||
* @example http://localhost:7007/api/techdocs/static/docs
|
||||
* @deprecated
|
||||
*/
|
||||
storageUrl?: string;
|
||||
|
||||
/**
|
||||
* (Optional and not recommended) Prior to version [0.x.y] of TechDocs, docs
|
||||
* sites could only be accessed over paths with case-sensitive entity triplets
|
||||
|
||||
Reference in New Issue
Block a user