Skip to content

Commit 010781a

Browse files
committed
Add an index page for guides (nginx#990)
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
1 parent 5de4c8f commit 010781a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ container.
2020

2121
### Directories
2222

23+
- [Guides](guides): Guides about configuring NGINX Kubernetes Gateway for various use cases.
2324
- [Developer](developer/): Docs for developers of the project. Contains guides relating to processes and workflows.
2425
- [Proposals](proposals/): Enhancement proposals for new features.

docs/guides/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Guides
2+
3+
This directory contains guides for configuring NGINX Kubernetes Gateway for various use cases.
4+
5+
## Contents
6+
7+
- [Securing Traffic using Let's Encrypt and Cert-Manager](integrating-cert-manager.md): Shows how to secure
8+
traffic from clients to NGINX Kubernetes Gateway with TLS using Let's Encrypt and Cert-Manager.
9+
- [Using NGINX Kubernetes Gateway to Upgrade Applications without Downtime](upgrade-apps-without-downtime.md):
10+
Explains how to use NGINX Kubernetes Gateway to upgrade applications without downtime.

0 commit comments

Comments
 (0)