download
Download entire documentation websites for offline access and RAG indexing. Supports configurable depth and concurrency settings for efficient website retrieval.
Instructions
Download documentation website for RAG indexing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Documentation site URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Documentation site URL",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}