ingress-nginx-helm/docs
Manuel Alejandro de Brito Fontes ad723a7028 Merge pull request #1161 from mbssaiakhil/patch-13
Fix minor typo in GCE Ingress controller FAQ
2017-08-19 14:20:05 -04:00
..
dev Minor Typo Fix 2017-08-17 00:32:42 +08:00
faq Merge pull request #1161 from mbssaiakhil/patch-13 2017-08-19 14:20:05 -04:00
admin.md Update admin.md 2017-08-18 10:27:38 +08:00
annotations.md update cache table 2017-08-12 03:14:55 -04:00
catalog.md fix several titles 2017-08-18 10:39:24 +08:00
README.md Merge pull request #1174 from Lion-Wei/pr-first-letter 2017-08-19 08:56:29 -04:00
troubleshooting.md Release nginx 0.9.0-beta.11 2017-07-15 13:56:38 -04:00

Ingress Documentation and Examples

This directory contains documentation.

File naming convention

Try to create a README file in every directory containing documentation and index out from there, that's what readers will notice first. Use lower case for other file names unless you have a reason to draw someone's attention to it. Avoid CamelCase.

Rationale:

  • Files that are common to all controllers, or heavily index other files, are named using ALL CAPS. This is done to indicate to the user that they should visit these files first. Examples include PREREQUISITES and README.

  • Files specific to a controller, or files that contain information about various controllers, are named using all lower case. Examples include configuration and catalog files.