Skip to content

Commit

Permalink
docs: fix double References (#30737)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 13, 2024
1 parent d60a040 commit c897fc0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/docs/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,7 @@ export async function generateManagers(
)
.join(', ');
md += `This manager supports extracting the following datasources: ${escapedDatasources}.\n\n`;

if (urls?.length) {
md += '## References';
md += formatUrls(urls).replace('**References**:', '');
}
md += formatUrls(urls);
md += '## Default config\n\n';
md += '```json\n';
md += JSON.stringify(definition.defaultConfig, null, 2) + '\n';
Expand Down

0 comments on commit c897fc0

Please sign in to comment.