diff --git a/docs/examples/README.md b/docs/examples/README.md index d582d1102..769167d6d 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -8,24 +8,24 @@ trying them. Name | Description | Complexity Level -----| ----------- | ---------------- -Static-ip | a single ingress gets a single static ip | Intermediate +[Static-ip](static-ip/README.md) | a single ingress gets a single static ip | Intermediate ## Algorithms Name | Description | Complexity Level -----| ----------- | ---------------- -Session stickyness | route requests consistently to the same endpoint | Advanced +[Session stickyness](affinity/cookie/README.md) | route requests consistently to the same endpoint | Advanced ## Auth Name | Description | Complexity Level -----| ----------- | ---------------- -Basic auth | password protect your website | nginx | Intermediate +[Basic auth](auth/basic/README.md) | password protect your website | nginx | Intermediate [External auth plugin](external-auth/README.md) | defer to an external auth service | Intermediate ## Customization Name | Description | Complexity Level -----| ----------- | ---------------- -configuration-snippets | customize nginx location configuration using annotations | Advanced -custom-headers | set custom headers before send traffic to backends | Advanced +[configuration-snippets](customization/configuration-snippets/README.md) | customize nginx location configuration using annotations | Advanced +[custom-headers](customization/custom-headers/README.md) | set custom headers before send traffic to backends | Advanced