Major update for DevDocs #22
Merged
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.
Reorganize main sections for better visibility:
Update ProcessingBlock component:
Recursive Depth & Lazy Loading:
Internal Links Management:

Depth Control Guide:
Level 1 (Quick Overview): Only crawls the main page you enter, perfect for single-page docs
Level 2 (Section Level): Crawls main page + direct links (e.g., if main page links to 'Getting Started' and 'API Reference', it gets those too)
Level 3 (Sub-section Level): Goes one level deeper into each section (e.g., gets individual API endpoints from the API Reference section)
Level 4 (Detailed Level): Crawls even deeper, getting detailed pages and examples (Warning: Can find many pages!)
Level 5 (Complete Crawl): Maximum depth, crawls everything it can find (Warning: Can take longer and find hundreds of pages!)
Smart Features:
Bug Fix:
Fix Select All functionality:
Fix individual URL selection:
Update selection counter:
These improvements give users precise control over crawling depth and content selection, making documentation extraction more efficient and manageable.