diff --git a/docs/01-app/03-api-reference/03-file-conventions/forbidden.mdx b/docs/01-app/03-api-reference/03-file-conventions/forbidden.mdx index de4be46954652..435697afe394f 100644 --- a/docs/01-app/03-api-reference/03-file-conventions/forbidden.mdx +++ b/docs/01-app/03-api-reference/03-file-conventions/forbidden.mdx @@ -4,7 +4,7 @@ description: API reference for the forbidden.js special file. related: links: - app/api-reference/functions/forbidden -version: canary +version: experimental --- The **forbidden** file is used to render UI when the [`forbidden`](/docs/app/api-reference/functions/forbidden) function is invoked during authentication. Along with allowing you to customize the UI, Next.js will return a `403` status code. diff --git a/docs/01-app/03-api-reference/03-file-conventions/unauthorized.mdx b/docs/01-app/03-api-reference/03-file-conventions/unauthorized.mdx index dda9f82ea463a..52b46cb97463d 100644 --- a/docs/01-app/03-api-reference/03-file-conventions/unauthorized.mdx +++ b/docs/01-app/03-api-reference/03-file-conventions/unauthorized.mdx @@ -4,7 +4,7 @@ description: API reference for the unauthorized.js special file. related: links: - app/api-reference/functions/unauthorized -version: canary +version: experimental --- The **unauthorized** file is used to render UI when the [`unauthorized`](/docs/app/api-reference/functions/unauthorized) function is invoked during authentication. Along with allowing you to customize the UI, Next.js will return a `401` status code. diff --git a/docs/01-app/03-api-reference/04-functions/forbidden.mdx b/docs/01-app/03-api-reference/04-functions/forbidden.mdx index 674b1048baa5f..97b9ac75bb5b2 100644 --- a/docs/01-app/03-api-reference/04-functions/forbidden.mdx +++ b/docs/01-app/03-api-reference/04-functions/forbidden.mdx @@ -1,7 +1,7 @@ --- title: forbidden description: API Reference for the forbidden function. -version: canary +version: experimental related: links: - app/api-reference/file-conventions/forbidden diff --git a/docs/01-app/03-api-reference/04-functions/unauthorized.mdx b/docs/01-app/03-api-reference/04-functions/unauthorized.mdx index 53e63b1afd4ff..95334854d8efe 100644 --- a/docs/01-app/03-api-reference/04-functions/unauthorized.mdx +++ b/docs/01-app/03-api-reference/04-functions/unauthorized.mdx @@ -1,7 +1,7 @@ --- title: unauthorized description: API Reference for the unauthorized function. -version: canary +version: experimental related: links: - app/api-reference/file-conventions/unauthorized