Releases: influxdata/docs-v2
Release list
Rust Markdown Converter v0.1.0
Prebuilt Rust N-API modules for docs-v2 CI.
Link Checker Binary v1.5.0
Link checker binary for docs-v2 CI workflows.
Source: docs-tooling link-checker-v1.5.0
# Download
curl -L -o link-checker \
https://github.com/influxdata/docs-v2/releases/download/link-checker-v1.5.0/link-checker-linux-x86_64
chmod +x link-checker
./link-checker --versionLink Checker Binary v1.4.0
Link checker binary for docs-v2 CI workflows.
Source: docs-tooling link-checker-v1.4.0
# Download
curl -L -o link-checker \
https://github.com/influxdata/docs-v2/releases/download/link-checker-v1.4.0/link-checker-linux-x86_64
chmod +x link-checker
./link-checker --versionLink Checker Binary v1.3.1
Link validation tooling binary for docs-v2 GitHub Actions workflows.
Distributed from docs-tooling release link-checker-v1.3.1.
Usage in GitHub Actions
The binary is automatically downloaded by the pr-link-check workflow for link validation.
Manual Usage
curl -L -o link-checker https://github.com/influxdata/docs-v2/releases/download/link-checker-v1.3.1/link-checker-linux-x86_64
chmod +x link-checker
./link-checker --versionLink Checker Binary v1.3.0
Link validation tooling binary for docs-v2 GitHub Actions workflows.
Changes in v1.3.0
- Added severity levels for link validation
- Configuration updates for severity classification
See docs-tooling release for details.
Link Checker Binary v1.2.5
Add --root-dir support for lychee v0.22.0+
What's Changed
This release adds proper support for lychee v0.22.0+ which requires the
--root-dir option to resolve root-relative links in local files
(see lycheeverse/lychee#1864).
When checking local HTML files in a Hugo project, the link-checker now
automatically sets --root-dir to the Hugo public/ directory. This allows
lychee to properly resolve links like /telegraf/v1/output-plugins/... to
their corresponding files in the public directory.
This fixes CI failures for PRs touching /telegraf/v1 and /influxdb3/explorer
paths that contain root-relative links.
Checksums
3562b599fd5f937c00acea876cc850b9041497fa8c2742dba3a8b81cdeda7791 link-checker-linux-x86_64
Link Checker Binary v1.2.4
Link validation tooling binary for docs-v2 GitHub Actions workflows.
What's Changed
- Updated to link-checker v1.2.4 from docs-tooling
- Includes latest improvements and bug fixes
Checksums
cfa65525845b996dcc595476b35576ee1541706f3435412629d07fe7b426edc6 link-checker-linux-x86_64
This binary is used by GitHub Actions workflows for automated link validation in pull requests.
Link Checker Binary v1.2.3
Link validation tooling binary for docs-v2 GitHub Actions workflows. Includes fix for base URL detection with local files to prevent false positives for new content.
Link Checker Binary v1.2.2
Link validation tooling binary for docs-v2 GitHub Actions workflows.
This binary includes improvements to:
- Hugo base URL detection (only applies to URL inputs, not local files)
- Anchor link validation with --include-fragments
- JSON output format for reliable parsing
- Comprehensive test coverage
Distributed from docs-tooling repository release link-checker-v1.2.2.
Link Checker Binary v1.0.0
Link checker binary for automated PR link validation.
This binary is a copy from the docs-tooling repository to enable access from GitHub Actions workflows.
Files
link-checker-linux-x86_64: Linux x86_64 binary for link validation
Usage
This binary is automatically downloaded by the PR link check workflow.