From 3b12aed61c7615b66011d01e763f3f9fdbab6a19 Mon Sep 17 00:00:00 2001 From: ayden94 <144667387+ayden94@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:35:52 +0000 Subject: [PATCH] docs: sync from fetcher --- content/docs/fetcher/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/fetcher/index.mdx b/content/docs/fetcher/index.mdx index 6649bba..6fba763 100644 --- a/content/docs/fetcher/index.mdx +++ b/content/docs/fetcher/index.mdx @@ -78,3 +78,5 @@ const quote = await api - [Entrypoints](/en/fetcher/reference/entrypoints) documents the public import surface. - [Grouped request](/en/fetcher/reference/request-grouped-request) documents shortcut request shape. - [Safe](/en/fetcher/reference/safe) documents non-throwing requests. + +> This documentation lives in the `@ilokesto/fetcher` repository and is synced to the ilokesto docs site.