Skip to content

Commit

Permalink
Release: Gateway 3.7.0.0 (#7412)
Browse files Browse the repository at this point in the history
* set 3.7.0.0 as latest gateway version

* add missing install section to 3.7 nav
  • Loading branch information
lena-larionova committed May 29, 2024
1 parent ab0c9ed commit 2747978
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 45 deletions.
89 changes: 46 additions & 43 deletions app/_data/docs_nav_gateway_3.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,52 @@ items:
url: /get-started/key-authentication
- text: Load-Balancing
url: /get-started/load-balancing

- title: Install Kong
icon: /assets/images/icons/documentation/icn-deployment-color.svg
items:
- text: Overview
url: /install/
- text: Kubernetes
items:
- text: Overview
url: /install/kubernetes/
- text: Install Kong Gateway
url: /install/kubernetes/proxy/
- text: Configure the Admin API
url: /install/kubernetes/admin/
- text: Install Kong Manager
url: /install/kubernetes/manager/
- text: Docker
items:
- text: Using docker run
url: /install/docker
- text: Build your own Docker images
url: /install/docker/build-custom-images/
- text: Linux
items:
- text: Amazon Linux
url: /install/linux/amazon-linux
- text: Debian
url: /install/linux/debian
- text: Red Hat
url: /install/linux/rhel
- text: Ubuntu
url: /install/linux/ubuntu
- text: Post-installation
items:
- text: Set up a data store
url: /install/post-install/set-up-data-store/
- text: Apply Enterprise license
url: /install/post-install/enterprise-license/
generate: false
- text: Enable Kong Manager (Enterprise)
url: /install/post-install/kong-manager/
generate: false
- text: Enable Kong Manager (OSS)
url: /install/post-install/kong-manager-oss/
generate: false

- title: Kong in Production
icon: /assets/images/icons/documentation/icn-deployment-color.svg
items:
Expand All @@ -106,49 +152,6 @@ items:
url: /production/deployment-topologies/db-less-and-declarative-config
- text: Traditional
url: /production/deployment-topologies/traditional
- text: Installation Options
items:
- text: Overview
url: /install/
- text: Kubernetes
items:
- text: Overview
url: /install/kubernetes/
- text: Install Kong Gateway
url: /install/kubernetes/proxy/
- text: Configure the Admin API
url: /install/kubernetes/admin/
- text: Install Kong Manager
url: /install/kubernetes/manager/
- text: Docker
items:
- text: Using docker run
url: /install/docker
- text: Build your own Docker images
url: /install/docker/build-custom-images/
- text: Linux
items:
- text: Amazon Linux
url: /install/linux/amazon-linux
- text: Debian
url: /install/linux/debian
- text: Red Hat
url: /install/linux/rhel
- text: Ubuntu
url: /install/linux/ubuntu
- text: Post-installation
items:
- text: Set up a data store
url: /install/post-install/set-up-data-store/
- text: Apply Enterprise license
url: /install/post-install/enterprise-license/
generate: false
- text: Enable Kong Manager (Enterprise)
url: /install/post-install/kong-manager/
generate: false
- text: Enable Kong Manager (OSS)
url: /install/post-install/kong-manager-oss/
generate: false
- text: Running Kong
items:
- text: Running Kong as a non-root user
Expand Down
3 changes: 1 addition & 2 deletions app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
libyaml: "0.2.5"
pcre: 8.45
lua_doc: true
latest: true
- release: "3.7.x"
ee-version: "3.7.0.0"
ce-version: "3.7.0"
Expand All @@ -158,7 +157,7 @@
libyaml: "0.2.5"
pcre: 8.45
lua_doc: true
label: unreleased
latest: true
- release: "pre-1.7"
version: "1.6.0"
edition: "deck"
Expand Down

0 comments on commit 2747978

Please sign in to comment.