refactor: unify URL prefix in 1.8.0 (draft)#449
Draft
bitflicker64 wants to merge 2 commits intoapache:masterfrom
Draft
refactor: unify URL prefix in 1.8.0 (draft)#449bitflicker64 wants to merge 2 commits intoapache:masterfrom
bitflicker64 wants to merge 2 commits intoapache:masterfrom
Conversation
11 tasks
Member
|
Thanks for the PR, but due to our website doesn't support multi versions, to avoid confusion(BREAKING CHANGE), we will only merge it in the next release ( And mark it as a draft for now |
Contributor
Author
makes sense , thanks !! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of the PR
This PR updates the documentation to reflect the new URL normalization feature introduced in apache/incubator-hugegraph#2944.
Since the server now automatically adds the
http://scheme when missing from URL configurations, this PR removes thehttp://prefix from configuration file examples to demonstrate the simplified configuration format.Main Changes
Updated URL configuration examples in both Chinese (CN) and English (EN) documentation:
Configuration Files Updated:
content/cn/docs/config/config-guide.mdcontent/en/docs/config/config-guide.mdcontent/cn/docs/config/config-option.mdcontent/en/docs/config/config-option.mdcontent/cn/docs/quickstart/hugegraph/hugegraph-server.mdcontent/en/docs/quickstart/hugegraph/hugegraph-server.mdExamples Changed:
Before:
After:
What was NOT changed (intentionally):
GET http://127.0.0.1:8080/graphs)--urlparameters (require full URL)config-https.md(demonstrates HTTPS feature)