docs: json2 data type - #2615
Conversation
|
@codex review |
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for GreptimeDB’s JSON2 data type (nightly/current docs) and surfaces it in the Logs section of the docs sidebar, including a Chinese localized version.
Changes:
- Added a new JSON2 documentation page under
docs/user-guide/logs/. - Added the corresponding Chinese doc under
i18n/zh/.../current/. - Linked the new page into the Logs sidebar navigation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sidebars.ts | Adds the new user-guide/logs/json2 doc entry to the Logs sidebar. |
| docs/user-guide/logs/json2.md | Introduces the English JSON2 type guide with examples and limitations. |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/logs/json2.md | Adds the Chinese version of the JSON2 type guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb656f1549
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Bravo. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
What's Changed in this PR
This PR adds a guide to JSON2, including a quick start, syntax, and future roadmap.
Checklist
sidebars.tsmatches the current document structure when you changed the document structure.