diff --git a/README.md b/README.md index b3d6d11..00af307 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ The built-in source list lives in `sources.txt` and currently includes: | `nextjs` | Next.js Docs | `https://nextjs.org/llms.txt` | | `stripe` | Stripe Docs | `https://docs.stripe.com/llms.txt` | | `supabase` | Supabase Docs | `https://supabase.com/llms.txt` | +| `unsloth` | Unsloth Docs | `https://unsloth.ai/docs/llms.txt` | | `vite` | Vite Docs | `https://vite.dev/llms.txt` | ## Contributing New Sources diff --git a/sources.txt b/sources.txt index 7640a3c..a99d3ca 100644 --- a/sources.txt +++ b/sources.txt @@ -7,4 +7,5 @@ mcp|Model Context Protocol Docs|https://modelcontextprotocol.io/llms.txt nextjs|Next.js Docs|https://nextjs.org/llms.txt stripe|Stripe Docs|https://docs.stripe.com/llms.txt supabase|Supabase Docs|https://supabase.com/llms.txt +unsloth|Unsloth Docs|https://unsloth.ai/docs/llms.txt vite|Vite Docs|https://vite.dev/llms.txt