Skip to content

Commit

Permalink
docs: update autogenerate comment (#13488)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jan 11, 2022
1 parent 323da1e commit 01689f9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/usage/modules/datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ You do not need to ever configure/override datasources directly, but you may use

## Supported Datasources

<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end -->
2 changes: 1 addition & 1 deletion docs/usage/modules/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The goal of Renovate is to detect and maintain all third-party dependencies in y

## Supported Managers

<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end -->

## Configuring Managers
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/modules/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Renovate aims to be platform-neutral, while also taking advantage of good platfo

## Supported platforms

<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
<!-- Autogenerate in https://github.com/renovatebot/renovate -->

The currently supported platforms are:

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/modules/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ The configuration below overrides Renovate's default `docker` versioning for the

## Supported Versioning

<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end -->
4 changes: 2 additions & 2 deletions docs/usage/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Some are configuration options passed through, while others are generated as par

## Exposed config options

<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end -->

<!-- Automatically insert exposed configuration options here -->

## Other available fields

<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end -->

<!-- Insert runtime fields here -->
Expand Down
2 changes: 1 addition & 1 deletion tools/docs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { ModuleApi } from '../../lib/types';
import { readFile } from '../utils';

const replaceStart =
'<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->';
'<!-- Autogenerate in https://github.com/renovatebot/renovate -->';
const replaceStop = '<!-- Autogenerate end -->';

export function capitalize(input: string): string {
Expand Down

0 comments on commit 01689f9

Please sign in to comment.