-
Notifications
You must be signed in to change notification settings - Fork 49
docs: refine user guide configuration #2189
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: jeremyhi <fengjiachun@gmail.com>
Signed-off-by: jeremyhi <fengjiachun@gmail.com>
Deploying greptime-docs with
|
| Latest commit: |
78d80ec
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2b897d3f.greptime-docs.pages.dev |
| Branch Preview URL: | https://chore-mimor-changes.greptime-docs.pages.dev |
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 updates the GreptimeDB documentation to reflect new configuration options and make minor corrections. The changes primarily focus on expanding configuration documentation with newly added options for various components and protocols.
- Adds comprehensive configuration options for HTTP, gRPC, MySQL, PostgreSQL, Jaeger, and storage components
- Updates logging, caching, and index configuration documentation
- Corrects architectural details and improves text clarity
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/configuration.md | Adds extensive new configuration options and updates existing documentation tables with detailed descriptions for protocol options, storage, caching, logging, and region engine settings |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/why-greptimedb.md | Updates Chinese pronouns for consistency and fixes spacing |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md | Corrects verb usage in architecture description |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/data-model.md | Updates terminology from "expiration management" to "lifecycle management" |
| i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/architecture.md | Corrects minimum node requirement from three to two |
| docs/user-guide/deployments-administration/configuration.md | Mirrors Chinese version changes with extensive new configuration options and updated documentation tables |
| docs/user-guide/concepts/architecture.md | Corrects minimum node requirement from three to two |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ocusaurus-plugin-content-docs/current/user-guide/deployments-administration/configuration.md
Outdated
Show resolved
Hide resolved
killme2008
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.
The document not only lists sample configurations but also explains key ones. It serves as a user guide, not a reference.
Signed-off-by: jeremyhi <fengjiachun@gmail.com>
What's Changed in this PR
As the title
Checklist
sidebars.tsmatches the current document structure when you changed the document structure.