Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update sidebar for security #1690

Merged
merged 6 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
"lakehouse/cloud-auth",
"lakehouse/sql-dialect"
]
},
{
"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
Loading