From 01689f90dc7c2edc263a8bacd8adcd9bd008c37d Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:25:14 +0100 Subject: [PATCH] docs: update autogenerate comment (#13488) --- docs/usage/modules/datasource.md | 2 +- docs/usage/modules/manager.md | 2 +- docs/usage/modules/platform.md | 2 +- docs/usage/modules/versioning.md | 2 +- docs/usage/templates.md | 4 ++-- tools/docs/utils.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/usage/modules/datasource.md b/docs/usage/modules/datasource.md index 4d33d70e60..5f8369a395 100644 --- a/docs/usage/modules/datasource.md +++ b/docs/usage/modules/datasource.md @@ -21,5 +21,5 @@ You do not need to ever configure/override datasources directly, but you may use ## Supported Datasources - + diff --git a/docs/usage/modules/manager.md b/docs/usage/modules/manager.md index b8fc9be8d9..452c8f2685 100644 --- a/docs/usage/modules/manager.md +++ b/docs/usage/modules/manager.md @@ -11,7 +11,7 @@ The goal of Renovate is to detect and maintain all third-party dependencies in y ## Supported Managers - + ## Configuring Managers diff --git a/docs/usage/modules/platform.md b/docs/usage/modules/platform.md index b96f915c72..486a7d7e0f 100644 --- a/docs/usage/modules/platform.md +++ b/docs/usage/modules/platform.md @@ -8,7 +8,7 @@ Renovate aims to be platform-neutral, while also taking advantage of good platfo ## Supported platforms - + The currently supported platforms are: diff --git a/docs/usage/modules/versioning.md b/docs/usage/modules/versioning.md index 708116b577..9b4b98c526 100644 --- a/docs/usage/modules/versioning.md +++ b/docs/usage/modules/versioning.md @@ -57,5 +57,5 @@ The configuration below overrides Renovate's default `docker` versioning for the ## Supported Versioning - + diff --git a/docs/usage/templates.md b/docs/usage/templates.md index e4625c5504..9ec0b11537 100644 --- a/docs/usage/templates.md +++ b/docs/usage/templates.md @@ -15,14 +15,14 @@ Some are configuration options passed through, while others are generated as par ## Exposed config options - + ## Other available fields - + diff --git a/tools/docs/utils.ts b/tools/docs/utils.ts index c8c8877dfc..7d8060a30e 100644 --- a/tools/docs/utils.ts +++ b/tools/docs/utils.ts @@ -3,7 +3,7 @@ import type { ModuleApi } from '../../lib/types'; import { readFile } from '../utils'; const replaceStart = - ''; + ''; const replaceStop = ''; export function capitalize(input: string): string {