hono.json 525 B

123456789101112131415161718
  1. {
  2. "name": "hono",
  3. "description": "Hono web application framework for building fast, lightweight APIs. Use for Hono routing, middleware, context handling, and modern JavaScript/TypeScript web development.",
  4. "llms_txt_url": "https://hono.dev/llms-full.txt",
  5. "base_url": "https://hono.dev/docs",
  6. "selectors": {
  7. "main_content": "article",
  8. "title": "h1",
  9. "code_blocks": "pre code"
  10. },
  11. "url_patterns": {
  12. "include": [],
  13. "exclude": []
  14. },
  15. "categories": {},
  16. "rate_limit": 0.5,
  17. "max_pages": 50
  18. }