diff --git a/docs/02-app/01-building-your-application/12-examples/index.mdx b/docs/02-app/01-building-your-application/12-examples/index.mdx index 2974f30349646..8195dbe2541d6 100644 --- a/docs/02-app/01-building-your-application/12-examples/index.mdx +++ b/docs/02-app/01-building-your-application/12-examples/index.mdx @@ -10,6 +10,8 @@ description: Examples of popular Next.js UI patterns and use cases. - [Using the `fetch` API](/docs/app/building-your-application/data-fetching/fetching#fetching-data-on-the-server-with-the-fetch-api) - [Using an ORM or database client](/docs/app/building-your-application/data-fetching/fetching#fetching-data-on-the-server-with-an-orm-or-database) +- [Reading search params on the server](/docs/app/api-reference/file-conventions/page) +- [Reading search params on the client](/docs/app/api-reference/functions/use-search-params) ### Revalidating Data