From 7105a4cbb69ce3d1c5f9ac926f59f3a4dc899f5f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:11:50 +0000 Subject: [PATCH] docs: tighten authentication setup descriptions for SEO --- deploy/authentication-setup.mdx | 2 +- zh/deploy/authentication-setup.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/authentication-setup.mdx b/deploy/authentication-setup.mdx index 3808e075a..9be6a9751 100644 --- a/deploy/authentication-setup.mdx +++ b/deploy/authentication-setup.mdx @@ -1,6 +1,6 @@ --- title: "Authentication setup" -description: "Configure user authentication for your site to control access to pages and API references. Make pages private to your Mintlify organization, or use password, OAuth, or JWT authentication." +description: "Set up user authentication to control access to pages and API references using password, OAuth, JWT, or Mintlify-managed private access." keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password', 'private'] --- diff --git a/zh/deploy/authentication-setup.mdx b/zh/deploy/authentication-setup.mdx index f249c1b99..32cff18a6 100644 --- a/zh/deploy/authentication-setup.mdx +++ b/zh/deploy/authentication-setup.mdx @@ -1,6 +1,6 @@ --- title: "认证设置" -description: "通过 OAuth、JWT、密码或 Mintlify Auth 配置站点的用户认证,以控制对页面和 API 参考的访问权限。" +description: "通过 OAuth、JWT、密码或 Mintlify 托管的私有访问,为站点配置用户认证,以控制对页面、API 参考和分组内容的访问权限。" keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password'] ---