generate_config
Create a JSON config file for scraping any documentation website. Define URL, name, description, and optional settings like page limit and rate limit.
Instructions
Generate a config file for documentation scraping. Interactively creates a JSON config for any documentation website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes | ||
| force | No | ||
| max_pages | No | ||
| unlimited | No | ||
| rate_limit | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |