godot.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "godot",
  3. "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.",
  4. "base_url": "https://docs.godotengine.org/en/stable/",
  5. "start_urls": [
  6. "https://docs.godotengine.org/en/stable/getting_started/introduction/index.html",
  7. "https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html",
  8. "https://docs.godotengine.org/en/stable/tutorials/2d/index.html",
  9. "https://docs.godotengine.org/en/stable/tutorials/3d/index.html",
  10. "https://docs.godotengine.org/en/stable/tutorials/physics/index.html",
  11. "https://docs.godotengine.org/en/stable/tutorials/animation/index.html",
  12. "https://docs.godotengine.org/en/stable/classes/index.html"
  13. ],
  14. "selectors": {
  15. "main_content": "div[role='main']",
  16. "title": "title",
  17. "code_blocks": "pre"
  18. },
  19. "url_patterns": {
  20. "include": [
  21. "/getting_started/",
  22. "/tutorials/",
  23. "/classes/"
  24. ],
  25. "exclude": [
  26. "/genindex.html",
  27. "/search.html",
  28. "/_static/",
  29. "/_sources/"
  30. ]
  31. },
  32. "categories": {
  33. "getting_started": ["introduction", "getting_started", "first", "your_first"],
  34. "scripting": ["scripting", "gdscript", "c#", "csharp"],
  35. "2d": ["/2d/", "sprite", "canvas", "tilemap"],
  36. "3d": ["/3d/", "spatial", "mesh", "3d_"],
  37. "physics": ["physics", "collision", "rigidbody", "characterbody"],
  38. "animation": ["animation", "tween", "animationplayer"],
  39. "ui": ["ui", "control", "gui", "theme"],
  40. "shaders": ["shader", "material", "visual_shader"],
  41. "audio": ["audio", "sound"],
  42. "networking": ["networking", "multiplayer", "rpc"],
  43. "export": ["export", "platform", "deploy"]
  44. },
  45. "rate_limit": 0.5,
  46. "max_pages": 500
  47. }