This is an automated email from the ASF dual-hosted git repository.
zclll 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 f69a9b6a961 Add link from time-zone doc to datetime doc directory
(#2740)
f69a9b6a961 is described below
commit f69a9b6a961ae3bcae1df076ffafa5eb8e6fd48a
Author: zclllyybb <[email protected]>
AuthorDate: Wed Aug 13 11:05:22 2025 +0800
Add link from time-zone doc to datetime doc directory (#2740)
## 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/cluster-management/time-zone.md | 2 --
sidebars.json | 3 ++-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/admin-manual/cluster-management/time-zone.md
b/docs/admin-manual/cluster-management/time-zone.md
index 50cc21acb27..168538ef900 100644
--- a/docs/admin-manual/cluster-management/time-zone.md
+++ b/docs/admin-manual/cluster-management/time-zone.md
@@ -5,8 +5,6 @@
}
---
-# Time Zone
-
Doris supports custom time zone settings
## Basic concepts
diff --git a/sidebars.json b/sidebars.json
index 0d79cf7afb0..2555ac3ba78 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -989,7 +989,8 @@
"items": [
"sql-manual/basic-element/sql-data-types/date-time/DATE",
"sql-manual/basic-element/sql-data-types/date-time/TIME",
-
"sql-manual/basic-element/sql-data-types/date-time/DATETIME"
+
"sql-manual/basic-element/sql-data-types/date-time/DATETIME",
+
"admin-manual/cluster-management/time-zone"
]
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]