diff --git a/.ci/link-checker/production.lycherc.toml b/.ci/link-checker/production.lycherc.toml index cd13f166a1..de2b741646 100644 --- a/.ci/link-checker/production.lycherc.toml +++ b/.ci/link-checker/production.lycherc.toml @@ -92,6 +92,13 @@ exclude = [ # TODO: Remove after fixing canonical URL generation or link-checker domain replacement "^https://docs\\.influxdata\\.com/", + # Local file URLs with fragments (workaround for link-checker Hugo pretty URL bug) + # link-checker converts /path/to/page#fragment to file:///path/to/page#fragment + # but the actual file is at /path/to/page/index.html, causing false fragment errors + # TODO: Remove after fixing link-checker to handle Hugo pretty URLs with fragments + # See: https://github.com/influxdata/docs-tooling/issues/XXX + "^file://.*#", + # Common documentation placeholders "YOUR_.*", "REPLACE_.*", diff --git a/content/shared/v3-line-protocol.md b/content/shared/v3-line-protocol.md index 54d3c335c4..24bafdb978 100644 --- a/content/shared/v3-line-protocol.md +++ b/content/shared/v3-line-protocol.md @@ -423,7 +423,7 @@ influxctl database create device_status_history --retention-period 400d Then write current status to `device_status_current` and historical data to `device_status_history`. {{% /show-in %}} -{{% show-in "cloud-dedicated,clustered" %}} +{{% show-in "cloud-dedicated,clustered,cloud-serverless" %}} ### Performance considerations #### Row count and query performance