This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new d8ff4b37dc [auth]delete Authentication and Authorization folder (#1783) d8ff4b37dc is described below commit d8ff4b37dc73fd15cc9bc3373a19672bcf16793c Author: zhangdong <493738...@qq.com> AuthorDate: Tue Jan 14 17:21:45 2025 +0800 [auth]delete Authentication and Authorization folder (#1783) - delete Authentication and Authorization folder - change `data access` to `data access control` ## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- docs/admin-manual/auth/authorization/data.md | 2 +- .../admin-manual/auth/authorization/data.md | 2 +- sidebars.json | 30 +++++++++------------- 3 files changed, 14 insertions(+), 20 deletions(-) diff --git a/docs/admin-manual/auth/authorization/data.md b/docs/admin-manual/auth/authorization/data.md index 2dfd2d6dca..6712537772 100644 --- a/docs/admin-manual/auth/authorization/data.md +++ b/docs/admin-manual/auth/authorization/data.md @@ -1,6 +1,6 @@ --- { -"title": "Data Access", +"title": "Data Access Control", "language": "en" } --- diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/data.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/data.md index 16c37c4e45..17b7183564 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/data.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/auth/authorization/data.md @@ -1,6 +1,6 @@ --- { -"title": "数据访问", +"title": "数据访问控制", "language": "zh-CN" } --- diff --git a/sidebars.json b/sidebars.json index 8002b434df..c0eb4b909d 100644 --- a/sidebars.json +++ b/sidebars.json @@ -477,25 +477,19 @@ "items": [ { "type": "category", - "label": "Authentication and Authorization", + "label": "Authentication", "items": [ - { - "type": "category", - "label": "Authentication", - "items": [ - "admin-manual/auth/authentication/internal", - "admin-manual/auth/authentication/federation" - ] - }, - { - "type": "category", - "label": "Authorization", - "items": [ - "admin-manual/auth/authorization/internal", - "admin-manual/auth/authorization/ranger", - "admin-manual/auth/authorization/data" - ] - } + "admin-manual/auth/authentication/internal", + "admin-manual/auth/authentication/federation" + ] + }, + { + "type": "category", + "label": "Authorization", + "items": [ + "admin-manual/auth/authorization/internal", + "admin-manual/auth/authorization/ranger", + "admin-manual/auth/authorization/data" ] }, { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org