Closed
Conversation
docs: update version references to 0.8.6
DevAbdullah90
added a commit
to DevAbdullah90/crawl4ai
that referenced
this pull request
Apr 16, 2026
…g to prevent hangs (Issue unclecode#1914)
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.
Summary
Fixed a systematic offset in the Table of Contents (TOC) within the "Browser Crawler Configuration" documentation. The issue caused sidebar links to navigate to incorrect sections due to automatic anchor ID mismatches. By adding explicit IDs to the headers, the navigation is now stable and accurate.
Fixes: None (Internal documentation improvement)
List of files changed and why
docs/md_v2/core/browser-crawler-config.md: Added explicit anchor IDs (e.g., {: #browser-config-key-fields }) to several headers to resolve cascading TOC displacement and ensure consistent deep-linking.
How Has This Been Tested?
-[x] Local Build: Ran mkdocs serve locally to compile the documentation and verify the rendering.
-[x] Browser Verification: Tested the navigation. While there is a minor visual offset when scrolling upwards (likely due to the site's sticky header overlap, which is a global CSS behavior), the logic is now correct: each TOC link now maps to the intended section instead of being displaced to unrelated parts of the document.
Checklist: