Skip to content

Commit

Permalink
update sidebar for security (apache#1690)
Browse files Browse the repository at this point in the history
## Versions 

- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0

## Languages

- [ ] Chinese
- [ ] English

## Docs Checklist

- [ ] Checked by AI
- [ ] Test Cases Built
  • Loading branch information
wangtianyi2004 authored and echo-hhj committed Jan 6, 2025
1 parent 63dbef5 commit 5834afd
Show file tree
Hide file tree
Showing 9 changed files with 114 additions and 11 deletions.
12 changes: 12 additions & 0 deletions i18n/zh-CN/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,18 @@
"message": "优化技术原理",
"description": "The label for category Optimization Technology Principle in sidebar docs"
},
"sidebar.docs.category.Security": {
"message": "安全合规",
"description": "The label for category Security in sidebar docs"
},
"sidebar.docs.category.Data Transmission Encryption": {
"message": "传输加密",
"description": "The label for category Data Transmission Encryption in sidebar docs"
},
"sidebar.docs.category.Authentication and Authorization": {
"message": "认证与鉴权",
"description": "The label for category Authentication and Authorization in sidebar docs"
},
"sidebar.docs.category.Alter Table": {
"message": "表结构变更",
"description": "The label for category Alter Table in sidebar docs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "认证和鉴权",
"title": "概述",
"language": "zh-CN"
}
---
Expand Down
16 changes: 12 additions & 4 deletions i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@
"message": "表结构变更",
"description": "The label for category Alter Table in sidebar docs"
},
"sidebar.docs.category.Security": {
"message": "安全合规",
"description": "The label for category Security in sidebar docs"
},
"sidebar.docs.category.Data Transmission Encryption": {
"message": "传输加密",
"description": "The label for category Data Transmission Encryption in sidebar docs"
},
"sidebar.docs.category.Authentication and Authorization": {
"message": "认证与鉴权",
"description": "The label for category Authentication and Authorization in sidebar docs"
},
"sidebar.docs.category.Doris Partition": {
"message": "Doris 表分区",
"description": "The label for category Doris Partition in sidebar docs"
Expand Down Expand Up @@ -427,10 +439,6 @@
"message": "存储资源管理",
"description": "The label for category Storage in sidebar docs"
},
"sidebar.docs.category.Security": {
"message": "安全",
"description": "The label for category Statistics in sidebar docs"
},
"sidebar.docs.category.Data Governance": {
"message": "数据治理",
"description": "The label for category Governance in sidebar docs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "认证和鉴权",
"title": "概述",
"language": "zh-CN"
}
---
Expand Down
16 changes: 12 additions & 4 deletions i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,18 @@
"message": "安全管理",
"description": "The label for category Managing User Privilege in sidebar docs"
},
"sidebar.docs.category.Security": {
"message": "安全合规",
"description": "The label for category Security in sidebar docs"
},
"sidebar.docs.category.Data Transmission Encryption": {
"message": "传输加密",
"description": "The label for category Data Transmission Encryption in sidebar docs"
},
"sidebar.docs.category.Authentication and Authorization": {
"message": "认证与鉴权",
"description": "The label for category Authentication and Authorization in sidebar docs"
},
"sidebar.docs.category.Managing Memory": {
"message": "内存管理",
"description": "The label for category Managing Memory in sidebar docs"
Expand Down Expand Up @@ -415,10 +427,6 @@
"message": "存储资源管理",
"description": "The label for category Storage in sidebar docs"
},
"sidebar.docs.category.Security": {
"message": "安全",
"description": "The label for category Statistics in sidebar docs"
},
"sidebar.docs.category.Data Governance": {
"message": "数据治理",
"description": "The label for category Governance in sidebar docs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "认证和鉴权",
"title": "概述",
"language": "zh-CN"
}
---
Expand Down
25 changes: 25 additions & 0 deletions sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,31 @@
"compute-storage-decoupled/upgrade",
"compute-storage-decoupled/meta-service-api"
]
},
{
"type": "category",
"label": "Security",
"items": [
{
"type": "category",
"label": "Authentication and Authorization",
"items": [
"admin-manual/auth/authentication-and-authorization",
"admin-manual/auth/ldap",
"admin-manual/auth/ranger"
]
},
{
"type": "category",
"label": "Data Transmission Encryption",
"items": [
"admin-manual/auth/certificate",
"admin-manual/auth/fe-certificate"
]
},
"admin-manual/audit-plugin",
"admin-manual/auth/encryption-function"
]
}
]
},
Expand Down
25 changes: 25 additions & 0 deletions versioned_sidebars/version-2.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,31 @@
]
}
]
},
{
"type": "category",
"label": "Security",
"items": [
{
"type": "category",
"label": "Authentication and Authorization",
"items": [
"admin-manual/auth/authentication-and-authorization",
"admin-manual/auth/ldap",
"admin-manual/auth/ranger"
]
},
{
"type": "category",
"label": "Data Transmission Encryption",
"items": [
"admin-manual/auth/certificate",
"admin-manual/auth/fe-certificate"
]
},
"admin-manual/audit-plugin",
"admin-manual/auth/encryption-function"
]
}
]
},
Expand Down
25 changes: 25 additions & 0 deletions versioned_sidebars/version-3.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,31 @@
"compute-storage-decoupled/upgrade",
"compute-storage-decoupled/meta-service-api"
]
},
{
"type": "category",
"label": "Security",
"items": [
{
"type": "category",
"label": "Authentication and Authorization",
"items": [
"admin-manual/auth/authentication-and-authorization",
"admin-manual/auth/ldap",
"admin-manual/auth/ranger"
]
},
{
"type": "category",
"label": "Data Transmission Encryption",
"items": [
"admin-manual/auth/certificate",
"admin-manual/auth/fe-certificate"
]
},
"admin-manual/audit-plugin",
"admin-manual/auth/encryption-function"
]
}
]
},
Expand Down

0 comments on commit 5834afd

Please sign in to comment.