--- name: hono description: How to access Hono framework documentation. --- # Hono Documentation Access ### Display documentation ```bash hono docs ``` ### Search documentation ```bash hono search middleware ``` ### Search with pretty formatting (human-readable output) ```bash hono search middleware --pretty ``` ### Search with custom result limit ```bash hono search "getting started" --limit 10 ``` ### Display specific documentation pages ```bash hono docs /docs/concepts/motivation ``` ## If Hono CLI is not installed Fetch the documentation index directly via web at https://hono.dev/llms.txt