diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 148dcde53..164a83ebc 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -32,7 +32,7 @@ VALIDATE_YAML: true VALIDATE_BASH: true VALIDATE_EDITORCONFIG: true - FILTER_REGEX_EXCLUDE: ".*docs\/themes\/hugo-geekdoc\/.*|.*\/platform\\.updateModuleRegistryTables\\.yml" + FILTER_REGEX_EXCLUDE: ".*docs\/themes\/hugo-geekdoc\/.*|.*\/telemetry-information-notice\\.md|.*\/platform\\.updateModuleRegistryTables\\.yml" markdown-link-check: name: Markdown Link Check diff --git a/docs/content/specs/shared/_index.md b/docs/content/specs/shared/_index.md index c0cccd845..ee7fa09b8 100644 --- a/docs/content/specs/shared/_index.md +++ b/docs/content/specs/shared/_index.md @@ -124,7 +124,7 @@ The following information notice is automatically added at the bottom of the `RE {{< /hint >}} `## Data Collection` -{{< include file="static/includes/telemetry-information-notice.txt" language="txt" options="linenos=false" >}} +{{< include file="static/includes/telemetry-information-notice.md" language="md" options="linenos=false" >}} {{< /expand >}} diff --git a/docs/static/includes/telemetry-information-notice.txt b/docs/static/includes/telemetry-information-notice.md similarity index 100% rename from docs/static/includes/telemetry-information-notice.txt rename to docs/static/includes/telemetry-information-notice.md