-
Notifications
You must be signed in to change notification settings - Fork 50
docs: dashboard timezone settings and interval keyword #1992
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
Conversation
Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for dashboard timezone settings and the INTERVAL keyword usage in SQL. The changes provide users with information about dashboard timezone configuration and clarify the different syntaxes for INTERVAL keyword across database dialects.
- Added dashboard timezone configuration documentation
- Added comprehensive documentation for INTERVAL keyword syntax variations
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/user-guide/timezone.md | Adds dashboard timezone settings documentation |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/timezone.md | Chinese translation of dashboard timezone settings |
| docs/reference/sql/data-types.md | Adds INTERVAL keyword syntax documentation with examples |
| i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md | Chinese translation of INTERVAL keyword documentation |
i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Deploying greptime-docs with
|
| Latest commit: |
a74d63d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c083689a.greptime-docs.pages.dev |
| Branch Preview URL: | https://feature-minor-fixes.greptime-docs.pages.dev |
v0y4g3r
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's Changed in this PR
Describe the change in this PR
INTERVALkeywordChecklist
sidebars.tsmatches the current document structure when you changed the document structure.