Documentation
¶
Overview ¶
Package crawler discovers and fetches pages from documentation websites. It supports sitemap.xml discovery (MkDocs, Docusaurus, Sphinx) and falls back to BFS link-following within the same origin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
MaxPages int // 0 = unlimited
MaxDepth int // 0 = unlimited BFS depth
Concurrency int // parallel fetchers (default 4)
SkipSitemap bool // force BFS even if sitemap.xml exists
}
Options controls crawl behaviour.
Click to show internal directories.
Click to hide internal directories.