Skip to content

Commit

Permalink
Add 2.9 nav file and 2.9 version to version file
Browse files Browse the repository at this point in the history
Signed-off-by: Diana <[email protected]>
  • Loading branch information
cloudjumpercat authored and pmalek committed Mar 17, 2023
1 parent 709b84d commit 5324e88
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
155 changes: 155 additions & 0 deletions app/_data/docs_nav_kic_2.9.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
product: kubernetes-ingress-controller
release: 2.9.x
generate: true
items:
- title: Introduction
icon: /assets/images/icons/documentation/icn-kubernetes-color.svg
url: /kubernetes-ingress-controller/
absolute_url: true
items:
- text: FAQ
url: /faq
- text: Version Support Policy
url: /support-policy
- text: Stages of Software Availability
url: /availability-stages
- text: Changelog
url: https:/Kong/kubernetes-ingress-controller/blob/main/CHANGELOG.md
absolute_url: true
target_blank: true

- title: Concepts
icon: /assets/images/icons/documentation/icn-kubernetes-color.svg
items:
- text: Architecture
url: /concepts/design
- text: Custom Resources
url: /concepts/custom-resources
- text: Deployment Methods
url: /concepts/deployment
- text: Kong for Kubernetes with Kong Enterprise
url: /concepts/k4k8s-with-kong-enterprise
- text: High-Availability and Scaling
url: /concepts/ha-and-scaling
- text: Resource Classes
url: /concepts/ingress-classes
- text: Security
url: /concepts/security
- text: Ingress Resource API Versions
url: /concepts/ingress-versions
- text: Gateway API
url: /concepts/gateway-api
- title: Deployment
icon: /assets/images/icons/documentation/icn-kubernetes-color.svg
url: /deployment/overview
items:
- text: Kong Ingress on Minikube
url: /deployment/minikube
- text: Kong for Kubernetes
url: /deployment/k4k8s
- text: Kong for Kubernetes Enterprise
url: /deployment/k4k8s-enterprise
- text: Kong for Kubernetes with Kong Enterprise
url: /deployment/kong-enterprise
- text: Kong Ingress on AKS
url: /deployment/aks
- text: Kong Ingress on EKS
url: /deployment/eks
- text: Kong Ingress on GKE
url: /deployment/gke
- text: Admission Webhook
url: /deployment/admission-webhook
- text: Installing Gateway APIs
url: /deployment/install-gateway-apis
- title: Guides
icon: /assets/images/icons/documentation/icn-kubernetes-color.svg
url: /guides/overview
items:
- text: Getting Started with KIC
url: /guides/getting-started
- text: Upgrading from previous versions
url: /guides/upgrade
- text: Upgrading to Kong 3.x
url: /guides/upgrade-kong-3x
- text: Getting Started using Istio
url: /guides/getting-started-istio
- text: Using Custom Resources
items:
- text: Using the KongPlugin Resource
url: /guides/using-kongplugin-resource
- text: Using the KongIngress Resource
url: /guides/using-kongingress-resource
- text: Using KongConsumer and KongCredential Resources
url: /guides/using-consumer-credential-resource
- text: Using the TCPIngress Resource
url: /guides/using-tcpingress
- text: Using the UDPIngress Resource
url: /guides/using-udpingress
- text: Using the ACL and JWT Plugins
url: /guides/configure-acl-plugin
- text: Using cert-manager with Kong
url: /guides/cert-manager
- text: Allowing Multiple Authentication Methods
url: /guides/allowing-multiple-authentication-methods
- text: Configuring a Fallback Service
url: /guides/configuring-fallback-service
- text: Using an External Service
url: /guides/using-external-service
- text: Configuring HTTPS Redirects for Services
url: /guides/configuring-https-redirect
- text: Using Redis for Rate Limiting
url: /guides/redis-rate-limiting
- text: Integrate KIC with Prometheus/Grafana
url: /guides/prometheus-grafana
- text: Configuring Circuit-Breaker and Health-Checking
url: /guides/configuring-health-checks
- text: Setting up a Custom Plugin
url: /guides/setting-up-custom-plugins
- text: Using Ingress with gRPC
url: /guides/using-ingress-with-grpc
- text: Setting up Upstream mTLS
url: /guides/upstream-mtls
- text: Exposing a TCP Service
url: /guides/using-tcpingress
generate: false # Generated in the CustomResources section above
- text: Exposing a UDP Service
url: /guides/using-udpingress
generate: false # Generated in the CustomResources section above
- text: Using the mTLS Auth Plugin
url: /guides/using-mtls-auth-plugin
- text: Configuring Custom Entities
url: /guides/configuring-custom-entities
- text: Using the OpenID Connect Plugin
url: /guides/using-oidc-plugin
- text: Rewriting Hosts and Paths
url: /guides/using-rewrites
- text: Preserving Client IP Address
url: /guides/preserve-client-ip
- text: Using Kong with Knative
url: /guides/using-kong-with-knative
- text: Using Multiple Backend Services
url: /guides/using-multiple-backends
- title: References
icon: /assets/images/icons/documentation/icn-kubernetes-color.svg
items:
- text: KIC Annotations
url: /references/annotations
- text: CLI Arguments
url: /references/cli-arguments
- text: Custom Resource Definitions
url: /references/custom-resources
src: references/custom-resources-2.7.x
- text: Plugin Compatibility
url: /references/plugin-compatibility
- text: Version Compatibility
url: /references/version-compatibility
- text: Supported Kong Router Flavors
url: /references/supported-router-flavors
- text: Troubleshooting
url: /troubleshooting
- text: Prometheus Metrics
url: /references/prometheus
- text: Feature Gates
url: /references/feature-gates
- text: Supported Gateway API Features
url: /references/gateway-api-support
3 changes: 3 additions & 0 deletions app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,6 @@
- release: "2.8.x"
version: "2.8.1"
edition: "kubernetes-ingress-controller"
- release: "2.9.x"
version: "2.9.0"
edition: "kubernetes-ingress-controller"

0 comments on commit 5324e88

Please sign in to comment.