-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
docs: replace all apisix-openresty to apisix-base #6998
docs: replace all apisix-openresty to apisix-base #6998
Conversation
@oil-oil There are several conflicts need to be fixed. |
Okay, I forgot to sync the upstream master branch when I updated 🤓 . |
@@ -564,7 +564,7 @@ The following should be considered when setting the `hash_on` value: | |||
- When set to `vars_combinations`, the `key` is required. The value of the key can be a combination of any of the [Nginx variables](http://nginx.org/en/docs/varindex.html) like `$request_uri$remote_addr`. | |||
- When no value is set for either `hash_on` or `key`, the key defaults to `remote_addr`. | |||
|
|||
The features described below requires APISIX to be run on [APISIX-OpenResty](./how-to-build.md#step-6-build-openresty-for-apache-apisix): | |||
The features described below requires APISIX to be run on [APISIX-Base](./how-to-build.md#step-6-build-openresty-for-apache-apisix): |
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.
There is no how-to-build.md#step-6-build-openresty-for-apache-apisix
in the latest how-to-build document, we need to change it to another link. We can add step 6 to the FAQ document. Or do we have any other option?
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.
Yes, @oil-oil please check https://apisix.apache.org/docs/apisix/next/how-to-build
That will be great if we can add GitHub repo link for apisix-base |
Description
Fixes #6983
Checklist