Clean up documentation.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-09-29 15:55:20 +02:00
parent e92f0f728b
commit 7f8f1f2689
@@ -39,7 +39,8 @@ import {
export class TechdocsGenerator implements GeneratorBase {
/**
* The default docker image used to generate cnotent.
* The default docker image (and version) used to generate content. Public
* and static so that techdocs-common consumers can use the same version.
*/
public static readonly defaultDockerImage = 'spotify/techdocs:v0.3.2';
private readonly logger: Logger;