Skip to content

Commit

Permalink
move authentication.md to the deployments section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Sep 19, 2024
1 parent 91c67b4 commit 86cbf36
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/deployments/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before deploying GreptimeDB, you need to [configure the server](configuration.md

## Authentication

By default, GreptimeDB does not have authentication enabled. Learn how to [configure authentication](/user-guide/operations/authentication.md) for your deployment manually.
By default, GreptimeDB does not have authentication enabled. Learn how to [configure authentication](authentication.md) for your deployment manually.

## Deploy on Kubernetes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## 鉴权

GreptimeDB 默认不启用鉴权认证。
了解如何为你的部署手动[配置鉴权](/user-guide/operations/authentication.md)
了解如何为你的部署手动[配置鉴权](authentication.md)

## 部署到 Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const sidebars: SidebarsConfig = {
items: [
'user-guide/deployments/overview',
'user-guide/deployments/configuration',
'user-guide/deployments/authentication',
{
type: 'category',
label: 'Deploy on Kubernetes',
Expand All @@ -177,7 +178,6 @@ const sidebars: SidebarsConfig = {
label: 'Operations',
items: [
'user-guide/operations/overview',
'user-guide/operations/authentication',
'user-guide/operations/admin',
'user-guide/operations/capacity-plan',
{
Expand Down

0 comments on commit 86cbf36

Please sign in to comment.