-
Notifications
You must be signed in to change notification settings - Fork 49
docs: mark JSON-related features as experimental #1688
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: Ruihang Xia <waynestxia@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 marks all JSON-related features in the documentation as experimental.
- Added explicit "(Experimental)" labels to headings and updated warning messages.
- Updated markdown tables and sections in both user-guide and reference docs to inform users that JSON features may change in future releases.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/quick-start.md | Added experimental label and warning for JSON log pipelines. |
| i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/functions/json.md | Updated JSON functions heading and added a warning block. |
| i18n/zh/docusaurus-plugin-content-docs/current/reference/sql/data-types.md | Marked JSON type as experimental and inserted a warning block. |
| docs/user-guide/logs/quick-start.md | Updated JSON logs feature to experimental with an accompanying warning. |
| docs/reference/sql/functions/json.md | Revised JSON functions documentation to experimental and added a warning. |
| docs/reference/sql/data-types.md | Updated JSON type documentation to experimental, added a warning, and adjusted table formats. |
Deploying greptime-docs with
|
| Latest commit: |
28caba8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bc8cedae.greptime-docs.pages.dev |
| Branch Preview URL: | https://json-experimental.greptime-docs.pages.dev |
| --- | ||
|
|
||
| # JSON 函数 | ||
| # JSON 函数(试验功能) |
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.
| # JSON 函数(试验功能) | |
| # JSON 函数(实验功能) |
| 使用 pipeline 可以自动将日志消息格式化并转换为多个列,并自动创建表。 | ||
|
|
||
| ### 使用内置 Pipeline 写入 JSON 日志 | ||
| ### 使用内置 Pipeline 写入 JSON 日志(试验功能) |
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.
| ### 使用内置 Pipeline 写入 JSON 日志(试验功能) | |
| ### 使用内置 Pipeline 写入 JSON 日志(实验功能) |
What's Changed in this PR
Mark all JSON-related features as experimental.
Describe the change in this PR
Checklist
sidebars.tsmatches the current document structure when you changed the document structure.