-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: The doc index page (docs/README.md) doesn't include any guides Solution: - Add an index page for the guides - Add a link to the guides directory from the main index page. Testing: none
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |