From 104818f98300291487300bcad732502f7e24b206 Mon Sep 17 00:00:00 2001 From: "Edgar I." Date: Fri, 24 Oct 2025 13:42:00 +0400 Subject: [PATCH] feat: enable llms.txt for hono config --- configs/hono.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 configs/hono.json diff --git a/configs/hono.json b/configs/hono.json new file mode 100644 index 0000000..e27ca41 --- /dev/null +++ b/configs/hono.json @@ -0,0 +1,18 @@ +{ + "name": "hono", + "description": "Hono web application framework for building fast, lightweight APIs. Use for Hono routing, middleware, context handling, and modern JavaScript/TypeScript web development.", + "llms_txt_url": "https://hono.dev/llms-full.txt", + "base_url": "https://hono.dev/docs", + "selectors": { + "main_content": "article", + "title": "h1", + "code_blocks": "pre code" + }, + "url_patterns": { + "include": [], + "exclude": [] + }, + "categories": {}, + "rate_limit": 0.5, + "max_pages": 50 +} \ No newline at end of file