24 lines
777 B
JSON
24 lines
777 B
JSON
{
|
|
"name": "react",
|
|
"description": "React framework for building user interfaces. Use for React components, hooks, state management, JSX, and modern frontend development.",
|
|
"base_url": "https://react.dev/",
|
|
"selectors": {
|
|
"main_content": "article",
|
|
"title": "h1",
|
|
"code_blocks": "pre code"
|
|
},
|
|
"url_patterns": {
|
|
"include": ["/learn", "/reference"],
|
|
"exclude": ["/community", "/blog"]
|
|
},
|
|
"categories": {
|
|
"getting_started": ["quick-start", "installation", "tutorial"],
|
|
"hooks": ["usestate", "useeffect", "usememo", "usecallback", "usecontext", "useref", "hook"],
|
|
"components": ["component", "props", "jsx"],
|
|
"state": ["state", "context", "reducer"],
|
|
"api": ["api", "reference"]
|
|
},
|
|
"rate_limit": 0.5,
|
|
"max_pages": 300
|
|
}
|