From c83a33c122bb5099e0563df85606a171859c60af Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:54:24 +0000 Subject: [PATCH] feat: add unsloth llms provider to curated sources Agent-Logs-Url: https://github.com/PremierStudio/llms2md/sessions/c28176b4-6ffc-46ee-a9c9-f600707e8a10 Co-authored-by: itz4blitz <60281870+itz4blitz@users.noreply.github.com> --- README.md | 1 + sources.txt | 1 + 2 files changed, 2 insertions(+) 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