This is an automated email from the ASF dual-hosted git repository. alinsran pushed a change to branch doc/fix-doc-description-error in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 915b4e25 docs: fix description error in upgrade doc add 2e0bb8a1 chore: move doc to en/latest directory (#2443) add 59ded942 fix: Add provider endpoints to translate context (#2442) add 1a767b48 chore: move generate-crd to assets (#2445) add ba8910b3 docs: remove unless commit in changelog 200-rc1 (#2441) add e9ae56be docs: add install and developer-guide doc (#2439) add b46332cb doc: add config.json (#2446) add 5ec272a2 Merge branch 'master' into doc/fix-doc-description-error No new revisions were added by this update. Summary of changes: .github/workflows/golangci-lint.yml | 4 +- .github/workflows/lint-checker.yml | 3 +- CHANGELOG.md | 4 +- Makefile | 9 +- api/v1alpha1/gatewayproxy_types.go | 6 +- .../bases/apisix.apache.org_gatewayproxies.yaml | 3 +- docs/{ => assets}/crd/config.yaml | 0 docs/{ => assets}/template/gv_details.tpl | 0 docs/{ => assets}/template/gv_list.tpl | 0 docs/{ => assets}/template/type.tpl | 0 docs/{ => assets}/template/type_members.tpl | 0 docs/{crd/api.md => en/latest/api-reference.md} | 0 .../latest}/concepts/deployment-architecture.md | 4 +- docs/{ => en/latest}/concepts/gateway-api.md | 0 docs/{ => en/latest}/concepts/resources.md | 4 +- docs/en/latest/config.json | 35 +++++ docs/{ => en/latest}/configure.md | 0 docs/en/latest/developer-guide.md | 118 ++++++++++++++++ docs/en/latest/install.md | 62 +++++++++ docs/{ => en/latest}/upgrade-guide.md | 2 +- internal/controller/gatewayclass_congroller.go | 3 - internal/controller/ingressclass_controller.go | 10 ++ internal/controller/utils.go | 153 ++++++++++++++------- internal/provider/adc/config.go | 18 ++- test/e2e/gatewayapi/httproute.go | 30 +++- 25 files changed, 383 insertions(+), 85 deletions(-) rename docs/{ => assets}/crd/config.yaml (100%) rename docs/{ => assets}/template/gv_details.tpl (100%) rename docs/{ => assets}/template/gv_list.tpl (100%) rename docs/{ => assets}/template/type.tpl (100%) rename docs/{ => assets}/template/type_members.tpl (100%) rename docs/{crd/api.md => en/latest/api-reference.md} (100%) rename docs/{ => en/latest}/concepts/deployment-architecture.md (92%) rename docs/{ => en/latest}/concepts/gateway-api.md (100%) rename docs/{ => en/latest}/concepts/resources.md (96%) create mode 100644 docs/en/latest/config.json rename docs/{ => en/latest}/configure.md (100%) create mode 100644 docs/en/latest/developer-guide.md create mode 100644 docs/en/latest/install.md rename docs/{ => en/latest}/upgrade-guide.md (99%)