| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "godot",
- "description": "Godot Engine game development. Use for Godot projects, GDScript/C# coding, scene setup, node systems, 2D/3D development, physics, animation, UI, shaders, or any Godot-specific questions.",
- "base_url": "https://docs.godotengine.org/en/stable/",
- "start_urls": [
- "https://docs.godotengine.org/en/stable/getting_started/introduction/index.html",
- "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html",
- "https://docs.godotengine.org/en/stable/tutorials/2d/index.html",
- "https://docs.godotengine.org/en/stable/tutorials/3d/index.html",
- "https://docs.godotengine.org/en/stable/tutorials/physics/index.html",
- "https://docs.godotengine.org/en/stable/tutorials/animation/index.html",
- "https://docs.godotengine.org/en/stable/classes/index.html"
- ],
- "selectors": {
- "main_content": "div[role='main']",
- "title": "title",
- "code_blocks": "pre"
- },
- "url_patterns": {
- "include": [
- "/getting_started/",
- "/tutorials/",
- "/classes/"
- ],
- "exclude": [
- "/genindex.html",
- "/search.html",
- "/_static/",
- "/_sources/"
- ]
- },
- "categories": {
- "getting_started": ["introduction", "getting_started", "first", "your_first"],
- "scripting": ["scripting", "gdscript", "c#", "csharp"],
- "2d": ["/2d/", "sprite", "canvas", "tilemap"],
- "3d": ["/3d/", "spatial", "mesh", "3d_"],
- "physics": ["physics", "collision", "rigidbody", "characterbody"],
- "animation": ["animation", "tween", "animationplayer"],
- "ui": ["ui", "control", "gui", "theme"],
- "shaders": ["shader", "material", "visual_shader"],
- "audio": ["audio", "sound"],
- "networking": ["networking", "multiplayer", "rpc"],
- "export": ["export", "platform", "deploy"]
- },
- "rate_limit": 0.5,
- "max_pages": 40000,
- "_comment": "=== NEW: Split Strategy Configuration ===",
- "split_strategy": "router",
- "split_config": {
- "target_pages_per_skill": 5000,
- "create_router": true,
- "split_by_categories": ["scripting", "2d", "3d", "physics", "shaders"],
- "router_name": "godot",
- "parallel_scraping": true
- },
- "_comment2": "=== NEW: Checkpoint Configuration ===",
- "checkpoint": {
- "enabled": true,
- "interval": 1000
- }
- }
|