diff --git a/docs/README.md b/docs/README.md index 01adc26b20..ae6a47efd7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,5 +20,6 @@ container. ### Directories +- [Guides](guides): Guides about configuring NGINX Kubernetes Gateway for various use cases. - [Developer](developer/): Docs for developers of the project. Contains guides relating to processes and workflows. - [Proposals](proposals/): Enhancement proposals for new features. diff --git a/docs/guides/README.md b/docs/guides/README.md new file mode 100644 index 0000000000..60ca218e34 --- /dev/null +++ b/docs/guides/README.md @@ -0,0 +1,10 @@ +# Guides + +This directory contains guides for configuring NGINX Kubernetes Gateway for various use cases. + +## Contents + +- [Securing Traffic using Let's Encrypt and Cert-Manager](integrating-cert-manager.md): Shows how to secure + traffic from clients to NGINX Kubernetes Gateway with TLS using Let's Encrypt and Cert-Manager. +- [Using NGINX Kubernetes Gateway to Upgrade Applications without Downtime](upgrade-apps-without-downtime.md): + Explains how to use NGINX Kubernetes Gateway to upgrade applications without downtime.