mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-15 11:58:04 +00:00
chore: sync local assets for ddd doc steward
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "tailwind",
|
||||
"description": "Tailwind CSS utility-first framework for rapid UI development. Use for Tailwind utilities, responsive design, custom configurations, and modern CSS workflows.",
|
||||
"base_url": "https://tailwindcss.com/docs",
|
||||
"start_urls": [
|
||||
"https://tailwindcss.com/docs/installation",
|
||||
"https://tailwindcss.com/docs/utility-first",
|
||||
"https://tailwindcss.com/docs/responsive-design",
|
||||
"https://tailwindcss.com/docs/hover-focus-and-other-states"
|
||||
],
|
||||
"selectors": {
|
||||
"main_content": "div.prose",
|
||||
"title": "h1",
|
||||
"code_blocks": "pre code"
|
||||
},
|
||||
"url_patterns": {
|
||||
"include": ["/docs"],
|
||||
"exclude": ["/blog", "/resources"]
|
||||
},
|
||||
"categories": {
|
||||
"getting_started": ["installation", "editor-setup", "intellisense"],
|
||||
"core_concepts": ["utility-first", "responsive", "hover-focus", "dark-mode"],
|
||||
"layout": ["container", "columns", "flex", "grid"],
|
||||
"typography": ["font-family", "font-size", "text-align", "text-color"],
|
||||
"backgrounds": ["background-color", "background-image", "gradient"],
|
||||
"customization": ["configuration", "theme", "plugins"]
|
||||
},
|
||||
"rate_limit": 0.5,
|
||||
"max_pages": 100
|
||||
}
|
||||
Reference in New Issue
Block a user