Enable strict warning checks, fix broken links and remove all tags#307
Merged
moritzhartmeier merged 3 commits intomainfrom Feb 10, 2026
Merged
Enable strict warning checks, fix broken links and remove all tags#307moritzhartmeier merged 3 commits intomainfrom
moritzhartmeier merged 3 commits intomainfrom
Conversation
Change warning settings from "warn" to "throw" to fail builds when documentation issues are detected: - onBrokenLinks: Fails on broken HTTP/HTTPS and relative links - onBrokenAnchors: Fails on broken fragment/anchor links - onBrokenMarkdownLinks: Fails on broken markdown file references - onDuplicateRoutes: Fails on duplicate page routes This will cause CI to fail until all existing documentation warnings (~300+) are resolved, preventing broken documentation from being merged. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- Fix relative link to ai-powered-barcode-scanning in _single-scanning.mdx partials - Changed from ./ai-powered-barcode-scanning.md to ../ai-powered-barcode-scanning - Applied to both current and version 8.1.1 docs - Add "Page Unavailable" placeholder pages for Linux and Titanium SDKs - AI-powered barcode scanning is not supported on these platforms - Created for both current and version 8.1.1 docs - Follows same pattern as other unavailable feature pages This resolves the broken markdown link errors that were causing builds to fail with the new strict warning checks. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
Remove the tags system to prevent future maintenance issues: - Removed tags field from 90 markdown files across all versions - Deleted 4 tags.yml configuration files - Eliminates the [net-android] tag warning - Prevents future trap of inconsistent tag usage Tags were partially deprecated in the past but some references remained. This completes the removal and ensures we won't accidentally start adding tags again in the future. Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tags were already mostly removed before but not fully.