Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .ci/link-checker/production.lycherc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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_.*",
Expand Down
2 changes: 1 addition & 1 deletion content/shared/v3-line-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down